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": "71c5e4b4-f412-4c68-946b-edc61676f665",
"FromUserId": "43ac39df-4474-4aa2-9770-143e398b9b24",
"ToUserId": "a30577a2-8a88-4bff-9ef3-7dcf18c73dc8",
"StartDate": "2026-06-02T16:59:47.1872631Z",
"EndDate": "2026-06-02T16:59:47.1872631Z",
"Active": true
},
{
"Id": "71c5e4b4-f412-4c68-946b-edc61676f665",
"FromUserId": "43ac39df-4474-4aa2-9770-143e398b9b24",
"ToUserId": "a30577a2-8a88-4bff-9ef3-7dcf18c73dc8",
"StartDate": "2026-06-02T16:59:47.1872631Z",
"EndDate": "2026-06-02T16:59:47.1872631Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"71c5e4b4-f412-4c68-946b-edc61676f665","FromUserId":"43ac39df-4474-4aa2-9770-143e398b9b24","ToUserId":"a30577a2-8a88-4bff-9ef3-7dcf18c73dc8","StartDate":"2026-06-02T16:59:47.1872631Z","EndDate":"2026-06-02T16:59:47.1872631Z","Active":true},{"Id":"71c5e4b4-f412-4c68-946b-edc61676f665","FromUserId":"43ac39df-4474-4aa2-9770-143e398b9b24","ToUserId":"a30577a2-8a88-4bff-9ef3-7dcf18c73dc8","StartDate":"2026-06-02T16:59:47.1872631Z","EndDate":"2026-06-02T16:59:47.1872631Z","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-02T16:59:47.1872631+00:00</EndDate>
<FromUserId>43ac39df-4474-4aa2-9770-143e398b9b24</FromUserId>
<Id>71c5e4b4-f412-4c68-946b-edc61676f665</Id>
<StartDate>2026-06-02T16:59:47.1872631+00:00</StartDate>
<ToUserId>a30577a2-8a88-4bff-9ef3-7dcf18c73dc8</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-06-02T16:59:47.1872631+00:00</EndDate>
<FromUserId>43ac39df-4474-4aa2-9770-143e398b9b24</FromUserId>
<Id>71c5e4b4-f412-4c68-946b-edc61676f665</Id>
<StartDate>2026-06-02T16:59:47.1872631+00:00</StartDate>
<ToUserId>a30577a2-8a88-4bff-9ef3-7dcf18c73dc8</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>