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": "fed31622-5bce-4254-a3a9-98bfe3ffaf5c",
"FromUserId": "07a0b2be-0baa-4fa2-9cc7-b1fad2a6cfbe",
"ToUserId": "f4d9b88d-7a33-487d-9115-667279c80523",
"StartDate": "2026-09-20T07:17:30.3032189Z",
"EndDate": "2026-09-20T07:17:30.3032189Z",
"Active": true
},
{
"Id": "fed31622-5bce-4254-a3a9-98bfe3ffaf5c",
"FromUserId": "07a0b2be-0baa-4fa2-9cc7-b1fad2a6cfbe",
"ToUserId": "f4d9b88d-7a33-487d-9115-667279c80523",
"StartDate": "2026-09-20T07:17:30.3032189Z",
"EndDate": "2026-09-20T07:17:30.3032189Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"fed31622-5bce-4254-a3a9-98bfe3ffaf5c","FromUserId":"07a0b2be-0baa-4fa2-9cc7-b1fad2a6cfbe","ToUserId":"f4d9b88d-7a33-487d-9115-667279c80523","StartDate":"2026-09-20T07:17:30.3032189Z","EndDate":"2026-09-20T07:17:30.3032189Z","Active":true},{"Id":"fed31622-5bce-4254-a3a9-98bfe3ffaf5c","FromUserId":"07a0b2be-0baa-4fa2-9cc7-b1fad2a6cfbe","ToUserId":"f4d9b88d-7a33-487d-9115-667279c80523","StartDate":"2026-09-20T07:17:30.3032189Z","EndDate":"2026-09-20T07:17:30.3032189Z","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-09-20T07:17:30.3032189+00:00</EndDate>
<FromUserId>07a0b2be-0baa-4fa2-9cc7-b1fad2a6cfbe</FromUserId>
<Id>fed31622-5bce-4254-a3a9-98bfe3ffaf5c</Id>
<StartDate>2026-09-20T07:17:30.3032189+00:00</StartDate>
<ToUserId>f4d9b88d-7a33-487d-9115-667279c80523</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-09-20T07:17:30.3032189+00:00</EndDate>
<FromUserId>07a0b2be-0baa-4fa2-9cc7-b1fad2a6cfbe</FromUserId>
<Id>fed31622-5bce-4254-a3a9-98bfe3ffaf5c</Id>
<StartDate>2026-09-20T07:17:30.3032189+00:00</StartDate>
<ToUserId>f4d9b88d-7a33-487d-9115-667279c80523</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>