Ngành kinh doanh
Lấy danh sách ngành kinh doanh
HTTP Request
[GET] /api/v6/accounts/industries
Query Parameters
Fields
Fields | Type | Description |
---|---|---|
id | integer | Định danh |
industry_name | string | Tên ngành nghề |
industry_code | string | Mã ngành nghề |
description | string | Mô tả |
created_at | timestamp | Ngày tạo |
updated_at | timestamp | Ngày tạo |
deleted_at | timestamp | Ngày xóa |
deleted_by | integer | Người xóa |
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/accounts/industries HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
Response
[
{
"industry_id": "1",
"industry_name": "Công nghệ thông tin",
"description": null,
"invalid": "0",
"created_at": "2016-01-14 19:55:16",
"updated_at": "2016-01-14 19:55:16"
}
]