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": "3ab38a62-0551-4c58-8d82-b4106c1de3cc",
"FromUserId": "1801d544-24d5-47f4-94f9-d6aaa0d7180f",
"ToUserId": "4020f6dc-f712-4541-8f65-11b16314d0f3",
"StartDate": "2026-06-30T20:00:57.0682091Z",
"EndDate": "2026-06-30T20:00:57.0682091Z",
"Active": true
},
{
"Id": "3ab38a62-0551-4c58-8d82-b4106c1de3cc",
"FromUserId": "1801d544-24d5-47f4-94f9-d6aaa0d7180f",
"ToUserId": "4020f6dc-f712-4541-8f65-11b16314d0f3",
"StartDate": "2026-06-30T20:00:57.0682091Z",
"EndDate": "2026-06-30T20:00:57.0682091Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"3ab38a62-0551-4c58-8d82-b4106c1de3cc","FromUserId":"1801d544-24d5-47f4-94f9-d6aaa0d7180f","ToUserId":"4020f6dc-f712-4541-8f65-11b16314d0f3","StartDate":"2026-06-30T20:00:57.0682091Z","EndDate":"2026-06-30T20:00:57.0682091Z","Active":true},{"Id":"3ab38a62-0551-4c58-8d82-b4106c1de3cc","FromUserId":"1801d544-24d5-47f4-94f9-d6aaa0d7180f","ToUserId":"4020f6dc-f712-4541-8f65-11b16314d0f3","StartDate":"2026-06-30T20:00:57.0682091Z","EndDate":"2026-06-30T20:00:57.0682091Z","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-30T20:00:57.0682091+00:00</EndDate>
<FromUserId>1801d544-24d5-47f4-94f9-d6aaa0d7180f</FromUserId>
<Id>3ab38a62-0551-4c58-8d82-b4106c1de3cc</Id>
<StartDate>2026-06-30T20:00:57.0682091+00:00</StartDate>
<ToUserId>4020f6dc-f712-4541-8f65-11b16314d0f3</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-06-30T20:00:57.0682091+00:00</EndDate>
<FromUserId>1801d544-24d5-47f4-94f9-d6aaa0d7180f</FromUserId>
<Id>3ab38a62-0551-4c58-8d82-b4106c1de3cc</Id>
<StartDate>2026-06-30T20:00:57.0682091+00:00</StartDate>
<ToUserId>4020f6dc-f712-4541-8f65-11b16314d0f3</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>