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": "eb6a91b4-e7a9-4ed3-b6e5-32899711ea31",
"FromUserId": "47f11f2a-129b-43a6-bec0-a11b190df9ac",
"ToUserId": "4625e0c8-b77d-43b9-8409-868d4ee662ea",
"StartDate": "2025-11-22T12:09:40.1873088Z",
"EndDate": "2025-11-22T12:09:40.1873088Z",
"Active": true
},
{
"Id": "eb6a91b4-e7a9-4ed3-b6e5-32899711ea31",
"FromUserId": "47f11f2a-129b-43a6-bec0-a11b190df9ac",
"ToUserId": "4625e0c8-b77d-43b9-8409-868d4ee662ea",
"StartDate": "2025-11-22T12:09:40.1873088Z",
"EndDate": "2025-11-22T12:09:40.1873088Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"eb6a91b4-e7a9-4ed3-b6e5-32899711ea31","FromUserId":"47f11f2a-129b-43a6-bec0-a11b190df9ac","ToUserId":"4625e0c8-b77d-43b9-8409-868d4ee662ea","StartDate":"2025-11-22T12:09:40.1873088Z","EndDate":"2025-11-22T12:09:40.1873088Z","Active":true},{"Id":"eb6a91b4-e7a9-4ed3-b6e5-32899711ea31","FromUserId":"47f11f2a-129b-43a6-bec0-a11b190df9ac","ToUserId":"4625e0c8-b77d-43b9-8409-868d4ee662ea","StartDate":"2025-11-22T12:09:40.1873088Z","EndDate":"2025-11-22T12:09:40.1873088Z","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>2025-11-22T12:09:40.1873088+00:00</EndDate>
<FromUserId>47f11f2a-129b-43a6-bec0-a11b190df9ac</FromUserId>
<Id>eb6a91b4-e7a9-4ed3-b6e5-32899711ea31</Id>
<StartDate>2025-11-22T12:09:40.1873088+00:00</StartDate>
<ToUserId>4625e0c8-b77d-43b9-8409-868d4ee662ea</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2025-11-22T12:09:40.1873088+00:00</EndDate>
<FromUserId>47f11f2a-129b-43a6-bec0-a11b190df9ac</FromUserId>
<Id>eb6a91b4-e7a9-4ed3-b6e5-32899711ea31</Id>
<StartDate>2025-11-22T12:09:40.1873088+00:00</StartDate>
<ToUserId>4625e0c8-b77d-43b9-8409-868d4ee662ea</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>