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": "9bac4ffb-6b6f-4ecd-bd29-7d37769c5933",
"FromUserId": "5bc87d6a-3c53-4c36-8a7a-7f943623953b",
"ToUserId": "28e1c005-4a30-45ee-a793-1786ec60d704",
"StartDate": "2026-04-02T04:39:47.4610708Z",
"EndDate": "2026-04-02T04:39:47.4610708Z",
"Active": true
},
{
"Id": "9bac4ffb-6b6f-4ecd-bd29-7d37769c5933",
"FromUserId": "5bc87d6a-3c53-4c36-8a7a-7f943623953b",
"ToUserId": "28e1c005-4a30-45ee-a793-1786ec60d704",
"StartDate": "2026-04-02T04:39:47.4610708Z",
"EndDate": "2026-04-02T04:39:47.4610708Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"9bac4ffb-6b6f-4ecd-bd29-7d37769c5933","FromUserId":"5bc87d6a-3c53-4c36-8a7a-7f943623953b","ToUserId":"28e1c005-4a30-45ee-a793-1786ec60d704","StartDate":"2026-04-02T04:39:47.4610708Z","EndDate":"2026-04-02T04:39:47.4610708Z","Active":true},{"Id":"9bac4ffb-6b6f-4ecd-bd29-7d37769c5933","FromUserId":"5bc87d6a-3c53-4c36-8a7a-7f943623953b","ToUserId":"28e1c005-4a30-45ee-a793-1786ec60d704","StartDate":"2026-04-02T04:39:47.4610708Z","EndDate":"2026-04-02T04:39:47.4610708Z","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-04-02T04:39:47.4610708+00:00</EndDate>
<FromUserId>5bc87d6a-3c53-4c36-8a7a-7f943623953b</FromUserId>
<Id>9bac4ffb-6b6f-4ecd-bd29-7d37769c5933</Id>
<StartDate>2026-04-02T04:39:47.4610708+00:00</StartDate>
<ToUserId>28e1c005-4a30-45ee-a793-1786ec60d704</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-04-02T04:39:47.4610708+00:00</EndDate>
<FromUserId>5bc87d6a-3c53-4c36-8a7a-7f943623953b</FromUserId>
<Id>9bac4ffb-6b6f-4ecd-bd29-7d37769c5933</Id>
<StartDate>2026-04-02T04:39:47.4610708+00:00</StartDate>
<ToUserId>28e1c005-4a30-45ee-a793-1786ec60d704</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>