result.data | object | Yes | — | list of configured scoring rules |
result.data.scoring_rules | array | No | — | Field: scoring_rules Maximum items: 300. |
result.data.scoring_rules[].created_time | string | No | — | Field: created_time Maximum length: 255. |
result.data.scoring_rules[].custom_fields | array | null | No | — | Custom fields can be configured for scoring rule. These fields will hold the referred scores. Maximum items: 6. |
result.data.scoring_rules[].custom_fields[].id | string | No | — | Custom field id Maximum length: 25. |
result.data.scoring_rules[].custom_fields[].field_label | string | No | — | Name of the custom field (Required for POST) Maximum length: 100. |
result.data.scoring_rules[].custom_fields[].api_name | string | No | — | Api name of the custom field Maximum length: 100. |
result.data.scoring_rules[].custom_fields[].reference_field | object | No | — | Contains the API name of the referenced score field used in scoring rules. |
result.data.scoring_rules[].custom_fields[].reference_field.api_name | "Positive_Score" | "Negative_Score" | "Touch_Point_Positive_Score" | "Touch_Point_Negative_Score" | "Touch_Point_Score" | "Score" | No | — | api name of the referenced score field (Required for POST) Allowed: Positive_Score, Negative_Score, Touch_Point_Positive_Score, Touch_Point_Negative_Score, Touch_Point_Score, Score. |
result.data.scoring_rules[].custom_fields[].reference_field.id | string | No | — | Reference field id Maximum length: 25. |
result.data.scoring_rules[].module | object | Yes | — | Provides details of a module, including API name and module ID. |
result.data.scoring_rules[].module.api_name | string | No | — | Api name of the module Maximum length: 255. |
result.data.scoring_rules[].module.id | string | No | — | Module id Maximum length: 25. |
result.data.scoring_rules[].description | string | null | No | — | Rule configuration info can be added here. Maximum length: 500. |
result.data.scoring_rules[].active | boolean | No | — | It defined the status (active or inactive) of the rule. |
result.data.scoring_rules[].created_by | object | No | — | Nested schema for created_by |
result.data.scoring_rules[].created_by.name | string | No | — | Field: name Maximum length: 255. |
result.data.scoring_rules[].created_by.id | string | No | — | Field: id Maximum length: 25. |
result.data.scoring_rules[].created_by.zuid | string | No | — | Field: zuid Maximum length: 255. |
result.data.scoring_rules[].layout | object | null | No | — | Information about layout configuration, including display label, API name, and ID. |
result.data.scoring_rules[].layout.display_label | string | No | — | layout display name Maximum length: 255. |
result.data.scoring_rules[].layout.api_name | string | No | — | Layout api name Maximum length: 255. |
result.data.scoring_rules[].layout.id | string | No | — | Layout id Maximum length: 25. |
result.data.scoring_rules[].modified_time | string | null | No | — | Field: modified_time Maximum length: 255. |
result.data.scoring_rules[].name | string | Yes | — | Scoring rule name (Required) (Unique) Maximum length: 25. |
result.data.scoring_rules[].modified_by | object | null | No | — | Nested schema for modified_by |
result.data.scoring_rules[].modified_by.name | string | No | — | Field: name Maximum length: 255. |
result.data.scoring_rules[].modified_by.id | string | No | — | Field: id Maximum length: 25. |
result.data.scoring_rules[].modified_by.zuid | string | No | — | Field: zuid Maximum length: 255. |
result.data.scoring_rules[].id | string | No | — | Field: id Maximum length: 255. |
result.data.scoring_rules[].scoring_type | "manual_scoring" | "zia_scoring" | No | — | Type of the scoring rule Allowed: manual_scoring, zia_scoring. |
result.data.scoring_rules[].manual_scoring_rule | object | null | No | — | Few rule object has errors, others are updated successfully. |
result.data.scoring_rules[].manual_scoring_rule.has_signal_rules | boolean | No | — | If TP rules are available in a rule, it will be true in sandbox case |
result.data.scoring_rules[].zia_scoring_rule | object | null | No | — | Few rule object has errors, others are updated successfully. |
result.data.scoring_rules[].zia_scoring_rule.type | "engagement_score" | "field_attribute_score" | "conversion_score" | "health_score" | "follow-up_score" | No | — | type of zia scoring Allowed: engagement_score, field_attribute_score, conversion_score, health_score, follow-up_score. |
result.data.info | object | No | — | Nested schema for info |
result.data.info.per_page | integer | No | — | no of rules need to be fetched per_page Format: int32. |
result.data.info.count | integer | No | — | Field: count - no of rules present in the response Format: int32. |
result.data.info.page | integer | No | — | Field: page Format: int32. |
result.data.info.more_records | boolean | No | — | Field: more_records |
result.meta | object | No | — | Additional response metadata (status, paging). |