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": "7d6cf879-e793-4db0-bd90-c408b58d7679",
"FromUserId": "2668cf40-1f74-4b72-93cf-d41ce9eac43e",
"ToUserId": "41a7864d-2302-4434-b51c-b1e5a3dbc587",
"StartDate": "2026-08-27T06:33:30.5256358Z",
"EndDate": "2026-08-27T06:33:30.5256358Z",
"Active": true
},
{
"Id": "7d6cf879-e793-4db0-bd90-c408b58d7679",
"FromUserId": "2668cf40-1f74-4b72-93cf-d41ce9eac43e",
"ToUserId": "41a7864d-2302-4434-b51c-b1e5a3dbc587",
"StartDate": "2026-08-27T06:33:30.5256358Z",
"EndDate": "2026-08-27T06:33:30.5256358Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"7d6cf879-e793-4db0-bd90-c408b58d7679","FromUserId":"2668cf40-1f74-4b72-93cf-d41ce9eac43e","ToUserId":"41a7864d-2302-4434-b51c-b1e5a3dbc587","StartDate":"2026-08-27T06:33:30.5256358Z","EndDate":"2026-08-27T06:33:30.5256358Z","Active":true},{"Id":"7d6cf879-e793-4db0-bd90-c408b58d7679","FromUserId":"2668cf40-1f74-4b72-93cf-d41ce9eac43e","ToUserId":"41a7864d-2302-4434-b51c-b1e5a3dbc587","StartDate":"2026-08-27T06:33:30.5256358Z","EndDate":"2026-08-27T06:33:30.5256358Z","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-27T06:33:30.5256358+00:00</EndDate>
<FromUserId>2668cf40-1f74-4b72-93cf-d41ce9eac43e</FromUserId>
<Id>7d6cf879-e793-4db0-bd90-c408b58d7679</Id>
<StartDate>2026-08-27T06:33:30.5256358+00:00</StartDate>
<ToUserId>41a7864d-2302-4434-b51c-b1e5a3dbc587</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-27T06:33:30.5256358+00:00</EndDate>
<FromUserId>2668cf40-1f74-4b72-93cf-d41ce9eac43e</FromUserId>
<Id>7d6cf879-e793-4db0-bd90-c408b58d7679</Id>
<StartDate>2026-08-27T06:33:30.5256358+00:00</StartDate>
<ToUserId>41a7864d-2302-4434-b51c-b1e5a3dbc587</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>