List


Description

This endpoint allows users to get lists of all the Types, MasterTypes and SubCategories in the system. These can later be used for filtering place searches with the query parameters filter_type and filter_type_ids

All endpoints' urls have the prefix

All endpoints' results are paginated.


Types

It returns a list of all the Types available in the system. Their ids can be used for filtering in the Places, and the main Lite endpoint.

Example Request
GET http://api.fiz.com/content/api/v2/list/types/
Content-Type: application/json
FIZAPIKEY: BRAND_API_KEY


MasterTypes

It returns a list of all the Master available in the system. Their ids can be used for filtering in the Places, and the main Lite endpoint.

Example Request
GET http://api.fiz.com/content/api/v2/list/mastertypes/
Content-Type: application/json
FIZAPIKEY: BRAND_API_KEY


SubCategories (/subcategories)

It returns a list of all the Sub Categories available in the system. Their ids can be used for filtering in the Places, and the main Lite endpoint.

Example Request
GET http://api.fiz.com/content/api/v2/list/subcategories/
Content-Type: application/json
FIZAPIKEY: BRAND_API_KEY


Services

The list/services/ endpoint give more complete information of a list of services. output of the /widgets/ endpoint can include extra fields if Authentication or Brand parameters are sent.Returns a list of widget objects You must send your Brand API key in the header of all requests to ensure that you receive relevant content.

Example Request

GET https://demo.fiz.com/api/v1/list/services/ HTTP/1.1
Authorization: ApiKey {{username}}:{{api_key}}
Content-Type: application/json
FIZAPIKEY: BRAND_API_KEY


Countries

The list/countries/ endpoint give more complete information of a list of countries. output of the /widgets/ endpoint can include extra fields if Authentication or Brand parameters are sent.Returns a list of widget objects You must send your Brand API key in the header of all requests to ensure that you receive relevant content.

Example Request

GET https://demo.fiz.com/api/v1/list/countries/ HTTP/1.1
Authorization: ApiKey {{username}}:{{api_key}}
Content-Type: application/json
FIZAPIKEY: BRAND_API_KEY






Please contact support@fiz.com for more information