Skip to main content
POST/api/management/projects/{projectId}/entries/{entryId}/workflow/events

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
entryId(required)querystringuuidThe entry identifier as a 128 bit GUID
trigger(required)bodyobjectworkflow triggerDetails to invoke the workflow event. You can target a language variation by specifying the language

Responses

HTTP status codeReasonModel
200SuccessEntry
401UnauthorizedError
404Project not foundError
404Entry not foundError
422Validation errorError
500Internal server errorError

Examples

This example shows how to transition an entry from draft to the next state by invoking the draft.submit event

JSON
POST: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c/workflow/events
{
    "language": "en-GB",
    "version": "2.3",
    "event": "draft.submit",
    "data": {
        "message": "Have updated the final paragrah"
    }
}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request