MeshTale Docs
API reference
GET
/v1/workspaces/{id}/collections

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/v1/workspaces/string/collections"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "slug": "string",      "description": "string",      "defaultSensitivityLabel": "public",      "createdAt": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z",      "sourcesCount": 0    }  ]}