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": "803b45c8-bcc7-49d7-8828-e6ce3e1ab9b3",
"FromUserId": "25ff17ca-ff6d-49e4-8d7b-57162cc1e7d4",
"ToUserId": "f8c08c14-858a-46ea-a0d8-78b43dc5f357",
"StartDate": "2026-07-17T11:52:59.3815093Z",
"EndDate": "2026-07-17T11:52:59.3815093Z",
"Active": true
},
{
"Id": "803b45c8-bcc7-49d7-8828-e6ce3e1ab9b3",
"FromUserId": "25ff17ca-ff6d-49e4-8d7b-57162cc1e7d4",
"ToUserId": "f8c08c14-858a-46ea-a0d8-78b43dc5f357",
"StartDate": "2026-07-17T11:52:59.3815093Z",
"EndDate": "2026-07-17T11:52:59.3815093Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"803b45c8-bcc7-49d7-8828-e6ce3e1ab9b3","FromUserId":"25ff17ca-ff6d-49e4-8d7b-57162cc1e7d4","ToUserId":"f8c08c14-858a-46ea-a0d8-78b43dc5f357","StartDate":"2026-07-17T11:52:59.3815093Z","EndDate":"2026-07-17T11:52:59.3815093Z","Active":true},{"Id":"803b45c8-bcc7-49d7-8828-e6ce3e1ab9b3","FromUserId":"25ff17ca-ff6d-49e4-8d7b-57162cc1e7d4","ToUserId":"f8c08c14-858a-46ea-a0d8-78b43dc5f357","StartDate":"2026-07-17T11:52:59.3815093Z","EndDate":"2026-07-17T11:52:59.3815093Z","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-07-17T11:52:59.3815093+00:00</EndDate>
<FromUserId>25ff17ca-ff6d-49e4-8d7b-57162cc1e7d4</FromUserId>
<Id>803b45c8-bcc7-49d7-8828-e6ce3e1ab9b3</Id>
<StartDate>2026-07-17T11:52:59.3815093+00:00</StartDate>
<ToUserId>f8c08c14-858a-46ea-a0d8-78b43dc5f357</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-07-17T11:52:59.3815093+00:00</EndDate>
<FromUserId>25ff17ca-ff6d-49e4-8d7b-57162cc1e7d4</FromUserId>
<Id>803b45c8-bcc7-49d7-8828-e6ce3e1ab9b3</Id>
<StartDate>2026-07-17T11:52:59.3815093+00:00</StartDate>
<ToUserId>f8c08c14-858a-46ea-a0d8-78b43dc5f357</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>