Get an outgoing link for an object type.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:ontologies-read.
stringThe API name or RID of the Ontology. To find the API name or RID, use the List Ontologies endpoint or check the Ontology Manager.
stringThe API name of the object type. To find the API name, use the List object types endpoint or check the Ontology Manager application.
stringThe API name of the outgoing link. To find the API name for your link type, check the Ontology Manager.
stringThe Foundry branch to get the outgoing link types for an object type from. If not specified, the default branch will be used. Branches are an experimental feature and not all workflows are supported.
objectSuccess response.
stringThe name of the link type in the API. To find the API name for your Link Type, check the Ontology Manager application.
stringThe display name of the entity.
string (enum)The release status of the entity.
Enum values: ACTIVE, ENDORSED, EXPERIMENTAL, DEPRECATED
stringThe name of the object type in the API in camelCase format. To find the API name for your Object Type, use the
List object types endpoint or check the Ontology Manager.
string (enum)Enum values: ONE, MANY
stringThe name of the property in the API. To find the API name for your property, use the Get object type
endpoint or check the Ontology Manager.
string1
2
3
curl \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v2/ontologies/palantir/objectTypes/Employee/outgoingLinkTypes/directReport?branch=ri.branch..branch.d827184f-ee0e-4351-8b70-efbe51e07252"1
2
3
4
5
{
"apiName": "directReport",
"objectTypeApiName": "Employee",
"cardinality": "MANY"
}