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": "306e411c-b6a7-4fb6-ace8-35909a6fd01e",
"FromUserId": "200e3268-098f-495c-b079-0620122112c4",
"ToUserId": "ef68da86-babc-4264-ba99-7c502abe1da0",
"StartDate": "2026-06-23T04:21:03.567005Z",
"EndDate": "2026-06-23T04:21:03.567005Z",
"Active": true
},
{
"Id": "306e411c-b6a7-4fb6-ace8-35909a6fd01e",
"FromUserId": "200e3268-098f-495c-b079-0620122112c4",
"ToUserId": "ef68da86-babc-4264-ba99-7c502abe1da0",
"StartDate": "2026-06-23T04:21:03.567005Z",
"EndDate": "2026-06-23T04:21:03.567005Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"306e411c-b6a7-4fb6-ace8-35909a6fd01e","FromUserId":"200e3268-098f-495c-b079-0620122112c4","ToUserId":"ef68da86-babc-4264-ba99-7c502abe1da0","StartDate":"2026-06-23T04:21:03.567005Z","EndDate":"2026-06-23T04:21:03.567005Z","Active":true},{"Id":"306e411c-b6a7-4fb6-ace8-35909a6fd01e","FromUserId":"200e3268-098f-495c-b079-0620122112c4","ToUserId":"ef68da86-babc-4264-ba99-7c502abe1da0","StartDate":"2026-06-23T04:21:03.567005Z","EndDate":"2026-06-23T04:21:03.567005Z","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-06-23T04:21:03.567005+00:00</EndDate>
<FromUserId>200e3268-098f-495c-b079-0620122112c4</FromUserId>
<Id>306e411c-b6a7-4fb6-ace8-35909a6fd01e</Id>
<StartDate>2026-06-23T04:21:03.567005+00:00</StartDate>
<ToUserId>ef68da86-babc-4264-ba99-7c502abe1da0</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-06-23T04:21:03.567005+00:00</EndDate>
<FromUserId>200e3268-098f-495c-b079-0620122112c4</FromUserId>
<Id>306e411c-b6a7-4fb6-ace8-35909a6fd01e</Id>
<StartDate>2026-06-23T04:21:03.567005+00:00</StartDate>
<ToUserId>ef68da86-babc-4264-ba99-7c502abe1da0</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>