CheckIns

Queue a Check-ins Report

Retrieves a report of check-ins in CSV format. The report will be generated asynchronously.

get/customers/check-ins/queue

Query parameters

customer_idstring

The customer ID to filter check-ins by.

site_idstring

The site ID to filter check-ins by

date_fromstring

Filter check-ins and check-outs that happened on or after the given datetime.

date_tostring

Filter check-ins and check-outs that happened on or before the given datetime.

checked_in_at_fromstring

Filter check-ins that happened on or after the given datetime.

checked_in_at_tostring

Filter check-ins that happened on or before the given datetime.

method_idstring

Filter check-ins that were created by the given method ID.

method_type'gantner'

Filter check-ins that were created by the given method type.

Response

The job was successfully queued

Example response

{
  "data": {
    "created_at": "2023-11-07T00:00:00+00:00",
    "updated_at": "2023-11-07T01:00:00+00:00"
  }
}

Changes

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