Get Single Assets
/api/assets/ID
Response
<asset>
<id type="integer">323569</id>
<title>fluxiom logo</title>
<version type="integer">0</version>
<filename>logo.gif</filename>
<description/>
<content-type>image/gif</content-type>
<thumb_url>/t/0dmqei828xe3f4cpg/323569/0/6xour6vq_64.jpg</thumb_url>
<size type="integer">5060</size>
<user-id>7915</user-id>
<created-on type="date">2010-07-13T13:13:51+02:00</created-on>
<updated-on type="date">2010-07-13T13:13:51+02:00</updated-on>
<tags type="array">
<tag>
<id type="integer">101</id>
<tag>fluxiom</tag>
</tag>
...
</tags>
<metadata-type>Graphics Interchange Format (GIF)</metadata-type>
<metadata-resolution-height>0</metadata-resolution-height>
<metadata-pixel-height>70</metadata-pixel-height>
<metadata-bits-per-sample>32</metadata-bits-per-sample>
<metadata-color-space>RGB</metadata-color-space>
<metadata-resolution-width>0</metadata-resolution-width>
<metadata-orientation>0</metadata-orientation>
<metadata-alpha-channel>false</metadata-alpha-channel>
<metadata-pixel-width>208</metadata-pixel-width>
</asset>
{
"metadata_alpha_channel":"true",
"size":9462,
"metadata_bits_per_sample":"40",
"metadata_orientation":"0",
"title":"fluxiom logo",
"content_type":"image/gif",
"created_on":"2010-07-21",
"metadata_resolution_height":"0",
"metadata_resolution_width":"0",
"metadata_pixel_height":"70",
"tags":[
{
"tag":"fluxiom",
"id":101
},
...
],
"id":323569,
"updated_on":"2010-07-21",
"metadata_profile_name":"iMac",
"version":0,
"user_id":"7915",
"metadata_pixel_width":"208",
"filename":"logo.gif",
"metadata_color_space":"RGB",
"thumb_url":"/t/01pzjkkxl051ol/18552/0/ebc62ck6w8p7c5nodq9_64.jpg",
"description":"the fluxiom logo",
"metadata_type":"Graphics Interchange Format (GIF)"
}