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

    name string

    Search for categories by name

    page integer

    Possible values: >= 1

    Default value: 1

    Specify the page number for pagination (default is 1).

    limit integer

    Default value: 10

    Specify number of results per page at top-level in tree (default is 10, 0 gets all results).

Responses

Categories successfully retrieved

Schema

    id categoryId (string)

    Unique identifier for Category

    children

    object[]

  • Array [

  • name string

    Category name

    children
    id string

    Category Id

  • ]

  • name string

    Category name

Loading...