api:artist versions
Table of Contents
The following includes the details of how to interface with the artist version records through the API.
Record field format
Name | Type | Details |
---|---|---|
id | integer | >0 |
artist_id | integer | >0 |
name | string | |
urls | array | |
other_names | array | |
group_name | string | |
is_banned | boolean | |
updater_id | integer | >0 |
created_at | timestamp | |
updated_at | timestamp | |
updater_addr_ip | inet | Limited to Moderator+ |
Associated attributes
Name | Type | Number | Availability | Details |
---|---|---|---|---|
artist | artist | single | required | |
updater | user | single | required |
Nomenclature
- Plural form: "artist_versions"
- Used in the URL pathname
- Singular form: "artist_version"
- Unused
- Version of: API:Artists
Actions
These are the various actions that can be done with artist version records.
Index
HTTP Method | GET or POST [1] |
Base URL | /artist_versions.json |
Type | read request |
Description | The default order is ID descending. |
Search attributes
All of the following are standard attributes with all of their available formats and qualifiers.
- Number syntax
id
artist_id
created_at
updated_at
- Text syntax
name
group_name
- Boolean syntax
is_banned
is_deleted
- User syntax
updater
Special search parameters
order
- Sets the order of results.name
- Alphabetical on the name field.
Show
HTTP Method | GET or POST [1] |
Base URL | /artist_versions/$id.json |
Type | read request |
Description | $id is the artist version ID. |