Get Single Asset Version
/api/assets/ID/versions/VID
Response
<version>
<id type="integer">18629</id>
<version type="integer">3</version>
<filename>logo.gif</filename>
<content-type>image/gif</content-type>
<size type="integer">9462</size>
<comment>new version</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:39+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>
{
"comment": "new version",
"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": 18628,
"updated_on": "2010-07-21",
"version": 2,
"user_id": "35",
"filename": "logo.gif"
}