Record
get-tracks-params
No description available.
record get-tracks-params {
q: string,
ids: option<string>,
genres: option<string>,
tags: option<string>,
bpm: option<string>,
duration: option<string>,
created-at: option<string>,
access: option<list<get-playlists-access-item-enum>>,
limit: option<s32>,
offset: option<s32>,
linked-partitioning: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| q | string | |
| ids | option<string> | |
| genres | option<string> | |
| tags | option<string> | |
| bpm | option<string> | |
| duration | option<string> | |
| created-at | option<string> | |
| access | option<list<get-playlists-access-item-enum>> | |
| limit | option<s32> | |
| offset | option<s32> | |
| linked-partitioning | option<bool> |