GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://highlandfleets-dev-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": "9d75d55b-043a-4e15-bafc-856dc9bfa826",
"FromUserId": "d655de7b-6a50-477b-94ca-e0b0f8a4658e",
"ToUserId": "792a7c89-d0b1-4534-99df-cffd09864479",
"StartDate": "2026-07-06T19:59:34.3389197Z",
"EndDate": "2026-07-06T19:59:34.3389197Z",
"Active": true
},
{
"Id": "9d75d55b-043a-4e15-bafc-856dc9bfa826",
"FromUserId": "d655de7b-6a50-477b-94ca-e0b0f8a4658e",
"ToUserId": "792a7c89-d0b1-4534-99df-cffd09864479",
"StartDate": "2026-07-06T19:59:34.3389197Z",
"EndDate": "2026-07-06T19:59:34.3389197Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"9d75d55b-043a-4e15-bafc-856dc9bfa826","FromUserId":"d655de7b-6a50-477b-94ca-e0b0f8a4658e","ToUserId":"792a7c89-d0b1-4534-99df-cffd09864479","StartDate":"2026-07-06T19:59:34.3389197Z","EndDate":"2026-07-06T19:59:34.3389197Z","Active":true},{"Id":"9d75d55b-043a-4e15-bafc-856dc9bfa826","FromUserId":"d655de7b-6a50-477b-94ca-e0b0f8a4658e","ToUserId":"792a7c89-d0b1-4534-99df-cffd09864479","StartDate":"2026-07-06T19:59:34.3389197Z","EndDate":"2026-07-06T19:59:34.3389197Z","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-07-06T19:59:34.3389197+00:00</EndDate>
<FromUserId>d655de7b-6a50-477b-94ca-e0b0f8a4658e</FromUserId>
<Id>9d75d55b-043a-4e15-bafc-856dc9bfa826</Id>
<StartDate>2026-07-06T19:59:34.3389197+00:00</StartDate>
<ToUserId>792a7c89-d0b1-4534-99df-cffd09864479</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-07-06T19:59:34.3389197+00:00</EndDate>
<FromUserId>d655de7b-6a50-477b-94ca-e0b0f8a4658e</FromUserId>
<Id>9d75d55b-043a-4e15-bafc-856dc9bfa826</Id>
<StartDate>2026-07-06T19:59:34.3389197+00:00</StartDate>
<ToUserId>792a7c89-d0b1-4534-99df-cffd09864479</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>