Was this article helpful?
Thanks for your feedback
The 'publish_details' key that was available in the response of 'Get Entry', 'Get Entries', 'Get Asset' and 'Get Assets' API requests will be no longer returned by default. To include it in the response, use the 'include_publish_details' parameter.
Get Entries:
/v3/content_types/{content_type_id}/entries
Get Entry:
/v3/content_types/{content_type_id}/entries/{entry_id}
Get Assets:
/v3/assets/
Get Asset:
/v3/assets/{asset_id}
Webhook: All entry relevant webhook channel response
Get Entries:
/v3/content_types/{content_type_id}/entries?environment={environment}
Get Entry:
/v3/content_types/{content_type_id}/entries/{entry_id}?environment={environment}
Get Assets:
/v3/assets/?environment={environment}
Get Asset:
/v3/assets/{asset_id}?environment={environment}
Webhook: All asset relevant webhook channel response
{ "uid": "blte3458e663de6bef5", ... ... "publish_details": { "environment": "blt381ebc884693ff29", "locale": "en-us", "version": 37, "user": "blt2a4852543181169c2e36d422", "time": "2017-05-17T19:16:26.983Z" }, ... }
When an image URL is opened in a browser, it now renders the image in the browser, instead of downloading it (which was the case earlier).
All endpoints will return a maximum of 100 records (changed from 1000 earlier). The next batch of records can be retrieved by making the same request and changing the 'skip' parameter to 100 from 0.
Was this article helpful?
Thanks for your feedback