GET /reports
Fetch details of all reports recently generated for your account. Use it to check the status of a report, plus fetch the report ID, status, report type and expiry date.
Servers
- https://products.api.telstra.com/messaging/v3
Request headers
Name | Type | Required | Description |
---|---|---|---|
Accept |
String | Yes | |
Telstra-api-version |
String | No | |
Authorization |
String | Yes | |
Accept-Charset |
String | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
Tell us how many results you want us to return, up to a maximum of 50. Default value: 10 |
offset |
Integer | No |
Use the offset to navigate between the response results. An offset of 0 will display the first page of results, and so on. Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.