v1

latestOpenAPI 3.1.02026-08-061,5107704.5 MB
Report

ReportSchedules.get

Returns ReportSchedule with given id

get/entities/ReportSchedules/{id}

Path parameters

idstring uuid required

ID of ReportSchedule to retrieve

Response

ReportSchedule data

successboolean

True when response succeeded, false on error.

Example response

{
  "success": true,
  "data": {
    "id": "01234567-abcd-dcba-ffff-000000000000",
    "modified": "2019-01-01T00:00:00",
    "created": "2019-01-01T00:00:00",
    "owner_id": "01234567-abcd-dcba-ffff-000000000000",
    "report_id": "01234567-abcd-dcba-ffff-000000000000",
    "revision": 1,
    "sender_email": "string",
    "report_name": "string",
    "report_owner_id": "01234567-abcd-dcba-ffff-000000000000"
  }
}