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": "b1c2e0f4-57c1-4116-9313-4162a9bd85f2",
"FromUserId": "8a755c6e-4acf-4577-913f-61a8def60fcf",
"ToUserId": "bf82fe72-8515-4ddb-952e-c86de62ff452",
"StartDate": "2026-09-22T03:18:26.0978993Z",
"EndDate": "2026-09-22T03:18:26.0978993Z",
"Active": true
},
{
"Id": "b1c2e0f4-57c1-4116-9313-4162a9bd85f2",
"FromUserId": "8a755c6e-4acf-4577-913f-61a8def60fcf",
"ToUserId": "bf82fe72-8515-4ddb-952e-c86de62ff452",
"StartDate": "2026-09-22T03:18:26.0978993Z",
"EndDate": "2026-09-22T03:18:26.0978993Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"b1c2e0f4-57c1-4116-9313-4162a9bd85f2","FromUserId":"8a755c6e-4acf-4577-913f-61a8def60fcf","ToUserId":"bf82fe72-8515-4ddb-952e-c86de62ff452","StartDate":"2026-09-22T03:18:26.0978993Z","EndDate":"2026-09-22T03:18:26.0978993Z","Active":true},{"Id":"b1c2e0f4-57c1-4116-9313-4162a9bd85f2","FromUserId":"8a755c6e-4acf-4577-913f-61a8def60fcf","ToUserId":"bf82fe72-8515-4ddb-952e-c86de62ff452","StartDate":"2026-09-22T03:18:26.0978993Z","EndDate":"2026-09-22T03:18:26.0978993Z","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-22T03:18:26.0978993+00:00</EndDate>
<FromUserId>8a755c6e-4acf-4577-913f-61a8def60fcf</FromUserId>
<Id>b1c2e0f4-57c1-4116-9313-4162a9bd85f2</Id>
<StartDate>2026-09-22T03:18:26.0978993+00:00</StartDate>
<ToUserId>bf82fe72-8515-4ddb-952e-c86de62ff452</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-09-22T03:18:26.0978993+00:00</EndDate>
<FromUserId>8a755c6e-4acf-4577-913f-61a8def60fcf</FromUserId>
<Id>b1c2e0f4-57c1-4116-9313-4162a9bd85f2</Id>
<StartDate>2026-09-22T03:18:26.0978993+00:00</StartDate>
<ToUserId>bf82fe72-8515-4ddb-952e-c86de62ff452</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>