Report Schedule

Read

Retrieve a single Report Schedule record by ID.

get/api/cp/report-schedule/{id}

Path parameters

idinteger required

Id identifier

Response

Successful response

idinteger

Id

account_idinteger

Account Id (references account.id)

namestring

Name

emailstring email

Email

frequency'day' | 'week' | 'month'

Frequency

queryobject

Query

Example response

{
  "id": 12345,
  "account_id": 1,
  "name": "Example Name",
  "email": "user@example.com",
  "frequency": "day",
  "query": "Sample query text content"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.