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": "4f1a6dfa-711a-4069-911a-fd1752b6d620",
"FromUserId": "8ec2681e-170a-424d-8a0e-15b1319c0018",
"ToUserId": "488fd5cf-a7ff-4de8-82a2-40e184716d17",
"StartDate": "2026-07-31T09:48:39.7660932Z",
"EndDate": "2026-07-31T09:48:39.7660932Z",
"Active": true
},
{
"Id": "4f1a6dfa-711a-4069-911a-fd1752b6d620",
"FromUserId": "8ec2681e-170a-424d-8a0e-15b1319c0018",
"ToUserId": "488fd5cf-a7ff-4de8-82a2-40e184716d17",
"StartDate": "2026-07-31T09:48:39.7660932Z",
"EndDate": "2026-07-31T09:48:39.7660932Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"4f1a6dfa-711a-4069-911a-fd1752b6d620","FromUserId":"8ec2681e-170a-424d-8a0e-15b1319c0018","ToUserId":"488fd5cf-a7ff-4de8-82a2-40e184716d17","StartDate":"2026-07-31T09:48:39.7660932Z","EndDate":"2026-07-31T09:48:39.7660932Z","Active":true},{"Id":"4f1a6dfa-711a-4069-911a-fd1752b6d620","FromUserId":"8ec2681e-170a-424d-8a0e-15b1319c0018","ToUserId":"488fd5cf-a7ff-4de8-82a2-40e184716d17","StartDate":"2026-07-31T09:48:39.7660932Z","EndDate":"2026-07-31T09:48:39.7660932Z","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-07-31T09:48:39.7660932+00:00</EndDate>
<FromUserId>8ec2681e-170a-424d-8a0e-15b1319c0018</FromUserId>
<Id>4f1a6dfa-711a-4069-911a-fd1752b6d620</Id>
<StartDate>2026-07-31T09:48:39.7660932+00:00</StartDate>
<ToUserId>488fd5cf-a7ff-4de8-82a2-40e184716d17</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-07-31T09:48:39.7660932+00:00</EndDate>
<FromUserId>8ec2681e-170a-424d-8a0e-15b1319c0018</FromUserId>
<Id>4f1a6dfa-711a-4069-911a-fd1752b6d620</Id>
<StartDate>2026-07-31T09:48:39.7660932+00:00</StartDate>
<ToUserId>488fd5cf-a7ff-4de8-82a2-40e184716d17</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>