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

HeadingAnalysisSuccessResponse

A JSON object that contains information of the Heading Analysis success response.


Properties

categories Required

Identifies type of issue (errors or alerts).


statistics Required

Statistics details related to the Heading Analysis Functionality.


status Required

A JSON object that provides details about the success response.

JSON Example

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

Heading Analysis

Feedback

Was this page helpful?