By default, whenever an object is requested, all of its properties are returned, except for properties of the following types:
- Vector
The response can be filtered to only include certain properties using the properties query parameter. Note
that ontology object set endpoints refer to this parameter as select.
Properties to include can be specified in one of two ways.
- A comma delimited list as the value for the
propertiesquery parameterproperties={property1ApiName},{property2ApiName} - Multiple
propertiesquery parameters.properties={property1ApiName}&properties={property2ApiName}
The primary key of the object will always be returned even if it wasn't specified in the properties values.
Unknown properties specified in the properties list will result in a PropertiesNotFound error.
To find the API name for your property, use the Get object type endpoint or check the Ontology Manager.
str