v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB
Properties

Get properties

Get properties with associated values.

get/api/v2/teams/{team_slug}/properties

Path parameters

team_slugstring required

Team's sluggified name

Query parameters

annotation_class_ids[]integer[]
include_valuesboolean

If true, include the values associated to each Property

Example:true

If true, include the values associated to each Property

Response

Annotations.Property.PropertiesResponse

Example response

{
  "properties": [
    {
      "id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
      "inserted_at": "2020-01-20T14:00:00Z",
      "property_values": [
        {
          "id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
        }
      ]
    }
  ]
}