Tour Categories¶
A Tour Category has a many-to-many relationship with a tour dossier
resource, providing labels that identify the categories a tour falls
into.
Resource Definition¶
Note
This resource can be searched, allowing to you to access a filtered set of data. See our Searching The G API documentation for details on how to query specific fields and the operators available.
Fields
Name |
Type |
Description |
|---|---|---|
|
String |
|
|
Field |
|
|
String |
|
|
Reference Object |
The booking_company associated with the category |
|
String |
A public-facing description of the categeory |
|
Reference Object |
Parent category, can be null |
Get a Tour Category
- GET /tour_categories/(string: tour_category_id)¶
List Tour Categories
- GET /tour_categories¶