List config types.
| Scope | Required |
|---|---|
config_types:read | Yes |
The API key to use for authentication.
The API version the client was built against.
"2026-03-09.tetons"
The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 00
The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 10010
Sort order for the config type results.
id:asc, id:desc, created_at:desc, created_at:asc ["created_at:desc"]Fields to expand on each config type in the list.
total_count The config type IDs to filter by.
["cfg_typ_123"]The config type names to filter by.
["Motion Control"]The config type slugs to filter by.
["motion-control"]Successfully listed the config types.
The object type, which is always list.
list "list"
The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 100The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 0True if there are more items in the list to return. False if there are no more items to return.
false
The list of config types.
The total number of items in the list. By default the total count is not returned. The total count must be expanded (using expand=total_count) to get the total number of items in the list.