GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://scoregroup-uat-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": "c22b12a6-e6d6-47e2-b72a-26724484f4a7", "FromUserId": "a1202fe7-74a8-4a19-b151-220b0e8a7b82", "ToUserId": "038190ad-6efc-4c8d-bfe2-a90bbf001b19", "StartDate": "2025-06-03T03:11:56.0532902Z", "EndDate": "2025-06-03T03:11:56.0532902Z", "Active": true }, { "Id": "c22b12a6-e6d6-47e2-b72a-26724484f4a7", "FromUserId": "a1202fe7-74a8-4a19-b151-220b0e8a7b82", "ToUserId": "038190ad-6efc-4c8d-bfe2-a90bbf001b19", "StartDate": "2025-06-03T03:11:56.0532902Z", "EndDate": "2025-06-03T03:11:56.0532902Z", "Active": true } ]
text/html
Sample:
[{"Id":"c22b12a6-e6d6-47e2-b72a-26724484f4a7","FromUserId":"a1202fe7-74a8-4a19-b151-220b0e8a7b82","ToUserId":"038190ad-6efc-4c8d-bfe2-a90bbf001b19","StartDate":"2025-06-03T03:11:56.0532902Z","EndDate":"2025-06-03T03:11:56.0532902Z","Active":true},{"Id":"c22b12a6-e6d6-47e2-b72a-26724484f4a7","FromUserId":"a1202fe7-74a8-4a19-b151-220b0e8a7b82","ToUserId":"038190ad-6efc-4c8d-bfe2-a90bbf001b19","StartDate":"2025-06-03T03:11:56.0532902Z","EndDate":"2025-06-03T03:11:56.0532902Z","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-06-03T03:11:56.0532902+00:00</EndDate> <FromUserId>a1202fe7-74a8-4a19-b151-220b0e8a7b82</FromUserId> <Id>c22b12a6-e6d6-47e2-b72a-26724484f4a7</Id> <StartDate>2025-06-03T03:11:56.0532902+00:00</StartDate> <ToUserId>038190ad-6efc-4c8d-bfe2-a90bbf001b19</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-06-03T03:11:56.0532902+00:00</EndDate> <FromUserId>a1202fe7-74a8-4a19-b151-220b0e8a7b82</FromUserId> <Id>c22b12a6-e6d6-47e2-b72a-26724484f4a7</Id> <StartDate>2025-06-03T03:11:56.0532902+00:00</StartDate> <ToUserId>038190ad-6efc-4c8d-bfe2-a90bbf001b19</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>