REST API - notifyUnfreeze

The table summarizes the REST API - notifyUnfreeze.

Request

Format
PUT <baseurl>/globaldata/admin/casemodel/<caseModelID>/unfreeze
Path parameters caseModelID. The unique identifier of the case model. This can be obtained by running getCaseModel or getCaseModelBasicInfo .
Query parameters
  • 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/unfreeze?user=John%20Smith
Response
{
       "xml-fragment": ""
}