[{"label":"Latest (1.0.0)","version":"latest"}]
crest

CcTranscriptSuccessResponse

A JSON object that contains information of the CC and Transcript success response.


Properties

categories Required

Identifies type of issue (errors or alerts).


statistics Required

Statistics details related to the CC and Transcript Functionality.


status Required

A JSON object that provides details about the success response.

JSON Example

{
	"categories": {},
	"statistics": {
		"allitemcount": 0,
		"pageurl": "string",
		"time": 0,
		"totalaudios": 0,
		"totalelements": 0,
		"totalvideos": 0
	},
	"status": {
		"httpstatuscode": 0,
		"success": "string"
	}
}
[{"label":"Latest (1.0.0)","version":"latest"}]
crest
Returned By

Cc And Transcript

Feedback

Was this page helpful?