afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/SOSSessionActivity.json

38 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 thats 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."
}