api:artist commentary versions
Table of Contents
The following includes the details of how to interface with the artist commentary version records through the API.
Record field format
| Name | Type | Details |
|---|---|---|
id | integer | >0 |
post_id | integer | >0 |
original_title | string | |
original_description | string | |
translated_title | string | |
translated_description | string | |
updater_id | integer | >0 |
created_at | timestamp | |
updated_at | timestamp | |
updater_addr_ip | inet | Limited to Moderator+ |
Associated attributes
| Name | Type | Number | Availability | Details |
|---|---|---|---|---|
post | post | single | required | |
updater | user | single | required |
Nomenclature
- Plural form: "artist_commentary_versions"
- Used in the URL pathname
- Singular form: "artist_commentary_version"
- Unused
- Version of: API:Artist commentaries
Actions
These are the various actions that can be done with artist commentary version records.
Index
| HTTP Method | GET |
| Base URL | /artist_commentary_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
idpost_idcreated_atupdated_at- Text syntax
original_titleoriginal_descriptiontranslated_titletranslated_description- User syntax
updater
Special search parameters
post_tags_match- The post query of the search term matches the post of the artist commentary.
Show
| HTTP Method | GET |
| Base URL | /artist_commentary_versions/$id.json |
| Type | read request |
| Description | $id is the artist commentary version ID. |
