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": "b4c681c8-22b6-4fb4-a4cf-7ca395a29de4",
"FromUserId": "805d8423-f669-49d7-854a-52010ab83921",
"ToUserId": "fc72f783-80f8-4a3c-9c30-1917668adbf1",
"StartDate": "2026-08-07T03:23:50.7234708Z",
"EndDate": "2026-08-07T03:23:50.7234708Z",
"Active": true
},
{
"Id": "b4c681c8-22b6-4fb4-a4cf-7ca395a29de4",
"FromUserId": "805d8423-f669-49d7-854a-52010ab83921",
"ToUserId": "fc72f783-80f8-4a3c-9c30-1917668adbf1",
"StartDate": "2026-08-07T03:23:50.7234708Z",
"EndDate": "2026-08-07T03:23:50.7234708Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"b4c681c8-22b6-4fb4-a4cf-7ca395a29de4","FromUserId":"805d8423-f669-49d7-854a-52010ab83921","ToUserId":"fc72f783-80f8-4a3c-9c30-1917668adbf1","StartDate":"2026-08-07T03:23:50.7234708Z","EndDate":"2026-08-07T03:23:50.7234708Z","Active":true},{"Id":"b4c681c8-22b6-4fb4-a4cf-7ca395a29de4","FromUserId":"805d8423-f669-49d7-854a-52010ab83921","ToUserId":"fc72f783-80f8-4a3c-9c30-1917668adbf1","StartDate":"2026-08-07T03:23:50.7234708Z","EndDate":"2026-08-07T03:23:50.7234708Z","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-07T03:23:50.7234708+00:00</EndDate>
<FromUserId>805d8423-f669-49d7-854a-52010ab83921</FromUserId>
<Id>b4c681c8-22b6-4fb4-a4cf-7ca395a29de4</Id>
<StartDate>2026-08-07T03:23:50.7234708+00:00</StartDate>
<ToUserId>fc72f783-80f8-4a3c-9c30-1917668adbf1</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-07T03:23:50.7234708+00:00</EndDate>
<FromUserId>805d8423-f669-49d7-854a-52010ab83921</FromUserId>
<Id>b4c681c8-22b6-4fb4-a4cf-7ca395a29de4</Id>
<StartDate>2026-08-07T03:23:50.7234708+00:00</StartDate>
<ToUserId>fc72f783-80f8-4a3c-9c30-1917668adbf1</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>