Content Management Output
Represents the information about the job status and any associated messages returned
for Content Management APIs.
- Properties
-
Property Name Type Description Filter Group and Version Available Version isSuccess Boolean Indicates whether the request was successfully accepted or processed. Small, 65.0 65.0 message String Message that provides details about the request outcome. Small, 65.0 65.0 errors List<String> List of errors that occurred during the request validation. Small, 65.0 65.0 jobId String Job ID of the asynchronous processing of the request. Small, 65.0 65.0 - Example
-
1{ 2 "isSuccess": true, 3 "message": "Create Presentation Request Accepted for processing", 4 "errors": [], 5 "jobId": "20V**********" 6 }