REST API - notifyCleaned

The table summarizes the REST API - notifyCleaned.

Request

Format
PUT <baseurl>/globaldata/admin/casemodel/<caseModelID>/cleaned
Path parameters caseModelID. The unique identifier of the case model. This can be obtained by running getCaseModel or getCaseModelBasicInfo.
Query parameters
  • skipvalidation=boolean (optional, default value=false). Set to true if you do not want TIBCO ActiveMatrix BPM to check that the script action has been executed.
  • user=string (optional): The name of the user who performed the action. For example, tibco-admin.
  • comment=string (optional): Description of why the operation was performed. (Maximum length is 400 characters)

Response

JSON Returns a JSON representation of the contents of a NotifyDDLExecutionResponse element.
XML Returns the contents of a NotifyDDLExecutionResponse element (from the BusinessDataServicesAdminService schema)

Example

Request
PUT <baseurl>/globaldata/admin/casemodel/1/cleaned
Response
{
       "xml-fragment": ""
}