Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 5.37 KB

customfieldslistrequest.md

File metadata and controls

13 lines (10 loc) · 5.37 KB

CustomFieldsListRequest

Fields

Field Type Required Description
OrganizationID *operations.CustomFieldsListQueryParamOrganizationIDFilter Filter by organization ID.
Query *string Filter by custom field name or slug.
TypeFilter *operations.CustomFieldTypeFilter Filter by custom field type.
Page *int64 Page number, defaults to 1.
Limit *int64 Size of a page, defaults to 10. Maximum is 100.
Sorting []components.CustomFieldSortProperty Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.