Get Request and Response Details
get
/process/api/v1/audit/instances/{instanceId}/activities/{activityInstanceId}/requestResponseDetails
Retrieves the details of the response from an external request.
Request
Path Parameters
-
activityInstanceId(required): string
The id that identifies an activity instance.
-
instanceId(required): string
The id that identifies the process.
Header Parameters
-
oci-original-url:
Actual endpoint which customer requested
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : AuditRequestResponseDetails-allOf[1]
Type:
Show Source
object
-
activityId: string
The unique identifier of the activity in the process.
-
activityName: string
The display name for the activity.
-
executionId: string
Execution reference.
-
id: string
The audit activity instance id.
-
parentActivityInstanceId: string
The id of the parent activity instance.
-
pathParameters: string
The Path Parameters for the Service Task
-
processInstanceId: string
The process instance reference.
-
queryParameters: string
The Query Parameters for the Service Task.
-
requestBody: string
The Request Body for the Service Task.
-
requestHeaders: string
The Request Headers for the Service Task.
-
responseBody: string
The Response Body from the Service Task.
-
responseHeaders: string
The Response Headers for the Service Task.
-
status: string
Allowed Values:
[ "Success", "Failed" ]
Status of the Service Task Invocation
Nested Schema : Link
Type:
object
Defines Link
Show Source
-
code: integer
Minimum Value:
100
Maximum Value:600
-
href(required): string
-
hreflang: string
-
length: integer
(int32)
-
mediaType: string
-
message: string
-
rel(required): string
-
title: string
-
type: string
Examples
400 Response
Request and Response details is not supported for this Activity
401 Response
Unauthorized
404 Response
The Activity with the given ID does not exist
429 Response
Too Many Requests
500 Response
internal server error
503 Response
Too Many Exceptions or Too Slow Requests