API ReferenceReport Subscription Log
List
Logs for a subscription
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Path Parameters
subscriptionId*string
The subscription's ID.
Response Body
application/json
Try it live
curl -X GET "https://example.com/subscriptions/string/logs"[ { "id": "string", "subscriptionId": "string", "executeAt": "2019-08-24T14:15:22Z", "executedAt": "2019-08-24T14:15:22Z", "status": "string", "detail": "string", "shiftTitle": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z" }]