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": "123a239d-45f6-4ad3-8ecc-bdcf4e51c943",
"FromUserId": "bbb6361b-d047-43ad-b0f4-8ff47bb6a150",
"ToUserId": "b5350d18-9a4c-407a-bacc-24600b81fcc6",
"StartDate": "2026-04-04T07:36:03.2450368Z",
"EndDate": "2026-04-04T07:36:03.2450368Z",
"Active": true
},
{
"Id": "123a239d-45f6-4ad3-8ecc-bdcf4e51c943",
"FromUserId": "bbb6361b-d047-43ad-b0f4-8ff47bb6a150",
"ToUserId": "b5350d18-9a4c-407a-bacc-24600b81fcc6",
"StartDate": "2026-04-04T07:36:03.2450368Z",
"EndDate": "2026-04-04T07:36:03.2450368Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"123a239d-45f6-4ad3-8ecc-bdcf4e51c943","FromUserId":"bbb6361b-d047-43ad-b0f4-8ff47bb6a150","ToUserId":"b5350d18-9a4c-407a-bacc-24600b81fcc6","StartDate":"2026-04-04T07:36:03.2450368Z","EndDate":"2026-04-04T07:36:03.2450368Z","Active":true},{"Id":"123a239d-45f6-4ad3-8ecc-bdcf4e51c943","FromUserId":"bbb6361b-d047-43ad-b0f4-8ff47bb6a150","ToUserId":"b5350d18-9a4c-407a-bacc-24600b81fcc6","StartDate":"2026-04-04T07:36:03.2450368Z","EndDate":"2026-04-04T07:36:03.2450368Z","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-04T07:36:03.2450368+00:00</EndDate>
<FromUserId>bbb6361b-d047-43ad-b0f4-8ff47bb6a150</FromUserId>
<Id>123a239d-45f6-4ad3-8ecc-bdcf4e51c943</Id>
<StartDate>2026-04-04T07:36:03.2450368+00:00</StartDate>
<ToUserId>b5350d18-9a4c-407a-bacc-24600b81fcc6</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-04-04T07:36:03.2450368+00:00</EndDate>
<FromUserId>bbb6361b-d047-43ad-b0f4-8ff47bb6a150</FromUserId>
<Id>123a239d-45f6-4ad3-8ecc-bdcf4e51c943</Id>
<StartDate>2026-04-04T07:36:03.2450368+00:00</StartDate>
<ToUserId>b5350d18-9a4c-407a-bacc-24600b81fcc6</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>