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": "fa2800aa-0f11-463b-844f-00250ef8a70e",
"FromUserId": "14004611-109f-464d-9d7d-cee90de46f9c",
"ToUserId": "3bdb8323-f187-485b-a70a-f6607da18c18",
"StartDate": "2026-05-20T07:57:17.4874922Z",
"EndDate": "2026-05-20T07:57:17.4874922Z",
"Active": true
},
{
"Id": "fa2800aa-0f11-463b-844f-00250ef8a70e",
"FromUserId": "14004611-109f-464d-9d7d-cee90de46f9c",
"ToUserId": "3bdb8323-f187-485b-a70a-f6607da18c18",
"StartDate": "2026-05-20T07:57:17.4874922Z",
"EndDate": "2026-05-20T07:57:17.4874922Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"fa2800aa-0f11-463b-844f-00250ef8a70e","FromUserId":"14004611-109f-464d-9d7d-cee90de46f9c","ToUserId":"3bdb8323-f187-485b-a70a-f6607da18c18","StartDate":"2026-05-20T07:57:17.4874922Z","EndDate":"2026-05-20T07:57:17.4874922Z","Active":true},{"Id":"fa2800aa-0f11-463b-844f-00250ef8a70e","FromUserId":"14004611-109f-464d-9d7d-cee90de46f9c","ToUserId":"3bdb8323-f187-485b-a70a-f6607da18c18","StartDate":"2026-05-20T07:57:17.4874922Z","EndDate":"2026-05-20T07:57:17.4874922Z","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-20T07:57:17.4874922+00:00</EndDate>
<FromUserId>14004611-109f-464d-9d7d-cee90de46f9c</FromUserId>
<Id>fa2800aa-0f11-463b-844f-00250ef8a70e</Id>
<StartDate>2026-05-20T07:57:17.4874922+00:00</StartDate>
<ToUserId>3bdb8323-f187-485b-a70a-f6607da18c18</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-20T07:57:17.4874922+00:00</EndDate>
<FromUserId>14004611-109f-464d-9d7d-cee90de46f9c</FromUserId>
<Id>fa2800aa-0f11-463b-844f-00250ef8a70e</Id>
<StartDate>2026-05-20T07:57:17.4874922+00:00</StartDate>
<ToUserId>3bdb8323-f187-485b-a70a-f6607da18c18</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>