Skip to main content

Get all categories for a specific project

GET 

/categories/:projectId

Get all categories for a specific project

Request

Path Parameters

    projectId projectIdrequired

    ID of the project to retrieve categories for

Query Parameters

    categoryId categoryId

    Optional ID of the category to treat as the root

Responses

Categories successfully retrieved

Schema

    id categoryId (string)

    Unique identifier for Category

    name string

    Category name

    children

    object[]

  • Array [

  • name string

    Category name

    children
    id string

    Category Id

  • ]

Loading...