GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://eurotherm-api.blueprintcpq.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": "d282426a-a459-4f68-8e2b-ce1758cc5162", "FromUserId": "9884dcf9-f9ea-4860-94fc-cb82143e0701", "ToUserId": "821e327f-7eb0-43ff-b5be-710317a4e422", "StartDate": "2025-10-12T03:22:43.5965607Z", "EndDate": "2025-10-12T03:22:43.5965607Z", "Active": true }, { "Id": "d282426a-a459-4f68-8e2b-ce1758cc5162", "FromUserId": "9884dcf9-f9ea-4860-94fc-cb82143e0701", "ToUserId": "821e327f-7eb0-43ff-b5be-710317a4e422", "StartDate": "2025-10-12T03:22:43.5965607Z", "EndDate": "2025-10-12T03:22:43.5965607Z", "Active": true } ]
text/html
Sample:
[{"Id":"d282426a-a459-4f68-8e2b-ce1758cc5162","FromUserId":"9884dcf9-f9ea-4860-94fc-cb82143e0701","ToUserId":"821e327f-7eb0-43ff-b5be-710317a4e422","StartDate":"2025-10-12T03:22:43.5965607Z","EndDate":"2025-10-12T03:22:43.5965607Z","Active":true},{"Id":"d282426a-a459-4f68-8e2b-ce1758cc5162","FromUserId":"9884dcf9-f9ea-4860-94fc-cb82143e0701","ToUserId":"821e327f-7eb0-43ff-b5be-710317a4e422","StartDate":"2025-10-12T03:22:43.5965607Z","EndDate":"2025-10-12T03:22:43.5965607Z","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-10-12T03:22:43.5965607+00:00</EndDate> <FromUserId>9884dcf9-f9ea-4860-94fc-cb82143e0701</FromUserId> <Id>d282426a-a459-4f68-8e2b-ce1758cc5162</Id> <StartDate>2025-10-12T03:22:43.5965607+00:00</StartDate> <ToUserId>821e327f-7eb0-43ff-b5be-710317a4e422</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-10-12T03:22:43.5965607+00:00</EndDate> <FromUserId>9884dcf9-f9ea-4860-94fc-cb82143e0701</FromUserId> <Id>d282426a-a459-4f68-8e2b-ce1758cc5162</Id> <StartDate>2025-10-12T03:22:43.5965607+00:00</StartDate> <ToUserId>821e327f-7eb0-43ff-b5be-710317a4e422</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>