Adhoc Task History

get

/process/api/v1/audit/tasks/{adhocTaskId}

Retrieves the history for a given adhoc task.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : AuditTaskDetail
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : AuditTaskWithoutCM
Type: object
Show Source
Nested Schema : ListPagination
Type: object
A common structure for helping a client with pagination
Show Source
  • The count of elements that are returned in the current this will be equal to or less than the "limit" parameter
  • The maximum number of elements to be returned. This will correspond to the "limit" query parameter
  • The index number of the first element for the list. This will correspond to the "offset" query parameter value
  • The total number of elements in the list for the applied filters - not including the "limit" parameter
Nested Schema : AuditTaskDetail-allOf[3]
Type: object
Show Source
Nested Schema : AuditUser
Match All
Show Source
Nested Schema : candidateGroups
Type: array
Show Source
Nested Schema : candidateUsers
Type: array
Show Source
Nested Schema : UserOrAppClient
Match All
Show Source
Nested Schema : AuditTaskEvent
Type: object
Show Source
Nested Schema : Identity
Match All
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source
Nested Schema : Identity-allOf[1]
Type: object
Show Source
Nested Schema : AuditUser-allOf[1]
Type: object
Nested Schema : AuditGroup
Match All
Show Source
Nested Schema : AuditGroup-allOf[1]
Type: object
Nested Schema : Discriminator: type
Type: object
Show Source
Nested Schema : candidateGroups
Type: array
Show Source
Nested Schema : candidateUsers
Type: array
Show Source
Nested Schema : properties
Type: array
Show Source
Nested Schema : AuditEventProperty
Type: object
Show Source
Nested Schema : value
Type: object
The value of the property
Show Source
Nested Schema : AuditTaskActions
Type: object
Show Source
Nested Schema : ChildTasks
Type: object
Show Source
Nested Schema : historyDetail
Type: array
Show Source
Nested Schema : custom
Type: array
Show Source
Nested Schema : system
Type: array
Show Source
Nested Schema : AuditTaskAction
Type: object
Show Source
Nested Schema : childTasksDetails
Type: array
Show Source
Nested Schema : ChildTasksDetails
Type: object
Show Source

401 Response

Unauthorized

404 Response

The adhoc task does not exist

429 Response

Too Many Requests

500 Response

Internal server error

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top