Get Asset Versions
/api/assets/ID/versions
Response
<document-versions type="array">
<version>
<id type="integer">18630</id>
<version type="integer">4</version>
<filename>logo.gif</filename>
<content-type>image/gif</content-type>
<size type="integer">9462</size>
<comment></comment>
<user-id>35</user-id>
<created-on type="date">2010-07-21T11:21:52+02:00</created-on>
<updated-on type="date">2010-07-21T12:18:43+02:00</updated-on>
<metadata>
<type>Graphics Interchange Format (GIF)</type>
<profile-name>iMac</profile-name>
<resolution-height>0</resolution-height>
<pixel-height>70</pixel-height>
<bits-per-sample>40</bits-per-sample>
<color-space>RGB</color-space>
<resolution-width>0</resolution-width>
<orientation>0</orientation>
<alpha-channel>1</alpha-channel>
<pixel-width>208</pixel-width>
</metadata>
</version>
...
</document-versions>
{
"comment":null,
"size":9462,
"content_type":"image/gif",
"created_on":"2010-07-21",
"metadata":{
"alpha_channel":"1",
"pixel_height":"70",
"color_space":"RGB",
"pixel_width":"208",
"bits_per_sample":"40",
"profile_name":"iMac",
"type":"Graphics Interchange Format (GIF)",
"orientation":"0",
"resolution_height":"0",
"resolution_width":"0"
},
"id":18630,
"updated_on":"2010-07-21",
"version":4,
"user_id":"35",
"filename":"logo.gif"
},
...