Định nghĩa dữ liệu
Lấy ra tất cả các trường dữ liệu định nghĩa thêm liên quan đến sản phẩm
HTTP Request
[GET] /api/v6/products/custom_fields
Query Parameters
Fields
Fields | Type | Description |
---|---|---|
id | integer | Định danh |
field_name | string | Tên trường |
field_description | string | Mô tả trường |
field_htmltype | string | Loại trường |
Filtering
Fields | Support | Type | Description |
---|---|---|---|
id | eq,in | integer | Định danh khách hàng |
valid | is,in | integer | Hợp lệ hay không |
Sort
Sort (field) | Direction |
---|---|
id | asc,desc |
Limit & Offset
Type | Description | |
---|---|---|
Limit | integer | Lấy bao nhiêu bản ghi |
Offset | integer | Bỏ qua bao nhiêu bản ghi |
Example
HTTP Request
GET api/v6/products/custom_fields HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
Response
[
{
"field_id": 1,
"field_htmltype": "select",
"field_name": "country_id",
"field_description": "Quốc gia"
}
]