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": "164d231b-93ca-4e78-a3ac-75e6a656ccb7",
"FromUserId": "be828f09-33ea-4eef-8358-d8b92a567169",
"ToUserId": "72aad257-a590-4901-952c-da927e2bc039",
"StartDate": "2026-06-18T09:22:33.249793Z",
"EndDate": "2026-06-18T09:22:33.249793Z",
"Active": true
},
{
"Id": "164d231b-93ca-4e78-a3ac-75e6a656ccb7",
"FromUserId": "be828f09-33ea-4eef-8358-d8b92a567169",
"ToUserId": "72aad257-a590-4901-952c-da927e2bc039",
"StartDate": "2026-06-18T09:22:33.249793Z",
"EndDate": "2026-06-18T09:22:33.249793Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"164d231b-93ca-4e78-a3ac-75e6a656ccb7","FromUserId":"be828f09-33ea-4eef-8358-d8b92a567169","ToUserId":"72aad257-a590-4901-952c-da927e2bc039","StartDate":"2026-06-18T09:22:33.249793Z","EndDate":"2026-06-18T09:22:33.249793Z","Active":true},{"Id":"164d231b-93ca-4e78-a3ac-75e6a656ccb7","FromUserId":"be828f09-33ea-4eef-8358-d8b92a567169","ToUserId":"72aad257-a590-4901-952c-da927e2bc039","StartDate":"2026-06-18T09:22:33.249793Z","EndDate":"2026-06-18T09:22:33.249793Z","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-06-18T09:22:33.249793+00:00</EndDate>
<FromUserId>be828f09-33ea-4eef-8358-d8b92a567169</FromUserId>
<Id>164d231b-93ca-4e78-a3ac-75e6a656ccb7</Id>
<StartDate>2026-06-18T09:22:33.249793+00:00</StartDate>
<ToUserId>72aad257-a590-4901-952c-da927e2bc039</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-06-18T09:22:33.249793+00:00</EndDate>
<FromUserId>be828f09-33ea-4eef-8358-d8b92a567169</FromUserId>
<Id>164d231b-93ca-4e78-a3ac-75e6a656ccb7</Id>
<StartDate>2026-06-18T09:22:33.249793+00:00</StartDate>
<ToUserId>72aad257-a590-4901-952c-da927e2bc039</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>