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": "a245f642-8ffa-412e-9a78-8bc7c36bc038",
"FromUserId": "1fe60e4c-a09e-4d1d-ba19-6c59d72228e0",
"ToUserId": "0d957834-f2a2-4a73-b8ae-59d3c95aa110",
"StartDate": "2026-08-19T05:08:10.2066762Z",
"EndDate": "2026-08-19T05:08:10.2066762Z",
"Active": true
},
{
"Id": "a245f642-8ffa-412e-9a78-8bc7c36bc038",
"FromUserId": "1fe60e4c-a09e-4d1d-ba19-6c59d72228e0",
"ToUserId": "0d957834-f2a2-4a73-b8ae-59d3c95aa110",
"StartDate": "2026-08-19T05:08:10.2066762Z",
"EndDate": "2026-08-19T05:08:10.2066762Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"a245f642-8ffa-412e-9a78-8bc7c36bc038","FromUserId":"1fe60e4c-a09e-4d1d-ba19-6c59d72228e0","ToUserId":"0d957834-f2a2-4a73-b8ae-59d3c95aa110","StartDate":"2026-08-19T05:08:10.2066762Z","EndDate":"2026-08-19T05:08:10.2066762Z","Active":true},{"Id":"a245f642-8ffa-412e-9a78-8bc7c36bc038","FromUserId":"1fe60e4c-a09e-4d1d-ba19-6c59d72228e0","ToUserId":"0d957834-f2a2-4a73-b8ae-59d3c95aa110","StartDate":"2026-08-19T05:08:10.2066762Z","EndDate":"2026-08-19T05:08:10.2066762Z","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-19T05:08:10.2066762+00:00</EndDate>
<FromUserId>1fe60e4c-a09e-4d1d-ba19-6c59d72228e0</FromUserId>
<Id>a245f642-8ffa-412e-9a78-8bc7c36bc038</Id>
<StartDate>2026-08-19T05:08:10.2066762+00:00</StartDate>
<ToUserId>0d957834-f2a2-4a73-b8ae-59d3c95aa110</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-19T05:08:10.2066762+00:00</EndDate>
<FromUserId>1fe60e4c-a09e-4d1d-ba19-6c59d72228e0</FromUserId>
<Id>a245f642-8ffa-412e-9a78-8bc7c36bc038</Id>
<StartDate>2026-08-19T05:08:10.2066762+00:00</StartDate>
<ToUserId>0d957834-f2a2-4a73-b8ae-59d3c95aa110</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>