When retrieving song arrangements, the following fields will be returned by default.
Name | Type | Description | Returned Values |
---|---|---|---|
id | string | The ID of the arrangement. | |
date_added | datetime | The date the arrangement was added. | Date is returned in UTC time. |
date_modified | datetime | The date the arrangement was last modified. | Date is returned in UTC time. |
name | string | The name of the arrangement. | |
copyright | string | The copyright information for the arrangement. | |
sequence | array | The arrangements sequence. | |
minutes | integer | The total number of minutes | |
seconds | integer | The number of seconds that follow the total number of minutes. | |
bpm | integer | Beats per minute. | |
key_male | string | The male key. | |
key_female | string | The female key. | |
lyrics | string | Lyrics of the arrangement. | |
chord_chart_key | string | The key the chord chart is outputted in. | |
chord_chart | string | The chord chart of the arrangement. |