api:uploads
Table of Contents
- 4.01 Index
- 4.02 Search attributes
- 4.03 Special search parameters
- 4.04 Show
- 4.05 Create
- 4.06 Create parameters
Note: Only upload records created by oneself are visible, unless you are an Admin (Help:Users).
Record field format
[table]
[thead]
[tr]
[th]Name[/th]
[th]Type[/th]
[th]Details[/th]
[/tr]
[/thead]
[tbody]
[tr]
[td]
id[/td][td]integer[/td]
[td]>0[/td]
[/tr]
[tr]
[td]
uploader_id[/td][td]integer[/td]
[td]>0[/td]
[/tr]
[tr]
[td]
source[/td][td]string[/td]
[td][/td]
[/tr]
[tr]
[td]
referer_url[/td][td]string[/td]
[td][/td]
[/tr]
[tr]
[td]
media_asset_count[/td][td]integer[/td]
[td][/td]
[/tr]
[tr]
[td]
status[/td][td]string[/td]
[td][/td]
[/tr]
[tr]
[td]
error[/td][td]string or null[/td]
[td][/td]
[/tr]
[tr]
[td]
created_at[/td][td]timestamp[/td]
[td][/td]
[/tr]
[tr]
[td]
updated_at[/td][td]timestamp[/td]
[td][/td]
[/tr]
[/tbody]
[/table]
Associated attributes
[table]
[thead]
[tr]
[th]Name[/th]
[th]Type[/th]
[th]Number[/th]
[th]Availability[/th]
[th]Details[/th]
[/tr]
[/thead]
[tbody]
[tr]
[td]
uploader[/td][td]user[/td]
[td]single[/td]
[td]required[/td]
[td][/td]
[/tr]
[tr]
[td]
upload_media_assets[/td][td]upload media asset[/td]
[td]multiple[/td]
[td]required[/td]
[td][/td]
[/tr]
[tr]
[td]
media_assets[/td][td]media asset[/td]
[td]multiple[/td]
[td]required[/td]
[td][/td]
[/tr]
[tr]
[td]
posts[/td][td]post[/td]
[td]multiple[/td]
[td]optional[/td]
[td][/td]
[/tr]
[/tbody]
[/table]
Nomenclature
- Plural form: "uploads"
- Used in the URL pathname
- Singular form: "upload"
- Used for write parameters (Help:API Write Requests)
- Versions: none
Actions
These are the various actions that can be done with upload records.
Index
[table]
[tbody]
[tr]
[td]HTTP Method[/td]
[td]GET[/td]
[/tr]
[tr]
[td]Base URL[/td]
[td]
/uploads.json[/td][/tr]
[tr]
[td]Type[/td]
[td]read request[/td]
[/tr]
[tr]
[td]Description[/td]
[td]The default order is ID descending[/td]
[/tr]
[/tbody]
[/table]
Search attributes
All of the following are standard attributes with all of their available formats and qualifiers.
- Number syntax
idmedia_asset_countcreated_atupdated_at- Text syntax
statussourcereferer_url- Post syntax
post- User syntax
uploader- Chaining syntax
media_assetsupload_media_assets
Special search parameters
- Whether to show uploads that have a post or not (Help:Boolean syntax).is_posted
Show
[table]
[tbody]
[tr]
[td]HTTP Method[/td]
[td]GET[/td]
[/tr]
[tr]
[td]Base URL[/td]
[td]
/uploads/$id.json[/td][/tr]
[tr]
[td]Type[/td]
[td]read request[/td]
[/tr]
[tr]
[td]Description[/td]
[td]
$id is the upload ID[/td][/tr]
[/tbody]
[/table]
Create
[table]
[tbody]
[tr]
[td]HTTP Method[/td]
[td]POST[/td]
[/tr]
[tr]
[td]Base URL[/td]
[td]
/uploads.json[/td][/tr]
[tr]
[td]Type[/td]
[td]write request[/td]
[/tr]
[/tbody]
[/table]
Create parameters
- Mandatory: One of these values must be present.
source
(array file format)files- Optional:
referer_url
See also
External links
[table]
[tbody]
[tr]
[td]Controller[/td]
[td]
[td][/td]
[/tr]
[tr]
[td]Model[/td]
[td]
[/tr]
[tr]
[td]Policy[/td]
[td]
[/tr]
[/tbody]
[/table]