Offering Categories

Last modified on December 17, 2024 at 6:30 pm

Resource URL

https://api.digitalchalk.com/api/v5/offeringcategories

Overview

Offerings may be grouped into categories for organization purposes, and an offering can be in any number of categories. These categories consist of an identifier, a name, a color, and a thumbnail. Only the name field is required. Offering categories are read-only, therefore GET is the only supported HTTP method. You must use the web interface to create or update a category.

Use Case Examples

GET Requests
OperationCallDescription
Retrieve all offering category dataGET /api/v5/offeringcategoriesRetrieve all offering category data.
Retrieve a specific offering categoryGET /api/v5/offeringcategories/{id}Retrieve all data about a specific offering category identified by {id}.

Reference