This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true to the request query parameters.
Gets outgoing link types for a batch of object types, identified by their RIDs.
For each requested object type, returns the list of outgoing link types visible to the requesting token. Optionally, results can be filtered to only include specific link type RIDs.
Object types that don't exist or that the requesting token lacks permissions for are silently omitted from the response.
The maximum batch size for this endpoint is 100.
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 Foundry branch to load the outgoing link type definitions from. If not specified, the default branch will be used. Branches are an experimental feature and not all workflows are supported.
objectlist<GetOutgoingLinkTypesByObjectTypeRidBatchRequestElement>list<LinkTypeRid>If provided, only return outgoing link types with RIDs in this list. If omitted, all outgoing link types for each requested object type are returned.
objectSuccess response.
map<ObjectTypeRid, array>