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": "593f1d50-7645-490d-ab74-9f62eee5de08",
"FromUserId": "2f94242d-af6d-4acf-9f05-8e5620dd317c",
"ToUserId": "05f95551-31b9-4ca1-9176-92481817ae9b",
"StartDate": "2026-05-26T08:22:12.3018174Z",
"EndDate": "2026-05-26T08:22:12.3018174Z",
"Active": true
},
{
"Id": "593f1d50-7645-490d-ab74-9f62eee5de08",
"FromUserId": "2f94242d-af6d-4acf-9f05-8e5620dd317c",
"ToUserId": "05f95551-31b9-4ca1-9176-92481817ae9b",
"StartDate": "2026-05-26T08:22:12.3018174Z",
"EndDate": "2026-05-26T08:22:12.3018174Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"593f1d50-7645-490d-ab74-9f62eee5de08","FromUserId":"2f94242d-af6d-4acf-9f05-8e5620dd317c","ToUserId":"05f95551-31b9-4ca1-9176-92481817ae9b","StartDate":"2026-05-26T08:22:12.3018174Z","EndDate":"2026-05-26T08:22:12.3018174Z","Active":true},{"Id":"593f1d50-7645-490d-ab74-9f62eee5de08","FromUserId":"2f94242d-af6d-4acf-9f05-8e5620dd317c","ToUserId":"05f95551-31b9-4ca1-9176-92481817ae9b","StartDate":"2026-05-26T08:22:12.3018174Z","EndDate":"2026-05-26T08:22:12.3018174Z","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-26T08:22:12.3018174+00:00</EndDate>
<FromUserId>2f94242d-af6d-4acf-9f05-8e5620dd317c</FromUserId>
<Id>593f1d50-7645-490d-ab74-9f62eee5de08</Id>
<StartDate>2026-05-26T08:22:12.3018174+00:00</StartDate>
<ToUserId>05f95551-31b9-4ca1-9176-92481817ae9b</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-26T08:22:12.3018174+00:00</EndDate>
<FromUserId>2f94242d-af6d-4acf-9f05-8e5620dd317c</FromUserId>
<Id>593f1d50-7645-490d-ab74-9f62eee5de08</Id>
<StartDate>2026-05-26T08:22:12.3018174+00:00</StartDate>
<ToUserId>05f95551-31b9-4ca1-9176-92481817ae9b</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>