{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"wsdl_segment",
"field_reference"
],
"title": "CaseTeamRole - Data API",
"description": "Represents a case team role. Every case team member has a role on a case, such as “Customer Contact” or “Case Manager.”",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"AccessLevel": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "A value that represents the type of access granted to the target Group for cases. The possible values are: None Read Edit"
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The name of the case team role."
},
"PreferencesVisibleInCSP": {
"type": "boolean",
"properties": "Create, Filter, Update",
"description": "Indicates whether or not the case team role is visible to Customer Portal users."
}
},
"special_access_rules": "As of Spring ’20 and later, only users with read access to the Case object can access this object.",
"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```",
"field_reference": {
"AccessLevel": {
"field_label": "Access Level",
"type": "picklist",
"length": "40"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Team Role Id",
"type": "id",
"length": "18"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "80"
},
"PreferencesVisibleInCSP": {
"field_label": "Visible in Customer Portal",
"type": "boolean"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}