Search documentation
karat

+

K

User Documentation ↗

Get Last Point

GET/api/v2/ontologies/{ontology}/objects/{objectType}/{primaryKey}/timeseries/{property}/lastPoint

Get the last point of a time series property.

Third-party applications using this endpoint via OAuth2 must request the following operation scopes: api:ontologies-read.

Path parameters

ontology
string

The API name of the ontology. To find the API name, use the List ontologies endpoint or check the Ontology Manager.

objectType
string

The API name of the object type. To find the API name, use the List object types endpoint or check the Ontology Manager.

primaryKey
string

The primary key of the object with the time series property.

property
string

The API name of the time series property. To find the API name for your time series property, check the Ontology Manager or use the Get object type endpoint.

Query parameters

artifactRepository
string
optional

The repository associated with a marketplace installation.

packageName
string
optional

The package name of the generated SDK.

Response body

TimeSeriesPoint
object

Success response.

Hide children

Hide children

time
string

An ISO 8601 timestamp

value
any

An object which is either an enum String or a double number.

Examples

Request

Copied!
1 2 3 curl \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/v2/ontologies/palantir/objects/employee/50030/timeseries/performance/lastPoint?artifactRepository=&packageName="