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": "a8c89d31-d206-4291-a973-9a506d48a72e",
"FromUserId": "198927a8-a1ac-46f0-be02-800e87f52064",
"ToUserId": "7e4a55b9-db50-4e4b-bb7e-587806db81f8",
"StartDate": "2026-03-30T19:47:21.2430948Z",
"EndDate": "2026-03-30T19:47:21.2430948Z",
"Active": true
},
{
"Id": "a8c89d31-d206-4291-a973-9a506d48a72e",
"FromUserId": "198927a8-a1ac-46f0-be02-800e87f52064",
"ToUserId": "7e4a55b9-db50-4e4b-bb7e-587806db81f8",
"StartDate": "2026-03-30T19:47:21.2430948Z",
"EndDate": "2026-03-30T19:47:21.2430948Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"a8c89d31-d206-4291-a973-9a506d48a72e","FromUserId":"198927a8-a1ac-46f0-be02-800e87f52064","ToUserId":"7e4a55b9-db50-4e4b-bb7e-587806db81f8","StartDate":"2026-03-30T19:47:21.2430948Z","EndDate":"2026-03-30T19:47:21.2430948Z","Active":true},{"Id":"a8c89d31-d206-4291-a973-9a506d48a72e","FromUserId":"198927a8-a1ac-46f0-be02-800e87f52064","ToUserId":"7e4a55b9-db50-4e4b-bb7e-587806db81f8","StartDate":"2026-03-30T19:47:21.2430948Z","EndDate":"2026-03-30T19:47:21.2430948Z","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-03-30T19:47:21.2430948+00:00</EndDate>
<FromUserId>198927a8-a1ac-46f0-be02-800e87f52064</FromUserId>
<Id>a8c89d31-d206-4291-a973-9a506d48a72e</Id>
<StartDate>2026-03-30T19:47:21.2430948+00:00</StartDate>
<ToUserId>7e4a55b9-db50-4e4b-bb7e-587806db81f8</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-03-30T19:47:21.2430948+00:00</EndDate>
<FromUserId>198927a8-a1ac-46f0-be02-800e87f52064</FromUserId>
<Id>a8c89d31-d206-4291-a973-9a506d48a72e</Id>
<StartDate>2026-03-30T19:47:21.2430948+00:00</StartDate>
<ToUserId>7e4a55b9-db50-4e4b-bb7e-587806db81f8</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>