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": "f9f3aa00-81f8-4516-9254-8c9e85f1dbc2",
"FromUserId": "aecd4d2f-0385-49e9-a90f-da58fef77d4a",
"ToUserId": "613ab480-b1ad-47c7-88e9-dabe24c59792",
"StartDate": "2026-08-15T09:48:15.785864Z",
"EndDate": "2026-08-15T09:48:15.785864Z",
"Active": true
},
{
"Id": "f9f3aa00-81f8-4516-9254-8c9e85f1dbc2",
"FromUserId": "aecd4d2f-0385-49e9-a90f-da58fef77d4a",
"ToUserId": "613ab480-b1ad-47c7-88e9-dabe24c59792",
"StartDate": "2026-08-15T09:48:15.785864Z",
"EndDate": "2026-08-15T09:48:15.785864Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"f9f3aa00-81f8-4516-9254-8c9e85f1dbc2","FromUserId":"aecd4d2f-0385-49e9-a90f-da58fef77d4a","ToUserId":"613ab480-b1ad-47c7-88e9-dabe24c59792","StartDate":"2026-08-15T09:48:15.785864Z","EndDate":"2026-08-15T09:48:15.785864Z","Active":true},{"Id":"f9f3aa00-81f8-4516-9254-8c9e85f1dbc2","FromUserId":"aecd4d2f-0385-49e9-a90f-da58fef77d4a","ToUserId":"613ab480-b1ad-47c7-88e9-dabe24c59792","StartDate":"2026-08-15T09:48:15.785864Z","EndDate":"2026-08-15T09:48:15.785864Z","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-15T09:48:15.785864+00:00</EndDate>
<FromUserId>aecd4d2f-0385-49e9-a90f-da58fef77d4a</FromUserId>
<Id>f9f3aa00-81f8-4516-9254-8c9e85f1dbc2</Id>
<StartDate>2026-08-15T09:48:15.785864+00:00</StartDate>
<ToUserId>613ab480-b1ad-47c7-88e9-dabe24c59792</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-08-15T09:48:15.785864+00:00</EndDate>
<FromUserId>aecd4d2f-0385-49e9-a90f-da58fef77d4a</FromUserId>
<Id>f9f3aa00-81f8-4516-9254-8c9e85f1dbc2</Id>
<StartDate>2026-08-15T09:48:15.785864+00:00</StartDate>
<ToUserId>613ab480-b1ad-47c7-88e9-dabe24c59792</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>