GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://eurotherm-web-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": "8e6ac463-be09-4195-9079-763ac6236473",
"FromUserId": "3bf648ec-6a66-4093-859f-a4c294c0877d",
"ToUserId": "45ad523c-eac2-4271-9575-271ec101468e",
"StartDate": "2025-11-28T00:45:59.9176853Z",
"EndDate": "2025-11-28T00:45:59.9176853Z",
"Active": true
},
{
"Id": "8e6ac463-be09-4195-9079-763ac6236473",
"FromUserId": "3bf648ec-6a66-4093-859f-a4c294c0877d",
"ToUserId": "45ad523c-eac2-4271-9575-271ec101468e",
"StartDate": "2025-11-28T00:45:59.9176853Z",
"EndDate": "2025-11-28T00:45:59.9176853Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"8e6ac463-be09-4195-9079-763ac6236473","FromUserId":"3bf648ec-6a66-4093-859f-a4c294c0877d","ToUserId":"45ad523c-eac2-4271-9575-271ec101468e","StartDate":"2025-11-28T00:45:59.9176853Z","EndDate":"2025-11-28T00:45:59.9176853Z","Active":true},{"Id":"8e6ac463-be09-4195-9079-763ac6236473","FromUserId":"3bf648ec-6a66-4093-859f-a4c294c0877d","ToUserId":"45ad523c-eac2-4271-9575-271ec101468e","StartDate":"2025-11-28T00:45:59.9176853Z","EndDate":"2025-11-28T00:45:59.9176853Z","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-11-28T00:45:59.9176853+00:00</EndDate>
<FromUserId>3bf648ec-6a66-4093-859f-a4c294c0877d</FromUserId>
<Id>8e6ac463-be09-4195-9079-763ac6236473</Id>
<StartDate>2025-11-28T00:45:59.9176853+00:00</StartDate>
<ToUserId>45ad523c-eac2-4271-9575-271ec101468e</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2025-11-28T00:45:59.9176853+00:00</EndDate>
<FromUserId>3bf648ec-6a66-4093-859f-a4c294c0877d</FromUserId>
<Id>8e6ac463-be09-4195-9079-763ac6236473</Id>
<StartDate>2025-11-28T00:45:59.9176853+00:00</StartDate>
<ToUserId>45ad523c-eac2-4271-9575-271ec101468e</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>