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 ApprovalDelegationName | 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": "7e5c60bc-bad8-4e11-bd44-b71bbeccdd67", "FromUserId": "1f4f264a-f571-442e-a134-7777f1b1bbb0", "ToUserId": "6a1fbf66-20fb-432d-95d7-f9fe8d6f4085", "StartDate": "2025-08-02T18:55:26.9486976Z", "EndDate": "2025-08-02T18:55:26.9486976Z", "Active": true }, { "Id": "7e5c60bc-bad8-4e11-bd44-b71bbeccdd67", "FromUserId": "1f4f264a-f571-442e-a134-7777f1b1bbb0", "ToUserId": "6a1fbf66-20fb-432d-95d7-f9fe8d6f4085", "StartDate": "2025-08-02T18:55:26.9486976Z", "EndDate": "2025-08-02T18:55:26.9486976Z", "Active": true } ]
text/html
Sample:
[{"Id":"7e5c60bc-bad8-4e11-bd44-b71bbeccdd67","FromUserId":"1f4f264a-f571-442e-a134-7777f1b1bbb0","ToUserId":"6a1fbf66-20fb-432d-95d7-f9fe8d6f4085","StartDate":"2025-08-02T18:55:26.9486976Z","EndDate":"2025-08-02T18:55:26.9486976Z","Active":true},{"Id":"7e5c60bc-bad8-4e11-bd44-b71bbeccdd67","FromUserId":"1f4f264a-f571-442e-a134-7777f1b1bbb0","ToUserId":"6a1fbf66-20fb-432d-95d7-f9fe8d6f4085","StartDate":"2025-08-02T18:55:26.9486976Z","EndDate":"2025-08-02T18:55:26.9486976Z","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>2025-08-02T18:55:26.9486976+00:00</EndDate> <FromUserId>1f4f264a-f571-442e-a134-7777f1b1bbb0</FromUserId> <Id>7e5c60bc-bad8-4e11-bd44-b71bbeccdd67</Id> <StartDate>2025-08-02T18:55:26.9486976+00:00</StartDate> <ToUserId>6a1fbf66-20fb-432d-95d7-f9fe8d6f4085</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-08-02T18:55:26.9486976+00:00</EndDate> <FromUserId>1f4f264a-f571-442e-a134-7777f1b1bbb0</FromUserId> <Id>7e5c60bc-bad8-4e11-bd44-b71bbeccdd67</Id> <StartDate>2025-08-02T18:55:26.9486976+00:00</StartDate> <ToUserId>6a1fbf66-20fb-432d-95d7-f9fe8d6f4085</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>