api:wiki page versions
Table of Contents
The following includes the details of how to interface with the wiki page version records through the API.
Record field format
| Name | Type | Details |
|---|---|---|
id | integer | >0 |
wiki_page_id | integer | >0 |
title | string | tag format |
body | string | |
other_names | array | string |
is_locked | boolean | |
is_deleted | 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 |
|---|---|---|---|---|
wiki_page | wiki page | single | required | |
updater | user | single | required | |
artist | artist | single | optional | |
tag | tag | single | optional |
Nomenclature
- Plural form: "wiki_page_versions"
- Used in the URL pathname
- Singular form: "wiki_page_version"
- Unused
- Version of: API:Wiki pages
Index
| HTTP Method | GET |
| Base URL | /wiki_page_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
idupdated_at- Text syntax
titlebody- Boolean syntax
is_lockedis_deleted- Array syntax
other_names- User syntax
updater- Chaining syntax
wiki_pageartisttag
Special search parameters
title_matches- Case-insensitive normalized wildcard search on the title field.body_matches- Case-insensitive normalized wildcard search on the body field.
