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": "0dffeb81-3c2f-47a0-ab31-4080083a8582",
"FromUserId": "757be6a1-b8ff-419f-9178-4e1ea8f69ed4",
"ToUserId": "50ab4af0-6978-4ce8-989d-a4f29274420b",
"StartDate": "2026-08-06T09:23:15.2714845Z",
"EndDate": "2026-08-06T09:23:15.2714845Z",
"Active": true
},
{
"Id": "0dffeb81-3c2f-47a0-ab31-4080083a8582",
"FromUserId": "757be6a1-b8ff-419f-9178-4e1ea8f69ed4",
"ToUserId": "50ab4af0-6978-4ce8-989d-a4f29274420b",
"StartDate": "2026-08-06T09:23:15.2714845Z",
"EndDate": "2026-08-06T09:23:15.2714845Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"0dffeb81-3c2f-47a0-ab31-4080083a8582","FromUserId":"757be6a1-b8ff-419f-9178-4e1ea8f69ed4","ToUserId":"50ab4af0-6978-4ce8-989d-a4f29274420b","StartDate":"2026-08-06T09:23:15.2714845Z","EndDate":"2026-08-06T09:23:15.2714845Z","Active":true},{"Id":"0dffeb81-3c2f-47a0-ab31-4080083a8582","FromUserId":"757be6a1-b8ff-419f-9178-4e1ea8f69ed4","ToUserId":"50ab4af0-6978-4ce8-989d-a4f29274420b","StartDate":"2026-08-06T09:23:15.2714845Z","EndDate":"2026-08-06T09:23:15.2714845Z","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-06T09:23:15.2714845+00:00</EndDate>
<FromUserId>757be6a1-b8ff-419f-9178-4e1ea8f69ed4</FromUserId>
<Id>0dffeb81-3c2f-47a0-ab31-4080083a8582</Id>
<StartDate>2026-08-06T09:23:15.2714845+00:00</StartDate>
<ToUserId>50ab4af0-6978-4ce8-989d-a4f29274420b</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-06T09:23:15.2714845+00:00</EndDate>
<FromUserId>757be6a1-b8ff-419f-9178-4e1ea8f69ed4</FromUserId>
<Id>0dffeb81-3c2f-47a0-ab31-4080083a8582</Id>
<StartDate>2026-08-06T09:23:15.2714845+00:00</StartDate>
<ToUserId>50ab4af0-6978-4ce8-989d-a4f29274420b</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>