C#
List executions for report
List all executions of a specific report.
GET
C#
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://docs.anglpay.com/llms.txt
Use this file to discover all available pages before exploring further.
reports.read scope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The ID of the merchant account to use for this request.
Example:
"default"
Path Parameters
The ID of the report to retrieve details for.
Example:
"4d4c7123-b794-4fad-b1b9-5ab2606e6bbe"
Query Parameters
A pointer to the page of results to return.
Example:
"ZXhhbXBsZTE"
The maximum number of items that are at returned.
Required range:
1 <= x <= 100Example:
20
Response
Successful Response
A list of items returned for this request.
The number of items for this page.
Required range:
1 <= x <= 100Example:
20
The cursor pointing at the next page of items.
Required string length:
1 - 1000Example:
"ZXhhbXBsZTE"
The cursor pointing at the previous page of items.
Required string length:
1 - 1000Example:
"Xkjss7asS"