An id is its kind's word, an underscore and 28 hex characters, so you can tell a ticket's from a person's at a glance. Ids are stable forever.
ticket_3108be4ef78579c8760ebf45b188any id
An id of any kind: its first word says which (ticket_…, user_…, location_…).
area_connection_cde4d183f90d8eacaab56447ec6carea connection id
The id of a area connection: area_connection_ + 28 hex characters. An area's connection to a location: the room as it exists there, with its floor, its outline on the plan, its bookable type.
asset_ca15f1c8f67d6a0abb4946917dccasset id
The id of a asset: asset_ + 28 hex characters. A thing at a location that tickets are about: a machine, a door, a printer, a vehicle.
organization_e76c2a2c00fe7837b9339f212b28organization id
The id of a organization: organization_ + 28 hex characters. A customer account: its people, locations, plans and settings, run by its admins.
cost_24f8d50960bc914dac705d81e834cost id
The id of a cost: cost_ + 28 hex characters. Money on a ticket: a quote, a cost, an invoice, approved against a budget.
planned_ticket_f6f64ca6ea9b6d9ed6e886c67f0dplanned ticket id
The id of a planned ticket: planned_ticket_ + 28 hex characters. Work that recurs on a schedule at a location: an inspection, a service, a check. Created from a planned template; each occurrence is a ticket.
visit_9364cd6658caf118338dd324852evisit id
The id of a visit: visit_ + 28 hex characters. One scheduled occurrence of a planned ticket: its date, its check-in, its outcome.
ticket_3108be4ef78579c8760ebf45b188ticket id
The id of a ticket: ticket_ + 28 hex characters. One piece of work at a location: reported, accepted, scheduled, done, rated.
page_fd8aaa19314e6e5d75022291b9c6page id
The id of a page: page_ + 28 hex characters. A document on a section, written in blocks, with an owner, a review interval and an audience.
time_off_request_31a4d5fa74118074085964c701a0time off request id
The id of a time-off request: time_off_request_ + 28 hex characters. A person asking for days off: a type, a range, who covers, approved or rejected by their manager.
time_off_type_31a4d5fa7e747a7fe076c20a6e06time off type id
The id of a time-off type: time_off_type_ + 28 hex characters. A kind of time off the organization grants in a country: paid or not, needs proof or not, how many days a year.
location_bfa88cf22cff5365bfa88cf22cfflocation id
The id of a location: location_ + 28 hex characters. A place the organization runs: an address with areas, assets, tickets and the people who have access there.
notification_1d119fe8c432064608bb17a9d1ddnotification id
The id of a notification: notification_ + 28 hex characters. One line in a person's inbox: what happened, to what, by whom; read, done, snoozed.
priority_f4d3f91dfcdbf115f4d3f91dfcdbpriority id
The id of a priority: priority_ + 28 hex characters. How urgent a ticket is, with the SLA clock it starts: acceptance, first attendance, resolution.
request_53029dd8f5e0dc0edb4c49e8f90drequest id
The id of a request: request_ + 28 hex characters. A ticket before it is a ticket: what a person files, from a request kind the organization set up.
booking_5144b032fbe428c411e9eb6ab1f9booking id
The id of a booking: booking_ + 28 hex characters. One person holding one bookable thing for one window: pending, approved, checked in, released.
bookable_type_51443c20581e5ed74c410e4e2a66bookable type id
The id of a bookable type: bookable_type_ + 28 hex characters. A kind of thing the organization makes bookable (a desk, a room, a parking spot): its icon, its rules, its labels.
status_252fa430b27d6d676c70fabd2d27status id
The id of a status: status_ + 28 hex characters. Where a ticket stands, in the organization's own words, under one of the app's states.
file_93733d5513f3bdd593733d5513f3file id
The id of a file: file_ + 28 hex characters. A file a caller uploaded through the API (POST /files), waiting to be attached to a record by its id; unattached, it is dropped after a day.
user_063659e14af21d2d8ebed169c27auser id
The id of a person: user_ + 28 hex characters. A human with a seat. Copy names the person or says "person" / "people"; the table is users.
event_056139bb7e3a9ec2c8c109e5b5bfevent id
The id of a event: event_ + 28 hex characters. One thing that happened (a booking created, a comment posted), delivered to every webhook endpoint subscribed to its name; retried until the endpoint answers 2xx.