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": "d43697af-4c55-400d-8b72-a4abd9e0b1f9",
"FromUserId": "f2f0680c-757a-4e71-86c7-339ae90abe53",
"ToUserId": "0bbe4295-20d0-4223-93ad-ef1136370830",
"StartDate": "2026-03-10T14:03:29.1051622Z",
"EndDate": "2026-03-10T14:03:29.1051622Z",
"Active": true
},
{
"Id": "d43697af-4c55-400d-8b72-a4abd9e0b1f9",
"FromUserId": "f2f0680c-757a-4e71-86c7-339ae90abe53",
"ToUserId": "0bbe4295-20d0-4223-93ad-ef1136370830",
"StartDate": "2026-03-10T14:03:29.1051622Z",
"EndDate": "2026-03-10T14:03:29.1051622Z",
"Active": true
}
]
text/html
Sample:
[{"Id":"d43697af-4c55-400d-8b72-a4abd9e0b1f9","FromUserId":"f2f0680c-757a-4e71-86c7-339ae90abe53","ToUserId":"0bbe4295-20d0-4223-93ad-ef1136370830","StartDate":"2026-03-10T14:03:29.1051622Z","EndDate":"2026-03-10T14:03:29.1051622Z","Active":true},{"Id":"d43697af-4c55-400d-8b72-a4abd9e0b1f9","FromUserId":"f2f0680c-757a-4e71-86c7-339ae90abe53","ToUserId":"0bbe4295-20d0-4223-93ad-ef1136370830","StartDate":"2026-03-10T14:03:29.1051622Z","EndDate":"2026-03-10T14:03:29.1051622Z","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-10T14:03:29.1051622+00:00</EndDate>
<FromUserId>f2f0680c-757a-4e71-86c7-339ae90abe53</FromUserId>
<Id>d43697af-4c55-400d-8b72-a4abd9e0b1f9</Id>
<StartDate>2026-03-10T14:03:29.1051622+00:00</StartDate>
<ToUserId>0bbe4295-20d0-4223-93ad-ef1136370830</ToUserId>
</ApprovalDelegation>
<ApprovalDelegation>
<Active>true</Active>
<EndDate>2026-03-10T14:03:29.1051622+00:00</EndDate>
<FromUserId>f2f0680c-757a-4e71-86c7-339ae90abe53</FromUserId>
<Id>d43697af-4c55-400d-8b72-a4abd9e0b1f9</Id>
<StartDate>2026-03-10T14:03:29.1051622+00:00</StartDate>
<ToUserId>0bbe4295-20d0-4223-93ad-ef1136370830</ToUserId>
</ApprovalDelegation>
</ArrayOfApprovalDelegation>