v1
latestOpenAPI 3.0.02026-07-2417611.8 MBRetrieve an existing image profile.
Use the /image-profiles/{id} end-point to retrieve an existing image profile from the database.<br />User roles: admin, manager, editor, viewer
Path parameters
The ID of the image profile to retrieve.
Query parameters
A comma separated list that when specified, limits the fields returned to just those specified. Any type document field is a valid value.
A comma separated list of additional fields (which are normally hidden) to add to the response. Valid options are: * metadata: Adds additional details such as creator and last modifier to the response. * all: Adds all current and future additional fields to the response. When used in-conjunction with the 'fields' option, both sets of fields are returned. ie. those specified in the 'fields' option and those specified in the 'include' option.
Headers
Provide an Etag value from a previous request to check whether the image profile retrieved is the most recent version. If the image profile is the most recent version, the call returns a 304 ( Not modified) message instead of sending the image profile back.
Response
Success.
Example response
{
"tags": [
"news",
"sample"
]
}