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": "0a73fd08-4b19-4949-a6a1-83e796f00f33",
"FromUserId": "029a1147-a0cd-46fd-8e7a-3f76282d4e02",
"ToUserId": "2b7195be-1cdd-408a-b5d0-1cfc1be533ea",
"StartDate": "2025-11-23T12:58:41.5104605Z",
"EndDate": "2025-11-23T12:58:41.5104605Z",
"Active": true
},
{
"Id": "0a73fd08-4b19-4949-a6a1-83e796f00f33",
"FromUserId": "029a1147-a0cd-46fd-8e7a-3f76282d4e02",
"ToUserId": "2b7195be-1cdd-408a-b5d0-1cfc1be533ea",
"StartDate": "2025-11-23T12:58:41.5104605Z",
"EndDate": "2025-11-23T12:58:41.5104605Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"0a73fd08-4b19-4949-a6a1-83e796f00f33","FromUserId":"029a1147-a0cd-46fd-8e7a-3f76282d4e02","ToUserId":"2b7195be-1cdd-408a-b5d0-1cfc1be533ea","StartDate":"2025-11-23T12:58:41.5104605Z","EndDate":"2025-11-23T12:58:41.5104605Z","Active":true},{"Id":"0a73fd08-4b19-4949-a6a1-83e796f00f33","FromUserId":"029a1147-a0cd-46fd-8e7a-3f76282d4e02","ToUserId":"2b7195be-1cdd-408a-b5d0-1cfc1be533ea","StartDate":"2025-11-23T12:58:41.5104605Z","EndDate":"2025-11-23T12:58:41.5104605Z","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>2025-11-23T12:58:41.5104605+00:00</EndDate>
<FromUserId>029a1147-a0cd-46fd-8e7a-3f76282d4e02</FromUserId>
<Id>0a73fd08-4b19-4949-a6a1-83e796f00f33</Id>
<StartDate>2025-11-23T12:58:41.5104605+00:00</StartDate>
<ToUserId>2b7195be-1cdd-408a-b5d0-1cfc1be533ea</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2025-11-23T12:58:41.5104605+00:00</EndDate>
<FromUserId>029a1147-a0cd-46fd-8e7a-3f76282d4e02</FromUserId>
<Id>0a73fd08-4b19-4949-a6a1-83e796f00f33</Id>
<StartDate>2025-11-23T12:58:41.5104605+00:00</StartDate>
<ToUserId>2b7195be-1cdd-408a-b5d0-1cfc1be533ea</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>