Edit
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 or POST [1] |
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
id
updated_at
- Text syntax
title
body
- Boolean syntax
is_locked
is_deleted
- Array syntax
other_names
- User syntax
updater
- Chaining syntax
wiki_page
artist
tag
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.
See also
No posts found.
1