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": "49af06b4-d13c-4832-846d-a63bdf955c9c",
"FromUserId": "9e4c3b74-315d-415a-977f-250f66086173",
"ToUserId": "89ad18de-72d2-4283-a034-37cbf4f46638",
"StartDate": "2026-08-03T07:10:14.4753788Z",
"EndDate": "2026-08-03T07:10:14.4753788Z",
"Active": true
},
{
"Id": "49af06b4-d13c-4832-846d-a63bdf955c9c",
"FromUserId": "9e4c3b74-315d-415a-977f-250f66086173",
"ToUserId": "89ad18de-72d2-4283-a034-37cbf4f46638",
"StartDate": "2026-08-03T07:10:14.4753788Z",
"EndDate": "2026-08-03T07:10:14.4753788Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"49af06b4-d13c-4832-846d-a63bdf955c9c","FromUserId":"9e4c3b74-315d-415a-977f-250f66086173","ToUserId":"89ad18de-72d2-4283-a034-37cbf4f46638","StartDate":"2026-08-03T07:10:14.4753788Z","EndDate":"2026-08-03T07:10:14.4753788Z","Active":true},{"Id":"49af06b4-d13c-4832-846d-a63bdf955c9c","FromUserId":"9e4c3b74-315d-415a-977f-250f66086173","ToUserId":"89ad18de-72d2-4283-a034-37cbf4f46638","StartDate":"2026-08-03T07:10:14.4753788Z","EndDate":"2026-08-03T07:10:14.4753788Z","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-08-03T07:10:14.4753788+00:00</EndDate>
<FromUserId>9e4c3b74-315d-415a-977f-250f66086173</FromUserId>
<Id>49af06b4-d13c-4832-846d-a63bdf955c9c</Id>
<StartDate>2026-08-03T07:10:14.4753788+00:00</StartDate>
<ToUserId>89ad18de-72d2-4283-a034-37cbf4f46638</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-03T07:10:14.4753788+00:00</EndDate>
<FromUserId>9e4c3b74-315d-415a-977f-250f66086173</FromUserId>
<Id>49af06b4-d13c-4832-846d-a63bdf955c9c</Id>
<StartDate>2026-08-03T07:10:14.4753788+00:00</StartDate>
<ToUserId>89ad18de-72d2-4283-a034-37cbf4f46638</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>