ScrollX Tag Page

Api:Artist Commentary Versions

0 sourcesWiki updated 1/22/2025
Browse all Api:Artist Commentary Versions images →

About 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

NameTypeDetails
[code]id[/code]integer>0
[code]post_id[/code]integer>0
[code]original_title[/code]string
[code]original_description[/code]string
[code]translated_title[/code]string
[code]translated_description[/code]string
[code]updater_id[/code]integer>0
[code]created_at[/code]timestamp
[code]updated_at[/code]timestamp
[code]updater_addr_ip[/code]inetLimited to Moderator+

Associated attributes

NameTypeNumberAvailabilityDetails
[code]post[/code]postsinglerequired
[code]updater[/code]usersinglerequired

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 MethodGET
Base URL[code]/artist_commentary_versions.json[/code]
Typeread request
DescriptionThe default order is ID descending.

Search attributes

All of the following are standard attributes with all of their available formats and qualifiers.

  • Number syntax
  • [code]id[/code]
  • [code]post_id[/code]
  • [code]created_at[/code]
  • [code]updated_at[/code]
  • Text syntax
  • [code]original_title[/code]
  • [code]original_description[/code]
  • [code]translated_title[/code]
  • [code]translated_description[/code]
  • User syntax
  • [code]updater[/code]

Special search parameters

  • [code]post_tags_match[/code] - The post query of the search term matches the post of the artist commentary.

Show

HTTP MethodGET
Base URL[code]/artist_commentary_versions/$id.json[/code]
Typeread request
Description[code]$id[/code] is the artist commentary version ID.

See also

Controller<https://github.com/danbooru/danbooru/blob/master/app/controllers/artist_commentary_versions_controller.rb>
Model<https://github.com/danbooru/danbooru/blob/master/app/models/artist_commentary_version.rb>
Policy<https://github.com/danbooru/danbooru/blob/master/app/policies/artist_commentary_version_policy.rb>

Api:Artist Commentary Versions Gallery

0 visible posts on page 1