curl -X GET "https://config.gms.ensync.cloud/v1/workspace?pageIndex=0&limit=10&order=ASC&orderBy=name" \ -H "X-API-KEY: your-api-key"
{ "resultsLength": 2, "results": [ { "id": 1, "name": "production", "path": "/production", "parentId": 0, "createdAt": "2024-01-15T10:30:00Z", "children": [] } ] }
Retrieves a list of workspaces with optional filtering
ASC
DESC
asc
desc
name
createdAt
Show Workspace Object