customization

Stock Schema Fragments List

GET
Lists stock schema fragments.

Query parameters

cursorstringOptional
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
filter_presetenumOptional
Filter preset to specify whether to filter only customization enabled leaf types.
Allowed values: customizable_types_presetno_preset
leaf_typestringOptional
The list of leaf types.
limitintegerOptional
The maximum number of items.
modeenumOptional
The iteration mode to use, otherwise if not set, then "after" is used.
Allowed values: afterbefore
pruneenumOptional
List of fields which are not required in the payload and can be pruned away.
Allowed values: composite_schemasfields
sort_bystringOptional
The list of fields to sort the items by and how to sort them.

Response

This endpoint returns an object
result
list of objects
The stock schema fragments.
next_cursor
stringOptional
The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.
prev_cursor
stringOptional
The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.