All the Opencell API web service response must extend this class.
name | data type | description |
---|---|---|
mediaDto | MediaDto | Media data |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "mediaDto" : { "code" : "...", "description" : "...", "mediaName" : "...", "label" : "...", "main" : true, "mediaType" : "VIDEO", "mediaPath" : "...", "id" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] } }, "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }