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": "e4fd86d5-a998-4869-988f-8433d58adc63",
"FromUserId": "3071eabd-5e06-4c2f-bec6-6acc60f1add8",
"ToUserId": "edf3b498-c11d-4233-9412-e960499b3cf4",
"StartDate": "2026-06-17T04:08:00.2233182Z",
"EndDate": "2026-06-17T04:08:00.2233182Z",
"Active": true
},
{
"Id": "e4fd86d5-a998-4869-988f-8433d58adc63",
"FromUserId": "3071eabd-5e06-4c2f-bec6-6acc60f1add8",
"ToUserId": "edf3b498-c11d-4233-9412-e960499b3cf4",
"StartDate": "2026-06-17T04:08:00.2233182Z",
"EndDate": "2026-06-17T04:08:00.2233182Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"e4fd86d5-a998-4869-988f-8433d58adc63","FromUserId":"3071eabd-5e06-4c2f-bec6-6acc60f1add8","ToUserId":"edf3b498-c11d-4233-9412-e960499b3cf4","StartDate":"2026-06-17T04:08:00.2233182Z","EndDate":"2026-06-17T04:08:00.2233182Z","Active":true},{"Id":"e4fd86d5-a998-4869-988f-8433d58adc63","FromUserId":"3071eabd-5e06-4c2f-bec6-6acc60f1add8","ToUserId":"edf3b498-c11d-4233-9412-e960499b3cf4","StartDate":"2026-06-17T04:08:00.2233182Z","EndDate":"2026-06-17T04:08:00.2233182Z","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-06-17T04:08:00.2233182+00:00</EndDate>
<FromUserId>3071eabd-5e06-4c2f-bec6-6acc60f1add8</FromUserId>
<Id>e4fd86d5-a998-4869-988f-8433d58adc63</Id>
<StartDate>2026-06-17T04:08:00.2233182+00:00</StartDate>
<ToUserId>edf3b498-c11d-4233-9412-e960499b3cf4</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-06-17T04:08:00.2233182+00:00</EndDate>
<FromUserId>3071eabd-5e06-4c2f-bec6-6acc60f1add8</FromUserId>
<Id>e4fd86d5-a998-4869-988f-8433d58adc63</Id>
<StartDate>2026-06-17T04:08:00.2233182+00:00</StartDate>
<ToUserId>edf3b498-c11d-4233-9412-e960499b3cf4</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>