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": "841a959b-8bd3-4d75-a652-975af11a0ac8",
"FromUserId": "4195e02b-11cc-4f1c-b917-9ffbd498b4f9",
"ToUserId": "65a2ed1f-3602-47b2-acbb-09b5ec1587ad",
"StartDate": "2026-04-29T10:26:26.9160997Z",
"EndDate": "2026-04-29T10:26:26.9160997Z",
"Active": true
},
{
"Id": "841a959b-8bd3-4d75-a652-975af11a0ac8",
"FromUserId": "4195e02b-11cc-4f1c-b917-9ffbd498b4f9",
"ToUserId": "65a2ed1f-3602-47b2-acbb-09b5ec1587ad",
"StartDate": "2026-04-29T10:26:26.9160997Z",
"EndDate": "2026-04-29T10:26:26.9160997Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"841a959b-8bd3-4d75-a652-975af11a0ac8","FromUserId":"4195e02b-11cc-4f1c-b917-9ffbd498b4f9","ToUserId":"65a2ed1f-3602-47b2-acbb-09b5ec1587ad","StartDate":"2026-04-29T10:26:26.9160997Z","EndDate":"2026-04-29T10:26:26.9160997Z","Active":true},{"Id":"841a959b-8bd3-4d75-a652-975af11a0ac8","FromUserId":"4195e02b-11cc-4f1c-b917-9ffbd498b4f9","ToUserId":"65a2ed1f-3602-47b2-acbb-09b5ec1587ad","StartDate":"2026-04-29T10:26:26.9160997Z","EndDate":"2026-04-29T10:26:26.9160997Z","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-29T10:26:26.9160997+00:00</EndDate>
<FromUserId>4195e02b-11cc-4f1c-b917-9ffbd498b4f9</FromUserId>
<Id>841a959b-8bd3-4d75-a652-975af11a0ac8</Id>
<StartDate>2026-04-29T10:26:26.9160997+00:00</StartDate>
<ToUserId>65a2ed1f-3602-47b2-acbb-09b5ec1587ad</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-04-29T10:26:26.9160997+00:00</EndDate>
<FromUserId>4195e02b-11cc-4f1c-b917-9ffbd498b4f9</FromUserId>
<Id>841a959b-8bd3-4d75-a652-975af11a0ac8</Id>
<StartDate>2026-04-29T10:26:26.9160997+00:00</StartDate>
<ToUserId>65a2ed1f-3602-47b2-acbb-09b5ec1587ad</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>