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": "f163e555-557a-44d7-8b49-8090f723dab0",
"FromUserId": "8dc69444-0df9-487a-8c6b-84f8589cbd45",
"ToUserId": "5c91bad8-a63a-4a7d-9932-f0b352132fbb",
"StartDate": "2026-08-22T10:34:59.466327Z",
"EndDate": "2026-08-22T10:34:59.466327Z",
"Active": true
},
{
"Id": "f163e555-557a-44d7-8b49-8090f723dab0",
"FromUserId": "8dc69444-0df9-487a-8c6b-84f8589cbd45",
"ToUserId": "5c91bad8-a63a-4a7d-9932-f0b352132fbb",
"StartDate": "2026-08-22T10:34:59.466327Z",
"EndDate": "2026-08-22T10:34:59.466327Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"f163e555-557a-44d7-8b49-8090f723dab0","FromUserId":"8dc69444-0df9-487a-8c6b-84f8589cbd45","ToUserId":"5c91bad8-a63a-4a7d-9932-f0b352132fbb","StartDate":"2026-08-22T10:34:59.466327Z","EndDate":"2026-08-22T10:34:59.466327Z","Active":true},{"Id":"f163e555-557a-44d7-8b49-8090f723dab0","FromUserId":"8dc69444-0df9-487a-8c6b-84f8589cbd45","ToUserId":"5c91bad8-a63a-4a7d-9932-f0b352132fbb","StartDate":"2026-08-22T10:34:59.466327Z","EndDate":"2026-08-22T10:34:59.466327Z","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-22T10:34:59.466327+00:00</EndDate>
<FromUserId>8dc69444-0df9-487a-8c6b-84f8589cbd45</FromUserId>
<Id>f163e555-557a-44d7-8b49-8090f723dab0</Id>
<StartDate>2026-08-22T10:34:59.466327+00:00</StartDate>
<ToUserId>5c91bad8-a63a-4a7d-9932-f0b352132fbb</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-22T10:34:59.466327+00:00</EndDate>
<FromUserId>8dc69444-0df9-487a-8c6b-84f8589cbd45</FromUserId>
<Id>f163e555-557a-44d7-8b49-8090f723dab0</Id>
<StartDate>2026-08-22T10:34:59.466327+00:00</StartDate>
<ToUserId>5c91bad8-a63a-4a7d-9932-f0b352132fbb</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>