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": "19a65b99-c4cc-4b6e-988a-2a82da87c960",
"FromUserId": "cf6c6a12-9716-4c16-9913-759d7b5e1458",
"ToUserId": "62f857af-ee73-4ec9-80eb-fc95db1dd831",
"StartDate": "2026-04-25T09:43:57.7631073Z",
"EndDate": "2026-04-25T09:43:57.7631073Z",
"Active": true
},
{
"Id": "19a65b99-c4cc-4b6e-988a-2a82da87c960",
"FromUserId": "cf6c6a12-9716-4c16-9913-759d7b5e1458",
"ToUserId": "62f857af-ee73-4ec9-80eb-fc95db1dd831",
"StartDate": "2026-04-25T09:43:57.7631073Z",
"EndDate": "2026-04-25T09:43:57.7631073Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"19a65b99-c4cc-4b6e-988a-2a82da87c960","FromUserId":"cf6c6a12-9716-4c16-9913-759d7b5e1458","ToUserId":"62f857af-ee73-4ec9-80eb-fc95db1dd831","StartDate":"2026-04-25T09:43:57.7631073Z","EndDate":"2026-04-25T09:43:57.7631073Z","Active":true},{"Id":"19a65b99-c4cc-4b6e-988a-2a82da87c960","FromUserId":"cf6c6a12-9716-4c16-9913-759d7b5e1458","ToUserId":"62f857af-ee73-4ec9-80eb-fc95db1dd831","StartDate":"2026-04-25T09:43:57.7631073Z","EndDate":"2026-04-25T09:43:57.7631073Z","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-04-25T09:43:57.7631073+00:00</EndDate>
<FromUserId>cf6c6a12-9716-4c16-9913-759d7b5e1458</FromUserId>
<Id>19a65b99-c4cc-4b6e-988a-2a82da87c960</Id>
<StartDate>2026-04-25T09:43:57.7631073+00:00</StartDate>
<ToUserId>62f857af-ee73-4ec9-80eb-fc95db1dd831</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-04-25T09:43:57.7631073+00:00</EndDate>
<FromUserId>cf6c6a12-9716-4c16-9913-759d7b5e1458</FromUserId>
<Id>19a65b99-c4cc-4b6e-988a-2a82da87c960</Id>
<StartDate>2026-04-25T09:43:57.7631073+00:00</StartDate>
<ToUserId>62f857af-ee73-4ec9-80eb-fc95db1dd831</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>