InlineReportInfo1

InlineReportInfo1
InlineReportInfo1
JSON Example
{
    "start_date": 0,
    "segmentation_score_mode": "string",
    "timezone": "string",
    "end_date": "EpochMsTimestamp Object",
    "file_size": "number",
    "scores": [
        {
            "score_type": "string",
            "total_score": "number",
            "total_score_for_display": "number",
            "last_calculated_on": "number",
            "feature_scores": [
                {
                    "feature_type": "string",
                    "score": "number",
                    "max_score": "number",
                    "category_scores": [
                        {
                            "category_type": "string",
                            "score": "number",
                            "max_score": "number",
                            "sub_category_scores": [
                                {
                                    "score": "number",
                                    "max_score": "number",
                                    "sub_category_type": "string"
                                }
                            ]
                        }
                    ]
                }
            ],
            "segmentation_score_mode": "string"
        }
    ]
}
start_date
Required  

Timestamp in milliseconds since epoch.

segmentation_score_mode
Optional

Segmentation score mode to be used for calculation. Only applicable when score_type is SEGMENTATION.

Enumeration: STRICT, RELAXED, CUSTOM
string
timezone
Optional
Constraints: maxLength: 255

Specify the local timezone when generating the report. If no timezone or an invalid timezone is provided, the report will be displayed in UTC timezone.

end_date
Read-Only  

Timestamp in milliseconds since epoch.

number As float As float
file_size
Read-Only  

Size of the report file generated in MB.

scores
Read-Only  

List of scores computed in this report.

Used By