Class 5 Audio

List

Retrieve a paginated list of Class 5 Audio records. Supports filtering, sorting, and search.

get/api/cp/class5/audio

Query parameters

categorystring

Filter by Category

Response

Successful response

categorystring

Category

namestring

Name

Example response

[
  {
    "category": "example_category",
    "name": "Example Name"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.