Timeline entries
Currently supported actions:
- Query release entry versions
- Fetch release entry version
- Update release entry version
Entries collection
To fetch specific entries like e.g. entries of a particular content type use query search parameters.
Use this endpoint to create a new entry and add it to the release in one step.
Entry
Use this endpoint to update a specific entry via its ID. When updating an existing entry, you need to specify the last version of the entry you are updating with X-Contentful-Version.
You do not need to pass the ID of the entry’s content type.
Use this endpoint to update a specific entry via its ID using JSON Patch format. When patching an entry, you need to specify the current version of the entry you are updating with X-Contentful-Version.
Use this endpoint to fetch an entry with a specified ID. All empty entry fields are omitted from the response,. That means if the field is empty, its key is not going to be presented in the response. If the entry has no set fields, the corresponding key is missing as well.
To update the entry with empty fields, all keys that need to be updated should be added to the entry object.