GET http://yourserver.com/services/renditionpreset/list |
What does it do?
Lists, creates, updates or removes Rendition Presets.
Note: A Rendition Preset is used for downloading a file from Elvis in a predetermined format, quality and/or resolution without first having to set this format, quality and/or resolution. Rendition Presets are also known as Download Presets. For more information, see Managing Download Presets in Elvis 6. |
This API can for example be used as part of the ZIP download API to obtain the Preset with which files should be downloaded before they are added to the ZIP file.
list
Method | URL | Parameters | Remarks |
---|---|---|---|
GET | /services/renditionpreset/list |
ids (optional) |
Returns a list of Rendition Preset objects owned by the current user. If the ids parameter is set (with comma-separated Rendition Preset IDs) only the specified Rendition Preset objects are returned. |
listAll
Method | URL | Parameters | Remarks |
---|---|---|---|
GET | /services/renditionpreset/listAll |
- |
Returns all Rendition Preset objects owned by the current user. |
save
Method | URL | Parameters | Remarks |
---|---|---|---|
POST | /services/renditionpreset/save |
|
Saves a new Rendition Preset or updates an existing Rendition Preset. When updating, add the preset id to the POSTobject. When a new preset is created, the id property can be omitted. When creating or updating a new rendition preset you can provide a specific creator. By default the authenticated user executing the call will be used. Note: Not supplying the creator on an update call will overwrite the creator field with the default. |
remove
Method | URL | Parameters | Remarks |
---|---|---|---|
GET | /services/renditionpreset/remove |
ids |
Removes a Rendition Preset. Multiple presets can be removed in one call. |
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
2 comments
Can you please document the minimum software version in API documentation?
Hi Siebrand,
Minimum software versions are already mentioned in the API documentation. This mainly applies to the Elvis 5 documentation though, in Elvis 6 not much (if anything) has been added.
Please let me know if you come across any missing references.
Best regards,
Maarten van Kleinwee
Senior Technical Writer, WoodWing Software
Please sign in to leave a comment.