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": "b7346751-404a-46a1-801f-6aa93255c532",
"FromUserId": "e36baa49-c1fc-4375-b53c-0067fa47935c",
"ToUserId": "af95f6dc-8d56-4e0f-949d-3efacb0278bb",
"StartDate": "2026-05-29T16:15:56.7322917Z",
"EndDate": "2026-05-29T16:15:56.7322917Z",
"Active": true
},
{
"Id": "b7346751-404a-46a1-801f-6aa93255c532",
"FromUserId": "e36baa49-c1fc-4375-b53c-0067fa47935c",
"ToUserId": "af95f6dc-8d56-4e0f-949d-3efacb0278bb",
"StartDate": "2026-05-29T16:15:56.7322917Z",
"EndDate": "2026-05-29T16:15:56.7322917Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"b7346751-404a-46a1-801f-6aa93255c532","FromUserId":"e36baa49-c1fc-4375-b53c-0067fa47935c","ToUserId":"af95f6dc-8d56-4e0f-949d-3efacb0278bb","StartDate":"2026-05-29T16:15:56.7322917Z","EndDate":"2026-05-29T16:15:56.7322917Z","Active":true},{"Id":"b7346751-404a-46a1-801f-6aa93255c532","FromUserId":"e36baa49-c1fc-4375-b53c-0067fa47935c","ToUserId":"af95f6dc-8d56-4e0f-949d-3efacb0278bb","StartDate":"2026-05-29T16:15:56.7322917Z","EndDate":"2026-05-29T16:15:56.7322917Z","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-29T16:15:56.7322917+00:00</EndDate>
<FromUserId>e36baa49-c1fc-4375-b53c-0067fa47935c</FromUserId>
<Id>b7346751-404a-46a1-801f-6aa93255c532</Id>
<StartDate>2026-05-29T16:15:56.7322917+00:00</StartDate>
<ToUserId>af95f6dc-8d56-4e0f-949d-3efacb0278bb</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-29T16:15:56.7322917+00:00</EndDate>
<FromUserId>e36baa49-c1fc-4375-b53c-0067fa47935c</FromUserId>
<Id>b7346751-404a-46a1-801f-6aa93255c532</Id>
<StartDate>2026-05-29T16:15:56.7322917+00:00</StartDate>
<ToUserId>af95f6dc-8d56-4e0f-949d-3efacb0278bb</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>