Regions

Regions are a way to group facilities so that they can be compared easier. They belong to a single account and their name must be unique within the account.

A region returned by the API may have the following fields:

  • id: A UUID that uniquely represents the region in the system
  • name: The name of the region in the system
  • facility_count: The number of associated facilities to this region.
  • booth_count: The number of associated booths to this region.

This is what a region returned by the API might look like:

{
  id: "93bac092-292a-aecc-1930-1293bac92819a,
  name: "Test Region",
  facility_count: 0,
  booth_count: 0,
  account_id: "293f191b-f2e6-4dde-bcab-00b10fdb8cf4"
}