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": "b6cf8a5c-2b50-44dd-9c34-b2ab891d7188", "FromUserId": "e5f7d9c7-ae92-48cb-bb66-37e883c17c33", "ToUserId": "b8db1ae3-b9ed-4ab4-b999-40c5bbe4d371", "StartDate": "2024-10-09T20:11:14.7971851Z", "EndDate": "2024-10-09T20:11:14.7971851Z", "Active": true }, { "Id": "b6cf8a5c-2b50-44dd-9c34-b2ab891d7188", "FromUserId": "e5f7d9c7-ae92-48cb-bb66-37e883c17c33", "ToUserId": "b8db1ae3-b9ed-4ab4-b999-40c5bbe4d371", "StartDate": "2024-10-09T20:11:14.7971851Z", "EndDate": "2024-10-09T20:11:14.7971851Z", "Active": true } ]
text/html
Sample:
[{"Id":"b6cf8a5c-2b50-44dd-9c34-b2ab891d7188","FromUserId":"e5f7d9c7-ae92-48cb-bb66-37e883c17c33","ToUserId":"b8db1ae3-b9ed-4ab4-b999-40c5bbe4d371","StartDate":"2024-10-09T20:11:14.7971851Z","EndDate":"2024-10-09T20:11:14.7971851Z","Active":true},{"Id":"b6cf8a5c-2b50-44dd-9c34-b2ab891d7188","FromUserId":"e5f7d9c7-ae92-48cb-bb66-37e883c17c33","ToUserId":"b8db1ae3-b9ed-4ab4-b999-40c5bbe4d371","StartDate":"2024-10-09T20:11:14.7971851Z","EndDate":"2024-10-09T20:11:14.7971851Z","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>2024-10-09T20:11:14.7971851+00:00</EndDate> <FromUserId>e5f7d9c7-ae92-48cb-bb66-37e883c17c33</FromUserId> <Id>b6cf8a5c-2b50-44dd-9c34-b2ab891d7188</Id> <StartDate>2024-10-09T20:11:14.7971851+00:00</StartDate> <ToUserId>b8db1ae3-b9ed-4ab4-b999-40c5bbe4d371</ToUserId> </ApprovalDelegation> <ApprovalDelegation> <Active>true</Active> <EndDate>2024-10-09T20:11:14.7971851+00:00</EndDate> <FromUserId>e5f7d9c7-ae92-48cb-bb66-37e883c17c33</FromUserId> <Id>b6cf8a5c-2b50-44dd-9c34-b2ab891d7188</Id> <StartDate>2024-10-09T20:11:14.7971851+00:00</StartDate> <ToUserId>b8db1ae3-b9ed-4ab4-b999-40c5bbe4d371</ToUserId> </ApprovalDelegation> </ArrayOfApprovalDelegation>