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": "2decd075-e28c-4217-bbce-da6bba53bed3",
"FromUserId": "a89d8e57-89df-49fc-94d0-24aa4657b672",
"ToUserId": "4e2cdb20-92b2-4e2c-ace6-821da04bd0c8",
"StartDate": "2026-07-19T03:25:38.2182304Z",
"EndDate": "2026-07-19T03:25:38.2182304Z",
"Active": true
},
{
"Id": "2decd075-e28c-4217-bbce-da6bba53bed3",
"FromUserId": "a89d8e57-89df-49fc-94d0-24aa4657b672",
"ToUserId": "4e2cdb20-92b2-4e2c-ace6-821da04bd0c8",
"StartDate": "2026-07-19T03:25:38.2182304Z",
"EndDate": "2026-07-19T03:25:38.2182304Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"2decd075-e28c-4217-bbce-da6bba53bed3","FromUserId":"a89d8e57-89df-49fc-94d0-24aa4657b672","ToUserId":"4e2cdb20-92b2-4e2c-ace6-821da04bd0c8","StartDate":"2026-07-19T03:25:38.2182304Z","EndDate":"2026-07-19T03:25:38.2182304Z","Active":true},{"Id":"2decd075-e28c-4217-bbce-da6bba53bed3","FromUserId":"a89d8e57-89df-49fc-94d0-24aa4657b672","ToUserId":"4e2cdb20-92b2-4e2c-ace6-821da04bd0c8","StartDate":"2026-07-19T03:25:38.2182304Z","EndDate":"2026-07-19T03:25:38.2182304Z","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-07-19T03:25:38.2182304+00:00</EndDate>
<FromUserId>a89d8e57-89df-49fc-94d0-24aa4657b672</FromUserId>
<Id>2decd075-e28c-4217-bbce-da6bba53bed3</Id>
<StartDate>2026-07-19T03:25:38.2182304+00:00</StartDate>
<ToUserId>4e2cdb20-92b2-4e2c-ace6-821da04bd0c8</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-07-19T03:25:38.2182304+00:00</EndDate>
<FromUserId>a89d8e57-89df-49fc-94d0-24aa4657b672</FromUserId>
<Id>2decd075-e28c-4217-bbce-da6bba53bed3</Id>
<StartDate>2026-07-19T03:25:38.2182304+00:00</StartDate>
<ToUserId>4e2cdb20-92b2-4e2c-ace6-821da04bd0c8</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>