| 200 | | | Response includes a list of approval items. |
| | count | String | Number of records retrieved |
| | page | String | Current page number |
| | pageSize | String | Number of records on each page |
| | commentCounts | Object | Comment counts |
| | commentCounts.open | String | Number of comments that are open |
| | commentCounts.addressed | String | Number of comments that are addressed |
| | commentCounts.completed | String | Number of comments that are completed |
| | commentCounts.total | String | Total number of comments |
| | items | Array | List of approval items |
| | items.approvalItemId | String | Id for approval item |
| | items.objectType | String | Object type for approval item |
| | items.objectId | String | Unique Id of the object associated with the approval item |
| | items.name | String | Name of the approval item |
| | items.description | String | Description of the approval item |
| | items.workflowItemId | String | Id of the workflow item |
| | items.workflowState | String | Workflow state of the approval item |
| | items.workflowType | String | Type of the workflow |
| | items.workflowName | String | Name of the workflow |
| | items.deadline | Array | Deadline for the approval item |
| | items.commentCounts | Object | Comment counts |
| | items.commentCounts.open | String | Number of comments that are open |
| | items.commentCounts.addressed | String | Number of comments that are addressed |
| | items.commentCounts.completed | String | Number of comments that are completed |
| | items.commentCounts.total | String | Total number of comments |
| | items.workflowItem | Object | Workflow item object |
| | items.workflowItem.workflowItemId | String | Workflow item id |
| | items.workflowItem.workflowRound | String | Workflow round |
| | items.workflowItem.type | String | Workflow type |
| | items.workflowItem.currentState | Object | Current state of the workflow |
| | items.workflowItem.currentState.stateId | String | Id of the current state |
| | items.workflowItem.currentState.stateName | String | Current state name |
| | items.workflowItem.currentState.isEndState | String | Is the current state the final state? |
| | items.workflowItem.currentState.modifiedDate | String | Date the workflow item is modified |
| | items.workflowItem.availableTransitions | Array | Collection of available workflow states |
| | items.workflowItem.availableTransitions.id | String | Id of the available workflow state |
| | items.workflowItem.availableTransitions.name | String | Name of the available workflow state |
| | items.workflowItem.availableTransitions.isPersistable | String | Defines if the workflow item is persistable |
| | items.blocked | String | Defines if emails will be sent out. If blocked = true, then emails won't be sent. |
| | | | |
| 400_OrderByInvalid | | | The GET request parameter - $OrderBy is invalid and thus the request can't be processed. |
| | message | String | The GET request parameter - $OrderBy is invalid and thus the request can't be processed. |
| | errorcode | String | Error code for the exception (10000) |
| | | | |
| 400_OperatorNotSupported | | | The operator 'neq' isn't supported. |
| | message | String | The operator 'neq' isn't supported. |
| | errorcode | String | Error code for the exception (10000) |
| | | | |
| 400_FilterInvalid | | | The GET request filter parameter is invalid and thus the request can't be processed. |
| | message | String | The GET request filter parameter is invalid and thus the request can't be processed |
| | errorcode | String | Error code for the exception (10000) |