{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "ContextParamMap - Data API",
"description": "Represents optional context data for a Conversation or a ConversationParticipant. This object is available in API version 57.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_type",
"refers_to"
],
"fields": {
"ContextEntityId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the Conversation or ConversationParticipant record. This field is a polymorphic relationship field.",
"relationship_type": "Lookup",
"refers_to": "Conversation, ConversationParticipant"
},
"MapKey": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The key for the context data."
},
"MapValue": {
"type": "string",
"properties": "Filter, Nillable, Sort",
"description": "The value for the context data."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```",
"field_reference": {
"ContextEntityId": {
"field_label": "Context Entity ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Context Param Map ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"MapKey": {
"field_label": "Map Key",
"type": "string",
"length": "255"
},
"MapValue": {
"field_label": "Map Value",
"type": "string",
"length": "1333"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}