Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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                            }