mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"usage"
|
||
],
|
||
"title": "SOSSessionActivity - Data API",
|
||
"description": "Captures information about specific events that occur during an SOS video call, such as when an SOS call begins or ends. This object is available in API version 34.0 and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"ActivityTime": {
|
||
"type": "dateTime",
|
||
"properties": "Create, Filter, Sort",
|
||
"description": "The time at which the activity occurred."
|
||
},
|
||
"Name": {
|
||
"type": "string",
|
||
"properties": "Autonumber, Defaulted on create, idLookup, Filter, Sort",
|
||
"description": "The name of the activity."
|
||
},
|
||
"SessionId": {
|
||
"type": "reference",
|
||
"properties": "Create, Filter, Group, Sort",
|
||
"description": "The ID of the SOS session that’s associated with the event."
|
||
},
|
||
"Type": {
|
||
"type": "picklist",
|
||
"properties": "Create, Filter, Group, Restricted picklist, Sort",
|
||
"description": "The kind of activity that occurred."
|
||
}
|
||
},
|
||
"usage": "Use this object to query and manage SOS session activities."
|
||
} |