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": "ee36dc52-dca3-42e5-a697-51a8de4cbc44",
"FromUserId": "f8acb6c6-01a8-4721-9887-d6dffd56e194",
"ToUserId": "319eb23d-22f6-4d34-97d5-6ef26688cb9c",
"StartDate": "2026-08-26T07:09:43.673848Z",
"EndDate": "2026-08-26T07:09:43.673848Z",
"Active": true
},
{
"Id": "ee36dc52-dca3-42e5-a697-51a8de4cbc44",
"FromUserId": "f8acb6c6-01a8-4721-9887-d6dffd56e194",
"ToUserId": "319eb23d-22f6-4d34-97d5-6ef26688cb9c",
"StartDate": "2026-08-26T07:09:43.673848Z",
"EndDate": "2026-08-26T07:09:43.673848Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"ee36dc52-dca3-42e5-a697-51a8de4cbc44","FromUserId":"f8acb6c6-01a8-4721-9887-d6dffd56e194","ToUserId":"319eb23d-22f6-4d34-97d5-6ef26688cb9c","StartDate":"2026-08-26T07:09:43.673848Z","EndDate":"2026-08-26T07:09:43.673848Z","Active":true},{"Id":"ee36dc52-dca3-42e5-a697-51a8de4cbc44","FromUserId":"f8acb6c6-01a8-4721-9887-d6dffd56e194","ToUserId":"319eb23d-22f6-4d34-97d5-6ef26688cb9c","StartDate":"2026-08-26T07:09:43.673848Z","EndDate":"2026-08-26T07:09:43.673848Z","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-26T07:09:43.673848+00:00</EndDate>
<FromUserId>f8acb6c6-01a8-4721-9887-d6dffd56e194</FromUserId>
<Id>ee36dc52-dca3-42e5-a697-51a8de4cbc44</Id>
<StartDate>2026-08-26T07:09:43.673848+00:00</StartDate>
<ToUserId>319eb23d-22f6-4d34-97d5-6ef26688cb9c</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-26T07:09:43.673848+00:00</EndDate>
<FromUserId>f8acb6c6-01a8-4721-9887-d6dffd56e194</FromUserId>
<Id>ee36dc52-dca3-42e5-a697-51a8de4cbc44</Id>
<StartDate>2026-08-26T07:09:43.673848+00:00</StartDate>
<ToUserId>319eb23d-22f6-4d34-97d5-6ef26688cb9c</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>