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": "b15094dc-7e5f-4d01-9812-d9614e29e0aa",
"FromUserId": "b2679df4-2953-4dfc-a505-53ec3113ed43",
"ToUserId": "976b89b2-5b1a-42dd-b408-2ebfb4013260",
"StartDate": "2025-11-19T08:58:58.9757657Z",
"EndDate": "2025-11-19T08:58:58.9757657Z",
"Active": true
},
{
"Id": "b15094dc-7e5f-4d01-9812-d9614e29e0aa",
"FromUserId": "b2679df4-2953-4dfc-a505-53ec3113ed43",
"ToUserId": "976b89b2-5b1a-42dd-b408-2ebfb4013260",
"StartDate": "2025-11-19T08:58:58.9757657Z",
"EndDate": "2025-11-19T08:58:58.9757657Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"b15094dc-7e5f-4d01-9812-d9614e29e0aa","FromUserId":"b2679df4-2953-4dfc-a505-53ec3113ed43","ToUserId":"976b89b2-5b1a-42dd-b408-2ebfb4013260","StartDate":"2025-11-19T08:58:58.9757657Z","EndDate":"2025-11-19T08:58:58.9757657Z","Active":true},{"Id":"b15094dc-7e5f-4d01-9812-d9614e29e0aa","FromUserId":"b2679df4-2953-4dfc-a505-53ec3113ed43","ToUserId":"976b89b2-5b1a-42dd-b408-2ebfb4013260","StartDate":"2025-11-19T08:58:58.9757657Z","EndDate":"2025-11-19T08:58:58.9757657Z","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-19T08:58:58.9757657+00:00</EndDate>
<FromUserId>b2679df4-2953-4dfc-a505-53ec3113ed43</FromUserId>
<Id>b15094dc-7e5f-4d01-9812-d9614e29e0aa</Id>
<StartDate>2025-11-19T08:58:58.9757657+00:00</StartDate>
<ToUserId>976b89b2-5b1a-42dd-b408-2ebfb4013260</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2025-11-19T08:58:58.9757657+00:00</EndDate>
<FromUserId>b2679df4-2953-4dfc-a505-53ec3113ed43</FromUserId>
<Id>b15094dc-7e5f-4d01-9812-d9614e29e0aa</Id>
<StartDate>2025-11-19T08:58:58.9757657+00:00</StartDate>
<ToUserId>976b89b2-5b1a-42dd-b408-2ebfb4013260</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>