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": "604295d6-0a13-458e-ad2e-d82bed16b457",
"FromUserId": "7ce643e1-085f-4b35-affb-5f448788f841",
"ToUserId": "eef1c940-0beb-445c-bf65-fbf218d035a5",
"StartDate": "2026-09-02T04:35:34.8664409Z",
"EndDate": "2026-09-02T04:35:34.8664409Z",
"Active": true
},
{
"Id": "604295d6-0a13-458e-ad2e-d82bed16b457",
"FromUserId": "7ce643e1-085f-4b35-affb-5f448788f841",
"ToUserId": "eef1c940-0beb-445c-bf65-fbf218d035a5",
"StartDate": "2026-09-02T04:35:34.8664409Z",
"EndDate": "2026-09-02T04:35:34.8664409Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"604295d6-0a13-458e-ad2e-d82bed16b457","FromUserId":"7ce643e1-085f-4b35-affb-5f448788f841","ToUserId":"eef1c940-0beb-445c-bf65-fbf218d035a5","StartDate":"2026-09-02T04:35:34.8664409Z","EndDate":"2026-09-02T04:35:34.8664409Z","Active":true},{"Id":"604295d6-0a13-458e-ad2e-d82bed16b457","FromUserId":"7ce643e1-085f-4b35-affb-5f448788f841","ToUserId":"eef1c940-0beb-445c-bf65-fbf218d035a5","StartDate":"2026-09-02T04:35:34.8664409Z","EndDate":"2026-09-02T04:35:34.8664409Z","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-02T04:35:34.8664409+00:00</EndDate>
<FromUserId>7ce643e1-085f-4b35-affb-5f448788f841</FromUserId>
<Id>604295d6-0a13-458e-ad2e-d82bed16b457</Id>
<StartDate>2026-09-02T04:35:34.8664409+00:00</StartDate>
<ToUserId>eef1c940-0beb-445c-bf65-fbf218d035a5</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-09-02T04:35:34.8664409+00:00</EndDate>
<FromUserId>7ce643e1-085f-4b35-affb-5f448788f841</FromUserId>
<Id>604295d6-0a13-458e-ad2e-d82bed16b457</Id>
<StartDate>2026-09-02T04:35:34.8664409+00:00</StartDate>
<ToUserId>eef1c940-0beb-445c-bf65-fbf218d035a5</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>