GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://ofd-api.blueprintcpq.net/account/delegateapprovals
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A Task<IHttpActionResult>
Collection of ApprovalDelegation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FromUserId | globally unique identifier |
None. |
|
| ToUserId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "71a734b0-603c-476d-896e-0a0f7f6ad358",
"FromUserId": "1795516c-4a46-4506-a520-47016e2e093c",
"ToUserId": "5628e58f-be16-4866-b8f9-75e980001a21",
"StartDate": "2026-05-06T13:13:21.2307763Z",
"EndDate": "2026-05-06T13:13:21.2307763Z",
"Active": true
},
{
"Id": "71a734b0-603c-476d-896e-0a0f7f6ad358",
"FromUserId": "1795516c-4a46-4506-a520-47016e2e093c",
"ToUserId": "5628e58f-be16-4866-b8f9-75e980001a21",
"StartDate": "2026-05-06T13:13:21.2307763Z",
"EndDate": "2026-05-06T13:13:21.2307763Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"71a734b0-603c-476d-896e-0a0f7f6ad358","FromUserId":"1795516c-4a46-4506-a520-47016e2e093c","ToUserId":"5628e58f-be16-4866-b8f9-75e980001a21","StartDate":"2026-05-06T13:13:21.2307763Z","EndDate":"2026-05-06T13:13:21.2307763Z","Active":true},{"Id":"71a734b0-603c-476d-896e-0a0f7f6ad358","FromUserId":"1795516c-4a46-4506-a520-47016e2e093c","ToUserId":"5628e58f-be16-4866-b8f9-75e980001a21","StartDate":"2026-05-06T13:13:21.2307763Z","EndDate":"2026-05-06T13:13:21.2307763Z","Active":true}]
application/xml, text/xml
Sample:
<ArrayOfApprovalDelegation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models">
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-06T13:13:21.2307763+00:00</EndDate>
<FromUserId>1795516c-4a46-4506-a520-47016e2e093c</FromUserId>
<Id>71a734b0-603c-476d-896e-0a0f7f6ad358</Id>
<StartDate>2026-05-06T13:13:21.2307763+00:00</StartDate>
<ToUserId>5628e58f-be16-4866-b8f9-75e980001a21</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-06T13:13:21.2307763+00:00</EndDate>
<FromUserId>1795516c-4a46-4506-a520-47016e2e093c</FromUserId>
<Id>71a734b0-603c-476d-896e-0a0f7f6ad358</Id>
<StartDate>2026-05-06T13:13:21.2307763+00:00</StartDate>
<ToUserId>5628e58f-be16-4866-b8f9-75e980001a21</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>