GET
/
public
/
v1
/
assets
/
collection
/
{collection-id}
curl --request GET \
  --url https://api.topsort.com/public/v1/assets/collection/{collection-id}
{
  "description": "<string>",
  "id": "<string>",
  "name": "<string>"
}

Path Parameters

collection-id
string
required

Collection ID.

Response

200
application/json
Successful Response
id
string
required

The id of the collection.

name
string
required

The name of the collection.

description
string

A description for the collection.