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": "22aa5d21-35ab-41ee-a783-e757ba694f9c",
"FromUserId": "52834f0f-fcd3-43e6-a961-05ca31660bc0",
"ToUserId": "a3bcee00-ad5e-4b36-a5cf-1ba19e50c665",
"StartDate": "2026-09-18T09:09:59.6131757Z",
"EndDate": "2026-09-18T09:09:59.6131757Z",
"Active": true
},
{
"Id": "22aa5d21-35ab-41ee-a783-e757ba694f9c",
"FromUserId": "52834f0f-fcd3-43e6-a961-05ca31660bc0",
"ToUserId": "a3bcee00-ad5e-4b36-a5cf-1ba19e50c665",
"StartDate": "2026-09-18T09:09:59.6131757Z",
"EndDate": "2026-09-18T09:09:59.6131757Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"22aa5d21-35ab-41ee-a783-e757ba694f9c","FromUserId":"52834f0f-fcd3-43e6-a961-05ca31660bc0","ToUserId":"a3bcee00-ad5e-4b36-a5cf-1ba19e50c665","StartDate":"2026-09-18T09:09:59.6131757Z","EndDate":"2026-09-18T09:09:59.6131757Z","Active":true},{"Id":"22aa5d21-35ab-41ee-a783-e757ba694f9c","FromUserId":"52834f0f-fcd3-43e6-a961-05ca31660bc0","ToUserId":"a3bcee00-ad5e-4b36-a5cf-1ba19e50c665","StartDate":"2026-09-18T09:09:59.6131757Z","EndDate":"2026-09-18T09:09:59.6131757Z","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-09-18T09:09:59.6131757+00:00</EndDate>
<FromUserId>52834f0f-fcd3-43e6-a961-05ca31660bc0</FromUserId>
<Id>22aa5d21-35ab-41ee-a783-e757ba694f9c</Id>
<StartDate>2026-09-18T09:09:59.6131757+00:00</StartDate>
<ToUserId>a3bcee00-ad5e-4b36-a5cf-1ba19e50c665</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-09-18T09:09:59.6131757+00:00</EndDate>
<FromUserId>52834f0f-fcd3-43e6-a961-05ca31660bc0</FromUserId>
<Id>22aa5d21-35ab-41ee-a783-e757ba694f9c</Id>
<StartDate>2026-09-18T09:09:59.6131757+00:00</StartDate>
<ToUserId>a3bcee00-ad5e-4b36-a5cf-1ba19e50c665</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>