List Link Types Custom
Lists custom link types.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cursor
The cursor to resume iteration from. If not provided, then iteration
starts from the beginning.
deprecatedDeprecated
Whether only deprecated link types should be filtered.
is_deprecated
Whether only deprecated link types should be filtered.
limit
The maximum number of items.
mode
The iteration mode to use, otherwise if not set, then "after" is
used.
Allowed values:
name
The list of link type names.
sort_by
The list of fields to sort the items by and how to sort them.
source_types_v2.is_custom_leaf_type
True when the descriptor describes a custom leaf type.
source_types_v2.leaf_only
Set to true when only the specified leaf type (no subtypes) is allowed as a link target.
source_types_v2.leaf_type
Leaf type of the target objects.
source_types_v2.subtype
Specific subtype of the target objects.
target_types_v2.is_custom_leaf_type
True when the descriptor describes a custom leaf type.
target_types_v2.leaf_only
Set to true when only the specified leaf type (no subtypes) is allowed as a link target.
target_types_v2.leaf_type
Leaf type of the target objects.
target_types_v2.subtype
Specific subtype of the target objects.
Response
Success.
result
The custom link types.
next_cursor
The cursor used to iterate subsequent results in accordance to the
sort order. If not set, then no later elements exist.
prev_cursor
The cursor used to iterate preceding results in accordance to the
sort order. If not set, then no prior elements exist.