Skip to main content

List all tags of a project

Path Parameters
  • project_id integer required

    ID of the project

Query Parameters
  • classes boolean

    if true, the whole class object will be returned instead of just strings

  • labels boolean

    if true, the whole label object will be returned instead of just strings

  • offset integer

    An offset is simply the number of records you wish to skip before selecting records.

  • limit integer

    Limit of entries that should be returned.

Responses

OK


Schema
  • tags object[]

    A list of tags

  • class string

    The class's name.

  • label string

    The label's name.

  • offset integer

    An offset is simply the number of records you wish to skip before selecting records.

  • limit integer

    Limit of entries that should be returned.

  • count integer

    Number of objects returned

  • total integer

    Deprecated. Total of tags

Loading...