Asset Status
All assets can be assigned a status to communicate and track progress across teams.
Last updated
All assets can be assigned a status to communicate and track progress across teams.

PUT https://api.echo3d.com/versionStatus
key*
string
Your API key.
entryId*
string
The entry ID of the content entry being accessed.
versionStatus*
string
Any string value denoting the status, eg Approved
email*
string
Your email address
userKey*
string
Your user authentication key
When setting a status, the success server response will always include the asset permission state.
The status you set for your asset can be any string. If the status string exactly matches (case-sensitive) either of status strings below, the asset will be locked. This closes the individual asset's permissions and preventing any edits until the asset is unlocked by an admin:
DELETE https://api.echo3d.com/versionStatus
key*
string
Your API key.
entryId*
string
The entry ID of the content entry being accessed.
email*
string
Your email address
userKey*
string
Your user authentication key
No Response Content
If the asset was locked with a Approved or Released status, the deletion request will also unlock the asset.
Last updated
openclosedApprovedReleased