GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://highlandfleets-api.xaitcpq.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": "9c742ae0-a906-4827-afa4-424cfc6e280f",
"FromUserId": "0cb4dc54-09b6-46d5-8592-a44be6e53995",
"ToUserId": "fe247991-c00c-486d-bc7a-760f42ff7d99",
"StartDate": "2026-05-14T12:40:50.4551666Z",
"EndDate": "2026-05-14T12:40:50.4551666Z",
"Active": true
},
{
"Id": "9c742ae0-a906-4827-afa4-424cfc6e280f",
"FromUserId": "0cb4dc54-09b6-46d5-8592-a44be6e53995",
"ToUserId": "fe247991-c00c-486d-bc7a-760f42ff7d99",
"StartDate": "2026-05-14T12:40:50.4551666Z",
"EndDate": "2026-05-14T12:40:50.4551666Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"9c742ae0-a906-4827-afa4-424cfc6e280f","FromUserId":"0cb4dc54-09b6-46d5-8592-a44be6e53995","ToUserId":"fe247991-c00c-486d-bc7a-760f42ff7d99","StartDate":"2026-05-14T12:40:50.4551666Z","EndDate":"2026-05-14T12:40:50.4551666Z","Active":true},{"Id":"9c742ae0-a906-4827-afa4-424cfc6e280f","FromUserId":"0cb4dc54-09b6-46d5-8592-a44be6e53995","ToUserId":"fe247991-c00c-486d-bc7a-760f42ff7d99","StartDate":"2026-05-14T12:40:50.4551666Z","EndDate":"2026-05-14T12:40:50.4551666Z","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-05-14T12:40:50.4551666+00:00</EndDate>
<FromUserId>0cb4dc54-09b6-46d5-8592-a44be6e53995</FromUserId>
<Id>9c742ae0-a906-4827-afa4-424cfc6e280f</Id>
<StartDate>2026-05-14T12:40:50.4551666+00:00</StartDate>
<ToUserId>fe247991-c00c-486d-bc7a-760f42ff7d99</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-05-14T12:40:50.4551666+00:00</EndDate>
<FromUserId>0cb4dc54-09b6-46d5-8592-a44be6e53995</FromUserId>
<Id>9c742ae0-a906-4827-afa4-424cfc6e280f</Id>
<StartDate>2026-05-14T12:40:50.4551666+00:00</StartDate>
<ToUserId>fe247991-c00c-486d-bc7a-760f42ff7d99</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>