Get all product fields
GET {{baseUrl}}/productFields?start=0&limit=<integer>
Returns data about all product fields.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | number | Pagination start | |
limit | string | Items shown per page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"id":20,"key":"name","name":"Name","order_nr":1,"picklist_data":null,"field_type":"varchar","add_time":"2019-11-25 13:34:03","update_time":"2019-11-25 13:34:02","last_updated_by_user_id":1,"created_by_user_id":1,"active_flag":true,"edit_flag":false,"index_visible_flag":true,"details_visible_flag":false,"add_visible_flag":true,"important_flag":false,"bulk_edit_allowed":true,"searchable_flag":false,"filtering_allowed":true,"sortable_flag":true,"mandatory_flag":true},{"id":24,"key":"visible_to","name":"Visible to","order_nr":5,"field_type":"double","add_time":"2019-11-25 13:34:03","update_time":"2019-11-25 13:34:02","last_updated_by_user_id":1,"created_by_user_id":1,"active_flag":true,"edit_flag":false,"index_visible_flag":true,"details_visible_flag":true,"add_visible_flag":false,"important_flag":false,"bulk_edit_allowed":true,"searchable_flag":false,"filtering_allowed":true,"sortable_flag":true,"options":[{"id":1,"label":"Owner \u0026 followers"},{"id":3,"label":"Entire company"}],"mandatory_flag":true}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":false}}}