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 Defintion

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
id read-only String  
href read-only Field  
name required String  
description required String A public-facing description of the categeory
category_type read-only Reference Object Parent category, can be null

Get a Tour Category

GET /tour_categories/(string: tour_category_id)

List Tour Categories

GET /tour_categories