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 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": "8f11181a-2dec-4bb7-969b-6f898c649c56", "FromUserId": "340c6998-0a77-44f9-bc50-4f7fa9c2c62f", "ToUserId": "80e8baa8-e577-41cc-adf2-1bc8667a089e", "StartDate": "2025-09-01T04:29:56.150522Z", "EndDate": "2025-09-01T04:29:56.150522Z", "Active": true }, { "Id": "8f11181a-2dec-4bb7-969b-6f898c649c56", "FromUserId": "340c6998-0a77-44f9-bc50-4f7fa9c2c62f", "ToUserId": "80e8baa8-e577-41cc-adf2-1bc8667a089e", "StartDate": "2025-09-01T04:29:56.150522Z", "EndDate": "2025-09-01T04:29:56.150522Z", "Active": true } ]
text/html
Sample:
[{"Id":"8f11181a-2dec-4bb7-969b-6f898c649c56","FromUserId":"340c6998-0a77-44f9-bc50-4f7fa9c2c62f","ToUserId":"80e8baa8-e577-41cc-adf2-1bc8667a089e","StartDate":"2025-09-01T04:29:56.150522Z","EndDate":"2025-09-01T04:29:56.150522Z","Active":true},{"Id":"8f11181a-2dec-4bb7-969b-6f898c649c56","FromUserId":"340c6998-0a77-44f9-bc50-4f7fa9c2c62f","ToUserId":"80e8baa8-e577-41cc-adf2-1bc8667a089e","StartDate":"2025-09-01T04:29:56.150522Z","EndDate":"2025-09-01T04:29:56.150522Z","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-09-01T04:29:56.150522+00:00</EndDate> <FromUserId>340c6998-0a77-44f9-bc50-4f7fa9c2c62f</FromUserId> <Id>8f11181a-2dec-4bb7-969b-6f898c649c56</Id> <StartDate>2025-09-01T04:29:56.150522+00:00</StartDate> <ToUserId>80e8baa8-e577-41cc-adf2-1bc8667a089e</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-09-01T04:29:56.150522+00:00</EndDate> <FromUserId>340c6998-0a77-44f9-bc50-4f7fa9c2c62f</FromUserId> <Id>8f11181a-2dec-4bb7-969b-6f898c649c56</Id> <StartDate>2025-09-01T04:29:56.150522+00:00</StartDate> <ToUserId>80e8baa8-e577-41cc-adf2-1bc8667a089e</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>