HubSpot · JSON-LD Context
Hubspot Engagement Calls Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Engagement Calls Api from HubSpot.
23 Classes
46 Properties
4 Namespaces
Namespaces
hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Call
PropertyHistory
CallCollectionResponse
CallSearchResponse
BatchCallsResponse
BatchError
CallCreateRequest
CallUpdateRequest
BatchCreateCallsRequest
BatchReadCallsRequest
BatchReadInput
BatchUpdateCallsRequest
BatchUpdateInput
BatchArchiveCallsRequest
CallSearchRequest
FilterGroup
Filter
SortOption
AssociationInput
AssociationType
GdprDeleteRequest
Paging
NextPage
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| properties | reference | |
| propertiesWithHistory | reference | |
| createdAt | dateTime | |
| updatedAt | dateTime | |
| archived | boolean | |
| archivedAt | dateTime | |
| value | string | |
| timestamp | dateTime | |
| sourceType | string | |
| sourceId | string | |
| sourceLabel | string | |
| updatedByUserId | integer | |
| results | reference | set |
| paging | reference | |
| total | integer | |
| status | string | |
| requestedAt | dateTime | |
| startedAt | dateTime | |
| completedAt | dateTime | |
| errors | reference | set |
| links | reference | |
| category | string | |
| message | string | |
| context | reference | |
| associations | reference | set |
| inputs | reference | set |
| idProperty | string | |
| filterGroups | reference | set |
| sorts | reference | set |
| query | string | |
| limit | integer | |
| after | string | |
| filters | reference | set |
| propertyName | string | |
| operator | string | |
| values | string | set |
| highValue | string | |
| direction | string | |
| to | reference | |
| types | reference | set |
| associationCategory | string | |
| associationTypeId | integer | |
| objectId | string | |
| next | reference | |
| link | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"hubspot": "https://developers.hubspot.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Call": "hubspot:Call",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"properties": {
"@id": "hubspot:properties",
"@type": "@id"
},
"propertiesWithHistory": {
"@id": "hubspot:propertiesWithHistory",
"@type": "@id"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "hubspot:updatedAt",
"@type": "xsd:dateTime"
},
"archived": {
"@id": "hubspot:archived",
"@type": "xsd:boolean"
},
"archivedAt": {
"@id": "hubspot:archivedAt",
"@type": "xsd:dateTime"
},
"PropertyHistory": "hubspot:PropertyHistory",
"value": {
"@id": "hubspot:value",
"@type": "xsd:string"
},
"timestamp": {
"@id": "hubspot:timestamp",
"@type": "xsd:dateTime"
},
"sourceType": {
"@id": "hubspot:sourceType",
"@type": "xsd:string"
},
"sourceId": {
"@id": "hubspot:sourceId",
"@type": "xsd:string"
},
"sourceLabel": {
"@id": "hubspot:sourceLabel",
"@type": "xsd:string"
},
"updatedByUserId": {
"@id": "hubspot:updatedByUserId",
"@type": "xsd:integer"
},
"CallCollectionResponse": "hubspot:CallCollectionResponse",
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"CallSearchResponse": "hubspot:CallSearchResponse",
"total": {
"@id": "hubspot:total",
"@type": "xsd:integer"
},
"BatchCallsResponse": "hubspot:BatchCallsResponse",
"status": {
"@id": "hubspot:status",
"@type": "xsd:string"
},
"requestedAt": {
"@id": "hubspot:requestedAt",
"@type": "xsd:dateTime"
},
"startedAt": {
"@id": "hubspot:startedAt",
"@type": "xsd:dateTime"
},
"completedAt": {
"@id": "hubspot:completedAt",
"@type": "xsd:dateTime"
},
"errors": {
"@id": "hubspot:errors",
"@container": "@set",
"@type": "@id"
},
"links": {
"@id": "hubspot:links",
"@type": "@id"
},
"BatchError": "hubspot:BatchError",
"category": {
"@id": "hubspot:category",
"@type": "xsd:string"
},
"message": {
"@id": "hubspot:message",
"@type": "xsd:string"
},
"context": {
"@id": "hubspot:context",
"@type": "@id"
},
"CallCreateRequest": "hubspot:CallCreateRequest",
"associations": {
"@id": "hubspot:associations",
"@container": "@set",
"@type": "@id"
},
"CallUpdateRequest": "hubspot:CallUpdateRequest",
"BatchCreateCallsRequest": "hubspot:BatchCreateCallsRequest",
"inputs": {
"@id": "hubspot:inputs",
"@container": "@set",
"@type": "@id"
},
"BatchReadCallsRequest": "hubspot:BatchReadCallsRequest",
"idProperty": {
"@id": "hubspot:idProperty",
"@type": "xsd:string"
},
"BatchReadInput": "hubspot:BatchReadInput",
"BatchUpdateCallsRequest": "hubspot:BatchUpdateCallsRequest",
"BatchUpdateInput": "hubspot:BatchUpdateInput",
"BatchArchiveCallsRequest": "hubspot:BatchArchiveCallsRequest",
"CallSearchRequest": "hubspot:CallSearchRequest",
"filterGroups": {
"@id": "hubspot:filterGroups",
"@container": "@set",
"@type": "@id"
},
"sorts": {
"@id": "hubspot:sorts",
"@container": "@set",
"@type": "@id"
},
"query": {
"@id": "hubspot:query",
"@type": "xsd:string"
},
"limit": {
"@id": "hubspot:limit",
"@type": "xsd:integer"
},
"after": {
"@id": "hubspot:after",
"@type": "xsd:string"
},
"FilterGroup": "hubspot:FilterGroup",
"filters": {
"@id": "hubspot:filters",
"@container": "@set",
"@type": "@id"
},
"Filter": "hubspot:Filter",
"propertyName": {
"@id": "hubspot:propertyName",
"@type": "xsd:string"
},
"operator": {
"@id": "hubspot:operator",
"@type": "xsd:string"
},
"values": {
"@id": "hubspot:values",
"@container": "@set",
"@type": "xsd:string"
},
"highValue": {
"@id": "hubspot:highValue",
"@type": "xsd:string"
},
"SortOption": "hubspot:SortOption",
"direction": {
"@id": "hubspot:direction",
"@type": "xsd:string"
},
"AssociationInput": "hubspot:AssociationInput",
"to": {
"@id": "hubspot:to",
"@type": "@id"
},
"types": {
"@id": "hubspot:types",
"@container": "@set",
"@type": "@id"
},
"AssociationType": "hubspot:AssociationType",
"associationCategory": {
"@id": "hubspot:associationCategory",
"@type": "xsd:string"
},
"associationTypeId": {
"@id": "hubspot:associationTypeId",
"@type": "xsd:integer"
},
"GdprDeleteRequest": "hubspot:GdprDeleteRequest",
"objectId": {
"@id": "hubspot:objectId",
"@type": "xsd:string"
},
"Paging": "hubspot:Paging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
},
"NextPage": "hubspot:NextPage",
"link": {
"@id": "hubspot:link",
"@type": "xsd:string"
}
}
}