Hubspot Engagement Notes Batch Context
JSON-LD context defining the semantic vocabulary for Hubspot Engagement Notes Batch from HubSpot.
8 Classes
15 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
BatchNotesResponse
BatchError
BatchCreateNotesRequest
BatchReadNotesRequest
BatchReadInput
BatchUpdateNotesRequest
BatchUpdateInput
BatchArchiveNotesRequest
Properties
| Property |
Type |
Container |
| status |
string |
|
| results |
reference |
set |
| requestedAt |
dateTime |
|
| startedAt |
dateTime |
|
| completedAt |
dateTime |
|
| errors |
reference |
set |
| links |
reference |
|
| category |
string |
|
| message |
string |
|
| context |
reference |
|
| inputs |
reference |
set |
| properties |
string |
set |
| propertiesWithHistory |
string |
set |
| idProperty |
string |
|
| id |
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#",
"BatchNotesResponse": "hubspot:BatchNotesResponse",
"status": {
"@id": "hubspot:status",
"@type": "xsd:string"
},
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"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"
},
"BatchCreateNotesRequest": "hubspot:BatchCreateNotesRequest",
"inputs": {
"@id": "hubspot:inputs",
"@container": "@set",
"@type": "@id"
},
"BatchReadNotesRequest": "hubspot:BatchReadNotesRequest",
"properties": {
"@id": "hubspot:properties",
"@container": "@set",
"@type": "xsd:string"
},
"propertiesWithHistory": {
"@id": "hubspot:propertiesWithHistory",
"@container": "@set",
"@type": "xsd:string"
},
"idProperty": {
"@id": "hubspot:idProperty",
"@type": "xsd:string"
},
"BatchReadInput": "hubspot:BatchReadInput",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"BatchUpdateNotesRequest": "hubspot:BatchUpdateNotesRequest",
"BatchUpdateInput": "hubspot:BatchUpdateInput",
"BatchArchiveNotesRequest": "hubspot:BatchArchiveNotesRequest"
}
}