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": "5f738086-84c2-4da6-b80b-e6815144ec51",
"FromUserId": "4346ff0d-fd5b-4114-8a3c-394d17354d60",
"ToUserId": "084d3883-f5a7-45f2-83f5-c307fefe47f5",
"StartDate": "2026-06-16T09:11:16.2694958Z",
"EndDate": "2026-06-16T09:11:16.2694958Z",
"Active": true
},
{
"Id": "5f738086-84c2-4da6-b80b-e6815144ec51",
"FromUserId": "4346ff0d-fd5b-4114-8a3c-394d17354d60",
"ToUserId": "084d3883-f5a7-45f2-83f5-c307fefe47f5",
"StartDate": "2026-06-16T09:11:16.2694958Z",
"EndDate": "2026-06-16T09:11:16.2694958Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"5f738086-84c2-4da6-b80b-e6815144ec51","FromUserId":"4346ff0d-fd5b-4114-8a3c-394d17354d60","ToUserId":"084d3883-f5a7-45f2-83f5-c307fefe47f5","StartDate":"2026-06-16T09:11:16.2694958Z","EndDate":"2026-06-16T09:11:16.2694958Z","Active":true},{"Id":"5f738086-84c2-4da6-b80b-e6815144ec51","FromUserId":"4346ff0d-fd5b-4114-8a3c-394d17354d60","ToUserId":"084d3883-f5a7-45f2-83f5-c307fefe47f5","StartDate":"2026-06-16T09:11:16.2694958Z","EndDate":"2026-06-16T09:11:16.2694958Z","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-16T09:11:16.2694958+00:00</EndDate>
<FromUserId>4346ff0d-fd5b-4114-8a3c-394d17354d60</FromUserId>
<Id>5f738086-84c2-4da6-b80b-e6815144ec51</Id>
<StartDate>2026-06-16T09:11:16.2694958+00:00</StartDate>
<ToUserId>084d3883-f5a7-45f2-83f5-c307fefe47f5</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-06-16T09:11:16.2694958+00:00</EndDate>
<FromUserId>4346ff0d-fd5b-4114-8a3c-394d17354d60</FromUserId>
<Id>5f738086-84c2-4da6-b80b-e6815144ec51</Id>
<StartDate>2026-06-16T09:11:16.2694958+00:00</StartDate>
<ToUserId>084d3883-f5a7-45f2-83f5-c307fefe47f5</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>