Get List of Relationship Link TypesAsk AIpost https://{hostname}/api/custom-entity/v1/entity-link-types/searchUse this API to retrieve a list of all Relationship Types by key terms and filters. πThings to Know This API only supports objects created via Object Manager, including Projects, Models, and Datasets. Query Paramspageint32β₯ 0Defaults to 0The page number of the results.sizeint321 to 2000Defaults to 10The number of results per page.sortstringenumThe sort criteria that dictates the order of the results.name,ascname,ascname,descAllowed:name,ascname,descBody Paramsfiltersarray of objectsThe criteria used to filter results.filtersADD objectfullTextstringThe key terms for the search criteria.Responses 200OK - Returns a paginated list of relationship types matching the criteria 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago