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": "cd00e7f3-e607-40ce-9e45-e8fdfa428525",
"FromUserId": "2b388565-919c-413d-804b-45702d3a8673",
"ToUserId": "30fb2c05-975d-4d36-86b4-cc4114ae00b3",
"StartDate": "2026-05-07T13:23:35.4770226Z",
"EndDate": "2026-05-07T13:23:35.4770226Z",
"Active": true
},
{
"Id": "cd00e7f3-e607-40ce-9e45-e8fdfa428525",
"FromUserId": "2b388565-919c-413d-804b-45702d3a8673",
"ToUserId": "30fb2c05-975d-4d36-86b4-cc4114ae00b3",
"StartDate": "2026-05-07T13:23:35.4770226Z",
"EndDate": "2026-05-07T13:23:35.4770226Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"cd00e7f3-e607-40ce-9e45-e8fdfa428525","FromUserId":"2b388565-919c-413d-804b-45702d3a8673","ToUserId":"30fb2c05-975d-4d36-86b4-cc4114ae00b3","StartDate":"2026-05-07T13:23:35.4770226Z","EndDate":"2026-05-07T13:23:35.4770226Z","Active":true},{"Id":"cd00e7f3-e607-40ce-9e45-e8fdfa428525","FromUserId":"2b388565-919c-413d-804b-45702d3a8673","ToUserId":"30fb2c05-975d-4d36-86b4-cc4114ae00b3","StartDate":"2026-05-07T13:23:35.4770226Z","EndDate":"2026-05-07T13:23:35.4770226Z","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-05-07T13:23:35.4770226+00:00</EndDate>
<FromUserId>2b388565-919c-413d-804b-45702d3a8673</FromUserId>
<Id>cd00e7f3-e607-40ce-9e45-e8fdfa428525</Id>
<StartDate>2026-05-07T13:23:35.4770226+00:00</StartDate>
<ToUserId>30fb2c05-975d-4d36-86b4-cc4114ae00b3</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-07T13:23:35.4770226+00:00</EndDate>
<FromUserId>2b388565-919c-413d-804b-45702d3a8673</FromUserId>
<Id>cd00e7f3-e607-40ce-9e45-e8fdfa428525</Id>
<StartDate>2026-05-07T13:23:35.4770226+00:00</StartDate>
<ToUserId>30fb2c05-975d-4d36-86b4-cc4114ae00b3</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>