Get saved wheel

View as Markdown

What: The saved wheel config (array of strings) for a viewable collection.

Auth: Bearer token required.

Path params: id (collection ObjectId).

Returns: data = { wheelConfig: [string] }.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

{collectionIdstringRequired

Response

OK
okboolean
dataobject

Errors

404
Not Found Error