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": "f6db4ab9-f897-43ae-b9cc-6434a7036631",
"FromUserId": "128d413d-afcf-45ba-8b57-5b5e2c96749e",
"ToUserId": "ac788eb4-9f65-41b5-a3eb-e499c1697bd5",
"StartDate": "2026-04-09T19:26:26.5570724Z",
"EndDate": "2026-04-09T19:26:26.5570724Z",
"Active": true
},
{
"Id": "f6db4ab9-f897-43ae-b9cc-6434a7036631",
"FromUserId": "128d413d-afcf-45ba-8b57-5b5e2c96749e",
"ToUserId": "ac788eb4-9f65-41b5-a3eb-e499c1697bd5",
"StartDate": "2026-04-09T19:26:26.5570724Z",
"EndDate": "2026-04-09T19:26:26.5570724Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"f6db4ab9-f897-43ae-b9cc-6434a7036631","FromUserId":"128d413d-afcf-45ba-8b57-5b5e2c96749e","ToUserId":"ac788eb4-9f65-41b5-a3eb-e499c1697bd5","StartDate":"2026-04-09T19:26:26.5570724Z","EndDate":"2026-04-09T19:26:26.5570724Z","Active":true},{"Id":"f6db4ab9-f897-43ae-b9cc-6434a7036631","FromUserId":"128d413d-afcf-45ba-8b57-5b5e2c96749e","ToUserId":"ac788eb4-9f65-41b5-a3eb-e499c1697bd5","StartDate":"2026-04-09T19:26:26.5570724Z","EndDate":"2026-04-09T19:26:26.5570724Z","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-09T19:26:26.5570724+00:00</EndDate>
<FromUserId>128d413d-afcf-45ba-8b57-5b5e2c96749e</FromUserId>
<Id>f6db4ab9-f897-43ae-b9cc-6434a7036631</Id>
<StartDate>2026-04-09T19:26:26.5570724+00:00</StartDate>
<ToUserId>ac788eb4-9f65-41b5-a3eb-e499c1697bd5</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-04-09T19:26:26.5570724+00:00</EndDate>
<FromUserId>128d413d-afcf-45ba-8b57-5b5e2c96749e</FromUserId>
<Id>f6db4ab9-f897-43ae-b9cc-6434a7036631</Id>
<StartDate>2026-04-09T19:26:26.5570724+00:00</StartDate>
<ToUserId>ac788eb4-9f65-41b5-a3eb-e499c1697bd5</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>