GET account/delegateapprovals
Delegate approvals.
Request Information
URI
https://ofd-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": "ec71eb6a-a80a-4afd-a6e9-44c5bbee59c6", "FromUserId": "22fcad19-98b6-4a95-85fc-84cae85cd548", "ToUserId": "2db22240-b895-4d91-bc6d-a10a1d6fbf14", "StartDate": "2025-07-01T05:13:11.6976799Z", "EndDate": "2025-07-01T05:13:11.6976799Z", "Active": true }, { "Id": "ec71eb6a-a80a-4afd-a6e9-44c5bbee59c6", "FromUserId": "22fcad19-98b6-4a95-85fc-84cae85cd548", "ToUserId": "2db22240-b895-4d91-bc6d-a10a1d6fbf14", "StartDate": "2025-07-01T05:13:11.6976799Z", "EndDate": "2025-07-01T05:13:11.6976799Z", "Active": true } ]
text/html
Sample:
[{"Id":"ec71eb6a-a80a-4afd-a6e9-44c5bbee59c6","FromUserId":"22fcad19-98b6-4a95-85fc-84cae85cd548","ToUserId":"2db22240-b895-4d91-bc6d-a10a1d6fbf14","StartDate":"2025-07-01T05:13:11.6976799Z","EndDate":"2025-07-01T05:13:11.6976799Z","Active":true},{"Id":"ec71eb6a-a80a-4afd-a6e9-44c5bbee59c6","FromUserId":"22fcad19-98b6-4a95-85fc-84cae85cd548","ToUserId":"2db22240-b895-4d91-bc6d-a10a1d6fbf14","StartDate":"2025-07-01T05:13:11.6976799Z","EndDate":"2025-07-01T05:13:11.6976799Z","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-07-01T05:13:11.6976799+00:00</EndDate> <FromUserId>22fcad19-98b6-4a95-85fc-84cae85cd548</FromUserId> <Id>ec71eb6a-a80a-4afd-a6e9-44c5bbee59c6</Id> <StartDate>2025-07-01T05:13:11.6976799+00:00</StartDate> <ToUserId>2db22240-b895-4d91-bc6d-a10a1d6fbf14</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2025-07-01T05:13:11.6976799+00:00</EndDate> <FromUserId>22fcad19-98b6-4a95-85fc-84cae85cd548</FromUserId> <Id>ec71eb6a-a80a-4afd-a6e9-44c5bbee59c6</Id> <StartDate>2025-07-01T05:13:11.6976799+00:00</StartDate> <ToUserId>2db22240-b895-4d91-bc6d-a10a1d6fbf14</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>