GET
/
v1
/
ticketing
/
collections
/
{collection_id}
curl --request GET \
  --url http://localhost:8000/api/v1/ticketing/collections/{collection_id}
{
  "data": {
    "id": "<string>",
    "parent_id": "<string>",
    "type": "<string>",
    "name": "<string>",
    "description": "<string>",
    "updated_at": "<string>",
    "created_at": "<string>"
  }
}

Path Parameters

collection_id
string
required

Query Parameters

raw
boolean

Include raw response. When you want more data from the source

Response

200 - application/json
data
object
required