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": "148e2f57-c922-4626-a958-75a2552e9177",
"FromUserId": "211b8668-6224-4060-9411-dc463d80b2cb",
"ToUserId": "867f6261-0c9f-4e06-9b58-613ecb4a88e7",
"StartDate": "2026-03-24T22:13:59.2983598Z",
"EndDate": "2026-03-24T22:13:59.2983598Z",
"Active": true
},
{
"Id": "148e2f57-c922-4626-a958-75a2552e9177",
"FromUserId": "211b8668-6224-4060-9411-dc463d80b2cb",
"ToUserId": "867f6261-0c9f-4e06-9b58-613ecb4a88e7",
"StartDate": "2026-03-24T22:13:59.2983598Z",
"EndDate": "2026-03-24T22:13:59.2983598Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"148e2f57-c922-4626-a958-75a2552e9177","FromUserId":"211b8668-6224-4060-9411-dc463d80b2cb","ToUserId":"867f6261-0c9f-4e06-9b58-613ecb4a88e7","StartDate":"2026-03-24T22:13:59.2983598Z","EndDate":"2026-03-24T22:13:59.2983598Z","Active":true},{"Id":"148e2f57-c922-4626-a958-75a2552e9177","FromUserId":"211b8668-6224-4060-9411-dc463d80b2cb","ToUserId":"867f6261-0c9f-4e06-9b58-613ecb4a88e7","StartDate":"2026-03-24T22:13:59.2983598Z","EndDate":"2026-03-24T22:13:59.2983598Z","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-03-24T22:13:59.2983598+00:00</EndDate>
<FromUserId>211b8668-6224-4060-9411-dc463d80b2cb</FromUserId>
<Id>148e2f57-c922-4626-a958-75a2552e9177</Id>
<StartDate>2026-03-24T22:13:59.2983598+00:00</StartDate>
<ToUserId>867f6261-0c9f-4e06-9b58-613ecb4a88e7</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-03-24T22:13:59.2983598+00:00</EndDate>
<FromUserId>211b8668-6224-4060-9411-dc463d80b2cb</FromUserId>
<Id>148e2f57-c922-4626-a958-75a2552e9177</Id>
<StartDate>2026-03-24T22:13:59.2983598+00:00</StartDate>
<ToUserId>867f6261-0c9f-4e06-9b58-613ecb4a88e7</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>