Spinitron
Spinitron is a playlist logging, music reporting, and scheduling platform for radio stations.
- Base URL:
https://spinitron.com/api - Auth:
query:access-token(pass your key via theapiKeyinput)
Operations
get_personas— GET /personas — Get Personasget_personas_id— GET /personas/{id} — Get Persona by idget_playlists— GET /playlists — Returns playlists optionally filtered by {start} and/or {end} datetimesget_playlists_id— GET /playlists/{id} — Get a Playlist by idget_shows— GET /shows — Returns scheduled shows optionally filtered by {start} and/or {end} datetimesget_shows_id— GET /shows/{id} — Get a Show by id
Inputs
apiKey— your spinitron API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_personas
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_personas, get_personas_id, get_playlists, get_playlists_id, get_shows, get_shows_id |
id |
string | no | — | Path parameter id (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |