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": "7d6d8b74-4490-4acd-976b-552cf515ccfb",
"FromUserId": "fa1f3807-3b24-4232-802d-9892f36b2e0f",
"ToUserId": "0653b47c-1884-4dd0-9dc8-3e363a7a47ea",
"StartDate": "2026-06-04T21:31:48.8209749Z",
"EndDate": "2026-06-04T21:31:48.8209749Z",
"Active": true
},
{
"Id": "7d6d8b74-4490-4acd-976b-552cf515ccfb",
"FromUserId": "fa1f3807-3b24-4232-802d-9892f36b2e0f",
"ToUserId": "0653b47c-1884-4dd0-9dc8-3e363a7a47ea",
"StartDate": "2026-06-04T21:31:48.8209749Z",
"EndDate": "2026-06-04T21:31:48.8209749Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"7d6d8b74-4490-4acd-976b-552cf515ccfb","FromUserId":"fa1f3807-3b24-4232-802d-9892f36b2e0f","ToUserId":"0653b47c-1884-4dd0-9dc8-3e363a7a47ea","StartDate":"2026-06-04T21:31:48.8209749Z","EndDate":"2026-06-04T21:31:48.8209749Z","Active":true},{"Id":"7d6d8b74-4490-4acd-976b-552cf515ccfb","FromUserId":"fa1f3807-3b24-4232-802d-9892f36b2e0f","ToUserId":"0653b47c-1884-4dd0-9dc8-3e363a7a47ea","StartDate":"2026-06-04T21:31:48.8209749Z","EndDate":"2026-06-04T21:31:48.8209749Z","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-04T21:31:48.8209749+00:00</EndDate>
<FromUserId>fa1f3807-3b24-4232-802d-9892f36b2e0f</FromUserId>
<Id>7d6d8b74-4490-4acd-976b-552cf515ccfb</Id>
<StartDate>2026-06-04T21:31:48.8209749+00:00</StartDate>
<ToUserId>0653b47c-1884-4dd0-9dc8-3e363a7a47ea</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-06-04T21:31:48.8209749+00:00</EndDate>
<FromUserId>fa1f3807-3b24-4232-802d-9892f36b2e0f</FromUserId>
<Id>7d6d8b74-4490-4acd-976b-552cf515ccfb</Id>
<StartDate>2026-06-04T21:31:48.8209749+00:00</StartDate>
<ToUserId>0653b47c-1884-4dd0-9dc8-3e363a7a47ea</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>