Get Association Types By Endpoint Id
The API returns list of association types, based on the endpoint type id.
The id of the endpoint type for which association types need to be retrieved.
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
[
{
"lastUpdated": "string",
"createdDate": "string",
"toType": "string",
"fromType": "string",
"name": "string",
"description": "string",
"id": "string",
"version": 0,
"cardinality": 0
}
]
Unauthorized.
Endpoint type with the specified id does not exist.