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": "354515a6-0e1e-4d08-8fca-0414ff05f9fe",
"FromUserId": "d76174e1-4f3b-4fbe-b28f-e431fad93942",
"ToUserId": "1e6924ed-700c-490c-be2c-c2da00d7c6ba",
"StartDate": "2026-09-15T14:13:22.3932949Z",
"EndDate": "2026-09-15T14:13:22.3932949Z",
"Active": true
},
{
"Id": "354515a6-0e1e-4d08-8fca-0414ff05f9fe",
"FromUserId": "d76174e1-4f3b-4fbe-b28f-e431fad93942",
"ToUserId": "1e6924ed-700c-490c-be2c-c2da00d7c6ba",
"StartDate": "2026-09-15T14:13:22.3932949Z",
"EndDate": "2026-09-15T14:13:22.3932949Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"354515a6-0e1e-4d08-8fca-0414ff05f9fe","FromUserId":"d76174e1-4f3b-4fbe-b28f-e431fad93942","ToUserId":"1e6924ed-700c-490c-be2c-c2da00d7c6ba","StartDate":"2026-09-15T14:13:22.3932949Z","EndDate":"2026-09-15T14:13:22.3932949Z","Active":true},{"Id":"354515a6-0e1e-4d08-8fca-0414ff05f9fe","FromUserId":"d76174e1-4f3b-4fbe-b28f-e431fad93942","ToUserId":"1e6924ed-700c-490c-be2c-c2da00d7c6ba","StartDate":"2026-09-15T14:13:22.3932949Z","EndDate":"2026-09-15T14:13:22.3932949Z","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-09-15T14:13:22.3932949+00:00</EndDate>
<FromUserId>d76174e1-4f3b-4fbe-b28f-e431fad93942</FromUserId>
<Id>354515a6-0e1e-4d08-8fca-0414ff05f9fe</Id>
<StartDate>2026-09-15T14:13:22.3932949+00:00</StartDate>
<ToUserId>1e6924ed-700c-490c-be2c-c2da00d7c6ba</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-09-15T14:13:22.3932949+00:00</EndDate>
<FromUserId>d76174e1-4f3b-4fbe-b28f-e431fad93942</FromUserId>
<Id>354515a6-0e1e-4d08-8fca-0414ff05f9fe</Id>
<StartDate>2026-09-15T14:13:22.3932949+00:00</StartDate>
<ToUserId>1e6924ed-700c-490c-be2c-c2da00d7c6ba</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>