/getRecordState

Return the state of a BPM Record based on various options defined

Body Params
json

The body data is optional if the header prop has been specified. Otherwise you can choose to only use the body prop by leaving out the header prop and including the body prop.

Headers
string

The BPM Profile key(s) of the relevant BPM Process (separate using commas)

string

The Record Id(s) of the record(s) that were registered with Agilit-e (separate using commas)

string

Return results based on these step name(s) (separate using commas)

string

Return results based on these responsible user(s) (separate using commas)

string

Return results based on these relevant users(s) (separate using commas)

string

Return results based on these relevant roles (separate using commas)

boolean
Defaults to true

Whether the successful response needs to include the history object

boolean
Defaults to true

Whether the successful response needs to include the step options

boolean
Defaults to true

Whether the successful response needs to include the visible objects

boolean
Defaults to true

Whether the successful response needs to include the history keywords

string

For pagination. Default to null. When using paging, Use 0 for Page 1, 1 for Page 2, etc.

string

For pagination. Default to null. Limit the amount of records to be returned

string

Return results based on the event stamps provided (comma separated)

string

Return results based on the event start date

string

Return results based on the event end date

string
Defaults to createdAt

Sorts results based certain properties (Specify multiple fields by separating them with spaces. e.g "createdAt modifiedAt")

string

Return results based on the specified ISO Language

string

Profile Key of the Batch Logging Profile configured for logging

string

Specify if which records should be returned based on when they are due. 0 can be provided for overdue records only, any other number checks records that are due in the number of minutes specified.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json