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": "134d681f-3db6-4b61-9688-76b2e06f5dfa",
"FromUserId": "5b5358ec-c0e2-4aba-b9c4-cec74f7b0f29",
"ToUserId": "8f625c2c-df31-4bbe-8d53-849c9e0f4055",
"StartDate": "2026-07-28T19:32:40.5737659Z",
"EndDate": "2026-07-28T19:32:40.5737659Z",
"Active": true
},
{
"Id": "134d681f-3db6-4b61-9688-76b2e06f5dfa",
"FromUserId": "5b5358ec-c0e2-4aba-b9c4-cec74f7b0f29",
"ToUserId": "8f625c2c-df31-4bbe-8d53-849c9e0f4055",
"StartDate": "2026-07-28T19:32:40.5737659Z",
"EndDate": "2026-07-28T19:32:40.5737659Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"134d681f-3db6-4b61-9688-76b2e06f5dfa","FromUserId":"5b5358ec-c0e2-4aba-b9c4-cec74f7b0f29","ToUserId":"8f625c2c-df31-4bbe-8d53-849c9e0f4055","StartDate":"2026-07-28T19:32:40.5737659Z","EndDate":"2026-07-28T19:32:40.5737659Z","Active":true},{"Id":"134d681f-3db6-4b61-9688-76b2e06f5dfa","FromUserId":"5b5358ec-c0e2-4aba-b9c4-cec74f7b0f29","ToUserId":"8f625c2c-df31-4bbe-8d53-849c9e0f4055","StartDate":"2026-07-28T19:32:40.5737659Z","EndDate":"2026-07-28T19:32:40.5737659Z","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-28T19:32:40.5737659+00:00</EndDate>
<FromUserId>5b5358ec-c0e2-4aba-b9c4-cec74f7b0f29</FromUserId>
<Id>134d681f-3db6-4b61-9688-76b2e06f5dfa</Id>
<StartDate>2026-07-28T19:32:40.5737659+00:00</StartDate>
<ToUserId>8f625c2c-df31-4bbe-8d53-849c9e0f4055</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-07-28T19:32:40.5737659+00:00</EndDate>
<FromUserId>5b5358ec-c0e2-4aba-b9c4-cec74f7b0f29</FromUserId>
<Id>134d681f-3db6-4b61-9688-76b2e06f5dfa</Id>
<StartDate>2026-07-28T19:32:40.5737659+00:00</StartDate>
<ToUserId>8f625c2c-df31-4bbe-8d53-849c9e0f4055</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>