Get all workspaces
Authentication
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
Return only workspaces created by a specific user ID. For multiple users, pass this value as a comma-separated list of user IDs. The response only returns workspaces that you have access to.
Filter results to return the workspace where the given element type is located. If you pass this query parameter, you must also pass the elementId query parameter.
Filter results to return the workspace where the given element’s ID is located. When filtering by collection, you must use the collection’s unique ID (userId-collection). If you pass this query parameter, you must also pass the elementType query parameter.
The pointer to the first record of the set of paginated results. To view the next response, use the nextCursor value for this parameter.
Response
The response’s meta information for paginated results. This object only returns if you pass the limit query parameter.