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": "bebd60de-7828-46ab-b76e-cb2793108d89",
"FromUserId": "a0ca5bbc-0c31-40d6-b49e-a3ccc57a3c29",
"ToUserId": "aa6beb69-be13-43f2-8d6c-f79b4f71ca95",
"StartDate": "2026-03-24T19:10:40.4505606Z",
"EndDate": "2026-03-24T19:10:40.4530866Z",
"Active": true
},
{
"Id": "bebd60de-7828-46ab-b76e-cb2793108d89",
"FromUserId": "a0ca5bbc-0c31-40d6-b49e-a3ccc57a3c29",
"ToUserId": "aa6beb69-be13-43f2-8d6c-f79b4f71ca95",
"StartDate": "2026-03-24T19:10:40.4505606Z",
"EndDate": "2026-03-24T19:10:40.4530866Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"bebd60de-7828-46ab-b76e-cb2793108d89","FromUserId":"a0ca5bbc-0c31-40d6-b49e-a3ccc57a3c29","ToUserId":"aa6beb69-be13-43f2-8d6c-f79b4f71ca95","StartDate":"2026-03-24T19:10:40.4505606Z","EndDate":"2026-03-24T19:10:40.4530866Z","Active":true},{"Id":"bebd60de-7828-46ab-b76e-cb2793108d89","FromUserId":"a0ca5bbc-0c31-40d6-b49e-a3ccc57a3c29","ToUserId":"aa6beb69-be13-43f2-8d6c-f79b4f71ca95","StartDate":"2026-03-24T19:10:40.4505606Z","EndDate":"2026-03-24T19:10:40.4530866Z","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-03-24T19:10:40.4530866+00:00</EndDate>
<FromUserId>a0ca5bbc-0c31-40d6-b49e-a3ccc57a3c29</FromUserId>
<Id>bebd60de-7828-46ab-b76e-cb2793108d89</Id>
<StartDate>2026-03-24T19:10:40.4505606+00:00</StartDate>
<ToUserId>aa6beb69-be13-43f2-8d6c-f79b4f71ca95</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-03-24T19:10:40.4530866+00:00</EndDate>
<FromUserId>a0ca5bbc-0c31-40d6-b49e-a3ccc57a3c29</FromUserId>
<Id>bebd60de-7828-46ab-b76e-cb2793108d89</Id>
<StartDate>2026-03-24T19:10:40.4505606+00:00</StartDate>
<ToUserId>aa6beb69-be13-43f2-8d6c-f79b4f71ca95</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>