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": "b9ae8623-d0a2-424e-8901-e979b1fa3aaa",
"FromUserId": "81bc3eb7-db57-4748-a566-a7d4bfc43ee9",
"ToUserId": "f28bdc16-1ba6-4b9e-b6b7-dbac0aff1540",
"StartDate": "2026-03-07T21:02:09.8436441Z",
"EndDate": "2026-03-07T21:02:09.8436441Z",
"Active": true
},
{
"Id": "b9ae8623-d0a2-424e-8901-e979b1fa3aaa",
"FromUserId": "81bc3eb7-db57-4748-a566-a7d4bfc43ee9",
"ToUserId": "f28bdc16-1ba6-4b9e-b6b7-dbac0aff1540",
"StartDate": "2026-03-07T21:02:09.8436441Z",
"EndDate": "2026-03-07T21:02:09.8436441Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"b9ae8623-d0a2-424e-8901-e979b1fa3aaa","FromUserId":"81bc3eb7-db57-4748-a566-a7d4bfc43ee9","ToUserId":"f28bdc16-1ba6-4b9e-b6b7-dbac0aff1540","StartDate":"2026-03-07T21:02:09.8436441Z","EndDate":"2026-03-07T21:02:09.8436441Z","Active":true},{"Id":"b9ae8623-d0a2-424e-8901-e979b1fa3aaa","FromUserId":"81bc3eb7-db57-4748-a566-a7d4bfc43ee9","ToUserId":"f28bdc16-1ba6-4b9e-b6b7-dbac0aff1540","StartDate":"2026-03-07T21:02:09.8436441Z","EndDate":"2026-03-07T21:02:09.8436441Z","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-03-07T21:02:09.8436441+00:00</EndDate>
<FromUserId>81bc3eb7-db57-4748-a566-a7d4bfc43ee9</FromUserId>
<Id>b9ae8623-d0a2-424e-8901-e979b1fa3aaa</Id>
<StartDate>2026-03-07T21:02:09.8436441+00:00</StartDate>
<ToUserId>f28bdc16-1ba6-4b9e-b6b7-dbac0aff1540</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-03-07T21:02:09.8436441+00:00</EndDate>
<FromUserId>81bc3eb7-db57-4748-a566-a7d4bfc43ee9</FromUserId>
<Id>b9ae8623-d0a2-424e-8901-e979b1fa3aaa</Id>
<StartDate>2026-03-07T21:02:09.8436441+00:00</StartDate>
<ToUserId>f28bdc16-1ba6-4b9e-b6b7-dbac0aff1540</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>