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": "ee2e0f23-0dbf-42a3-8d8a-0b969ea5e3bc",
"FromUserId": "fd15376d-b5f2-4940-acbd-c3889e7a62b8",
"ToUserId": "c5c3820e-0bfe-4848-9537-5a16fe74a318",
"StartDate": "2026-08-14T03:08:59.6550622Z",
"EndDate": "2026-08-14T03:08:59.6550622Z",
"Active": true
},
{
"Id": "ee2e0f23-0dbf-42a3-8d8a-0b969ea5e3bc",
"FromUserId": "fd15376d-b5f2-4940-acbd-c3889e7a62b8",
"ToUserId": "c5c3820e-0bfe-4848-9537-5a16fe74a318",
"StartDate": "2026-08-14T03:08:59.6550622Z",
"EndDate": "2026-08-14T03:08:59.6550622Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"ee2e0f23-0dbf-42a3-8d8a-0b969ea5e3bc","FromUserId":"fd15376d-b5f2-4940-acbd-c3889e7a62b8","ToUserId":"c5c3820e-0bfe-4848-9537-5a16fe74a318","StartDate":"2026-08-14T03:08:59.6550622Z","EndDate":"2026-08-14T03:08:59.6550622Z","Active":true},{"Id":"ee2e0f23-0dbf-42a3-8d8a-0b969ea5e3bc","FromUserId":"fd15376d-b5f2-4940-acbd-c3889e7a62b8","ToUserId":"c5c3820e-0bfe-4848-9537-5a16fe74a318","StartDate":"2026-08-14T03:08:59.6550622Z","EndDate":"2026-08-14T03:08:59.6550622Z","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-08-14T03:08:59.6550622+00:00</EndDate>
<FromUserId>fd15376d-b5f2-4940-acbd-c3889e7a62b8</FromUserId>
<Id>ee2e0f23-0dbf-42a3-8d8a-0b969ea5e3bc</Id>
<StartDate>2026-08-14T03:08:59.6550622+00:00</StartDate>
<ToUserId>c5c3820e-0bfe-4848-9537-5a16fe74a318</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-14T03:08:59.6550622+00:00</EndDate>
<FromUserId>fd15376d-b5f2-4940-acbd-c3889e7a62b8</FromUserId>
<Id>ee2e0f23-0dbf-42a3-8d8a-0b969ea5e3bc</Id>
<StartDate>2026-08-14T03:08:59.6550622+00:00</StartDate>
<ToUserId>c5c3820e-0bfe-4848-9537-5a16fe74a318</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>