Difference between revisions of "API Asset Fields"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "{| class="wikitable" |- ! Field ! Type ! Description |- | id | integer | |- | name | string | |- | description | string | |- | file_name | string | |- | asset_content_type...")
 
Line 51: Line 51:
 
| dimensions_original
 
| dimensions_original
 
| string
 
| string
| [height]x[width]
+
| [width]x[height]
 
|-
 
|-
 
| dimensions_thumb
 
| dimensions_thumb
 
| string
 
| string
| [height]x[width]
+
| [width]x[height]
 
|-
 
|-
 
| dimensions_icon
 
| dimensions_icon
 
| string
 
| string
| [height]x[width]
+
| [width]x[height]
 
|-
 
|-
 
| deleted
 
| deleted

Revision as of 15:18, 28 May 2012

Field Type Description
id integer
name string
description string
file_name string
asset_content_type string mime-type of the asset Internet media type
file_size integer in bytes
asset_updated_at datetime When asset was updated (replace the asset, regenerated from original...etc.)
updated_at datetime When the asset meta data was updated (name, description...etc.)
created_at datetime When the asset was created
type string API Asset Types
video_id string Youtube video id
dimensions_original string [width]x[height]
dimensions_thumb string [width]x[height]
dimensions_icon string [width]x[height]
deleted boolean 1 - True
0 - False
upload_id string Unique string to help with querying for a specific set of assets uploaded in a batch