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": "183389cc-ec40-4bc2-9944-5c73515c7ad3",
"FromUserId": "a8ec7d32-e3c6-4b6b-be3a-b1d9866804f3",
"ToUserId": "e4b42566-ff35-42bf-856c-ed9a2eb8756f",
"StartDate": "2026-05-16T13:48:31.8522519Z",
"EndDate": "2026-05-16T13:48:31.8522519Z",
"Active": true
},
{
"Id": "183389cc-ec40-4bc2-9944-5c73515c7ad3",
"FromUserId": "a8ec7d32-e3c6-4b6b-be3a-b1d9866804f3",
"ToUserId": "e4b42566-ff35-42bf-856c-ed9a2eb8756f",
"StartDate": "2026-05-16T13:48:31.8522519Z",
"EndDate": "2026-05-16T13:48:31.8522519Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"183389cc-ec40-4bc2-9944-5c73515c7ad3","FromUserId":"a8ec7d32-e3c6-4b6b-be3a-b1d9866804f3","ToUserId":"e4b42566-ff35-42bf-856c-ed9a2eb8756f","StartDate":"2026-05-16T13:48:31.8522519Z","EndDate":"2026-05-16T13:48:31.8522519Z","Active":true},{"Id":"183389cc-ec40-4bc2-9944-5c73515c7ad3","FromUserId":"a8ec7d32-e3c6-4b6b-be3a-b1d9866804f3","ToUserId":"e4b42566-ff35-42bf-856c-ed9a2eb8756f","StartDate":"2026-05-16T13:48:31.8522519Z","EndDate":"2026-05-16T13:48:31.8522519Z","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-16T13:48:31.8522519+00:00</EndDate>
<FromUserId>a8ec7d32-e3c6-4b6b-be3a-b1d9866804f3</FromUserId>
<Id>183389cc-ec40-4bc2-9944-5c73515c7ad3</Id>
<StartDate>2026-05-16T13:48:31.8522519+00:00</StartDate>
<ToUserId>e4b42566-ff35-42bf-856c-ed9a2eb8756f</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-16T13:48:31.8522519+00:00</EndDate>
<FromUserId>a8ec7d32-e3c6-4b6b-be3a-b1d9866804f3</FromUserId>
<Id>183389cc-ec40-4bc2-9944-5c73515c7ad3</Id>
<StartDate>2026-05-16T13:48:31.8522519+00:00</StartDate>
<ToUserId>e4b42566-ff35-42bf-856c-ed9a2eb8756f</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>