Last modified on December 17, 2024 at 6:30 pm
Resource URL
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
Operation | Call | Description |
---|---|---|
Retrieve all offering category data | GET /api/v5/offeringcategories | Retrieve all offering category data. |
Retrieve a specific offering category | GET /api/v5/offeringcategories/{id} | Retrieve all data about a specific offering category identified by {id}. |