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": "2312f3f8-eecc-4013-b0b3-3654b4f51fa3",
"FromUserId": "7b34a4b7-a1bb-4fb3-ba24-f0e59c89c157",
"ToUserId": "2a00174c-d41d-4642-84ce-57242c86dc81",
"StartDate": "2026-08-17T03:59:35.9079588Z",
"EndDate": "2026-08-17T03:59:35.9079588Z",
"Active": true
},
{
"Id": "2312f3f8-eecc-4013-b0b3-3654b4f51fa3",
"FromUserId": "7b34a4b7-a1bb-4fb3-ba24-f0e59c89c157",
"ToUserId": "2a00174c-d41d-4642-84ce-57242c86dc81",
"StartDate": "2026-08-17T03:59:35.9079588Z",
"EndDate": "2026-08-17T03:59:35.9079588Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"2312f3f8-eecc-4013-b0b3-3654b4f51fa3","FromUserId":"7b34a4b7-a1bb-4fb3-ba24-f0e59c89c157","ToUserId":"2a00174c-d41d-4642-84ce-57242c86dc81","StartDate":"2026-08-17T03:59:35.9079588Z","EndDate":"2026-08-17T03:59:35.9079588Z","Active":true},{"Id":"2312f3f8-eecc-4013-b0b3-3654b4f51fa3","FromUserId":"7b34a4b7-a1bb-4fb3-ba24-f0e59c89c157","ToUserId":"2a00174c-d41d-4642-84ce-57242c86dc81","StartDate":"2026-08-17T03:59:35.9079588Z","EndDate":"2026-08-17T03:59:35.9079588Z","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-17T03:59:35.9079588+00:00</EndDate>
<FromUserId>7b34a4b7-a1bb-4fb3-ba24-f0e59c89c157</FromUserId>
<Id>2312f3f8-eecc-4013-b0b3-3654b4f51fa3</Id>
<StartDate>2026-08-17T03:59:35.9079588+00:00</StartDate>
<ToUserId>2a00174c-d41d-4642-84ce-57242c86dc81</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-17T03:59:35.9079588+00:00</EndDate>
<FromUserId>7b34a4b7-a1bb-4fb3-ba24-f0e59c89c157</FromUserId>
<Id>2312f3f8-eecc-4013-b0b3-3654b4f51fa3</Id>
<StartDate>2026-08-17T03:59:35.9079588+00:00</StartDate>
<ToUserId>2a00174c-d41d-4642-84ce-57242c86dc81</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>