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": "b65bbf21-4c31-44ae-b7c4-3563f11f6489",
"FromUserId": "c896c500-ed13-43c8-900c-552a735fabaf",
"ToUserId": "d4916329-0881-43ad-8004-75d0a8f6729d",
"StartDate": "2026-05-27T09:21:10.0173226Z",
"EndDate": "2026-05-27T09:21:10.0173226Z",
"Active": true
},
{
"Id": "b65bbf21-4c31-44ae-b7c4-3563f11f6489",
"FromUserId": "c896c500-ed13-43c8-900c-552a735fabaf",
"ToUserId": "d4916329-0881-43ad-8004-75d0a8f6729d",
"StartDate": "2026-05-27T09:21:10.0173226Z",
"EndDate": "2026-05-27T09:21:10.0173226Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"b65bbf21-4c31-44ae-b7c4-3563f11f6489","FromUserId":"c896c500-ed13-43c8-900c-552a735fabaf","ToUserId":"d4916329-0881-43ad-8004-75d0a8f6729d","StartDate":"2026-05-27T09:21:10.0173226Z","EndDate":"2026-05-27T09:21:10.0173226Z","Active":true},{"Id":"b65bbf21-4c31-44ae-b7c4-3563f11f6489","FromUserId":"c896c500-ed13-43c8-900c-552a735fabaf","ToUserId":"d4916329-0881-43ad-8004-75d0a8f6729d","StartDate":"2026-05-27T09:21:10.0173226Z","EndDate":"2026-05-27T09:21:10.0173226Z","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-05-27T09:21:10.0173226+00:00</EndDate>
<FromUserId>c896c500-ed13-43c8-900c-552a735fabaf</FromUserId>
<Id>b65bbf21-4c31-44ae-b7c4-3563f11f6489</Id>
<StartDate>2026-05-27T09:21:10.0173226+00:00</StartDate>
<ToUserId>d4916329-0881-43ad-8004-75d0a8f6729d</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-27T09:21:10.0173226+00:00</EndDate>
<FromUserId>c896c500-ed13-43c8-900c-552a735fabaf</FromUserId>
<Id>b65bbf21-4c31-44ae-b7c4-3563f11f6489</Id>
<StartDate>2026-05-27T09:21:10.0173226+00:00</StartDate>
<ToUserId>d4916329-0881-43ad-8004-75d0a8f6729d</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>