Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.42 KB

File metadata and controls

11 lines (7 loc) · 1.42 KB

CustomFieldsPaginatedResponse

The response from a request to get the list of custom fields metadata. This includes the paging object as well as the collection of custom fields metadata.

Fields

Field Type Required Description
Paging Paging ✔️ Represents pagination information for a collection of resources.
Data List<ExistingCustomField> ✔️ Collection of custom fields.