Get all product fields

GET {{baseUrl}}/productFields?start=0&limit=<integer>

Returns data about all product fields.

Request Params

KeyDatatypeRequiredDescription
startnumberPagination start
limitstringItems shown per page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;id&quot;:20,&quot;key&quot;:&quot;name&quot;,&quot;name&quot;:&quot;Name&quot;,&quot;order_nr&quot;:1,&quot;picklist_data&quot;:null,&quot;field_type&quot;:&quot;varchar&quot;,&quot;add_time&quot;:&quot;2019-11-25 13:34:03&quot;,&quot;update_time&quot;:&quot;2019-11-25 13:34:02&quot;,&quot;last_updated_by_user_id&quot;:1,&quot;created_by_user_id&quot;:1,&quot;active_flag&quot;:true,&quot;edit_flag&quot;:false,&quot;index_visible_flag&quot;:true,&quot;details_visible_flag&quot;:false,&quot;add_visible_flag&quot;:true,&quot;important_flag&quot;:false,&quot;bulk_edit_allowed&quot;:true,&quot;searchable_flag&quot;:false,&quot;filtering_allowed&quot;:true,&quot;sortable_flag&quot;:true,&quot;mandatory_flag&quot;:true},{&quot;id&quot;:24,&quot;key&quot;:&quot;visible_to&quot;,&quot;name&quot;:&quot;Visible to&quot;,&quot;order_nr&quot;:5,&quot;field_type&quot;:&quot;double&quot;,&quot;add_time&quot;:&quot;2019-11-25 13:34:03&quot;,&quot;update_time&quot;:&quot;2019-11-25 13:34:02&quot;,&quot;last_updated_by_user_id&quot;:1,&quot;created_by_user_id&quot;:1,&quot;active_flag&quot;:true,&quot;edit_flag&quot;:false,&quot;index_visible_flag&quot;:true,&quot;details_visible_flag&quot;:true,&quot;add_visible_flag&quot;:false,&quot;important_flag&quot;:false,&quot;bulk_edit_allowed&quot;:true,&quot;searchable_flag&quot;:false,&quot;filtering_allowed&quot;:true,&quot;sortable_flag&quot;:true,&quot;options&quot;:[{&quot;id&quot;:1,&quot;label&quot;:&quot;Owner \u0026 followers&quot;},{&quot;id&quot;:3,&quot;label&quot;:&quot;Entire company&quot;}],&quot;mandatory_flag&quot;:true}],&quot;additional_data&quot;:{&quot;pagination&quot;:{&quot;start&quot;:0,&quot;limit&quot;:100,&quot;more_items_in_collection&quot;:false}}}