Retrieve job audit history
Retrieve the audit history for a job record.
Last updated
Retrieve the audit history for a job record.
Last updated
GET
https://ris.rightsline.com/v4/job/:id/audit-history
This endpoint allows you to retrieve the audit history of a specific job by ID.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://ris.rightsline.com/v4/job/:id/audit-history-detail
This endpoint allows you to retrieve the audit history details of a specific audit record.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id
string
ID of the job to retrieve.
userId
number
Filter by actions from a specific user.
page
number
Paging - The page to retrieve (default 1).
rows
number
Paging - The number of rows to retrieve (default 10).
startDate
dateTime
Return history after this date.
endDate
dateTime
Return history before this date.
charTypeIds
int[]
An array of char type IDs of related entities to include in the history results.
showWorkflow
bool
Include workflow history in results (default false).
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
id
string
ID of the job to retrieve.
auditId*
string
From audit history response.
sequence*
string
From audit history response.
operationId*
number
From audit history response.
isHeader*
number
From audit history response.
includeMessages
boolean
Include message details in response.
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.