GET showAccounts/{showAccountId}/approvalProcesses
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ApprovalProcessFullDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ShowAccountId | integer |
None. |
|
Description | string |
None. |
|
ApprovalProcessInitiators | Collection of ApprovalProcessInitiatorDto |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "Id": 1, "ShowAccountId": 2, "Description": "sample string 3", "ApprovalProcessInitiators": [ { "Id": 1, "ApprovalProcessId": 2, "UserId": 3, "DisplayName": "sample string 4" }, { "Id": 1, "ApprovalProcessId": 2, "UserId": 3, "DisplayName": "sample string 4" } ] }, { "Id": 1, "ShowAccountId": 2, "Description": "sample string 3", "ApprovalProcessInitiators": [ { "Id": 1, "ApprovalProcessId": 2, "UserId": 3, "DisplayName": "sample string 4" }, { "Id": 1, "ApprovalProcessId": 2, "UserId": 3, "DisplayName": "sample string 4" } ] } ]