Agendize Resellers API

Business Categories


Resource representation

{ "name": {string}, "categories": [{ "id": {string}, "name": {string}, "services": [{ "duration": {integer}, "name": {string} }], "resources": [{ "duration": {integer}, "name": {string} }] }] }
Parameter name Value Description
id string Name of the main category
categories list List of sub categories
categories[].id string Identifier of the sub categorie.
categories[].name string Name of the sub category
categories[].services list Default service list
categories[].services[].name string Name of the service
categories[].services[].duration string Duration of the service, in minutes
categories[].resources list Default resource list
categories[].resources[].name string Name of the resource
categories[].resources[].duration string Duration of the resource, in minutes

List

Returns entries on the business category list.

Authentication is required to execute this request. Please refer to Authentication for more.

Request

HTTP Request

GET https://api.agendize.com/api/2.0/resellers/categories

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a response body with the following structure:

{ items: [Category Resource] }