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": "d257dca7-fd71-4166-aaf1-4c0ff71bf9d1",
"FromUserId": "951d625e-f487-476f-8655-9be3f6c84c1a",
"ToUserId": "82b99cff-8860-4e02-be49-e808ff4d16fb",
"StartDate": "2026-04-26T01:33:22.5923348Z",
"EndDate": "2026-04-26T01:33:22.5923348Z",
"Active": true
},
{
"Id": "d257dca7-fd71-4166-aaf1-4c0ff71bf9d1",
"FromUserId": "951d625e-f487-476f-8655-9be3f6c84c1a",
"ToUserId": "82b99cff-8860-4e02-be49-e808ff4d16fb",
"StartDate": "2026-04-26T01:33:22.5923348Z",
"EndDate": "2026-04-26T01:33:22.5923348Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"d257dca7-fd71-4166-aaf1-4c0ff71bf9d1","FromUserId":"951d625e-f487-476f-8655-9be3f6c84c1a","ToUserId":"82b99cff-8860-4e02-be49-e808ff4d16fb","StartDate":"2026-04-26T01:33:22.5923348Z","EndDate":"2026-04-26T01:33:22.5923348Z","Active":true},{"Id":"d257dca7-fd71-4166-aaf1-4c0ff71bf9d1","FromUserId":"951d625e-f487-476f-8655-9be3f6c84c1a","ToUserId":"82b99cff-8860-4e02-be49-e808ff4d16fb","StartDate":"2026-04-26T01:33:22.5923348Z","EndDate":"2026-04-26T01:33:22.5923348Z","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-04-26T01:33:22.5923348+00:00</EndDate>
<FromUserId>951d625e-f487-476f-8655-9be3f6c84c1a</FromUserId>
<Id>d257dca7-fd71-4166-aaf1-4c0ff71bf9d1</Id>
<StartDate>2026-04-26T01:33:22.5923348+00:00</StartDate>
<ToUserId>82b99cff-8860-4e02-be49-e808ff4d16fb</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-04-26T01:33:22.5923348+00:00</EndDate>
<FromUserId>951d625e-f487-476f-8655-9be3f6c84c1a</FromUserId>
<Id>d257dca7-fd71-4166-aaf1-4c0ff71bf9d1</Id>
<StartDate>2026-04-26T01:33:22.5923348+00:00</StartDate>
<ToUserId>82b99cff-8860-4e02-be49-e808ff4d16fb</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>