Get saved wheel
**What:** The saved wheel config (array of strings) for a viewable collection.
**Auth:** Bearer token required.
**Path params:** `id` (collection id).
**Returns:** `data = { wheelConfig: [string] }`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
collectionId
Collection id.
Response
OK
ok
data
Errors
401
Unauthorized Error
404
Not Found Error

