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": "29e8f039-5125-44db-9b3f-2b129fd6efaf",
"FromUserId": "a22bcf55-fd3f-46b7-8eb7-abda512669d7",
"ToUserId": "aa6902f5-01f8-40d4-9556-7f6310bcf36c",
"StartDate": "2026-05-09T22:26:32.4263446Z",
"EndDate": "2026-05-09T22:26:32.4263446Z",
"Active": true
},
{
"Id": "29e8f039-5125-44db-9b3f-2b129fd6efaf",
"FromUserId": "a22bcf55-fd3f-46b7-8eb7-abda512669d7",
"ToUserId": "aa6902f5-01f8-40d4-9556-7f6310bcf36c",
"StartDate": "2026-05-09T22:26:32.4263446Z",
"EndDate": "2026-05-09T22:26:32.4263446Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"29e8f039-5125-44db-9b3f-2b129fd6efaf","FromUserId":"a22bcf55-fd3f-46b7-8eb7-abda512669d7","ToUserId":"aa6902f5-01f8-40d4-9556-7f6310bcf36c","StartDate":"2026-05-09T22:26:32.4263446Z","EndDate":"2026-05-09T22:26:32.4263446Z","Active":true},{"Id":"29e8f039-5125-44db-9b3f-2b129fd6efaf","FromUserId":"a22bcf55-fd3f-46b7-8eb7-abda512669d7","ToUserId":"aa6902f5-01f8-40d4-9556-7f6310bcf36c","StartDate":"2026-05-09T22:26:32.4263446Z","EndDate":"2026-05-09T22:26:32.4263446Z","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-09T22:26:32.4263446+00:00</EndDate>
<FromUserId>a22bcf55-fd3f-46b7-8eb7-abda512669d7</FromUserId>
<Id>29e8f039-5125-44db-9b3f-2b129fd6efaf</Id>
<StartDate>2026-05-09T22:26:32.4263446+00:00</StartDate>
<ToUserId>aa6902f5-01f8-40d4-9556-7f6310bcf36c</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-09T22:26:32.4263446+00:00</EndDate>
<FromUserId>a22bcf55-fd3f-46b7-8eb7-abda512669d7</FromUserId>
<Id>29e8f039-5125-44db-9b3f-2b129fd6efaf</Id>
<StartDate>2026-05-09T22:26:32.4263446+00:00</StartDate>
<ToUserId>aa6902f5-01f8-40d4-9556-7f6310bcf36c</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>