Business Sector
Get a list of business sectors
HTTP Request
[GET] /api/v6/accounts/industries
Query Parameters
Fields
| Fields | Type | Description |
|---|---|---|
| id | integer | Identifier |
| industry_name | string | Industry name |
| industry_code | string | Industry code |
| description | string | Description |
| created_at | timestamp | Creation date |
| updated_at | timestamp | Creation date |
| deleted_at | timestamp | Deletion date |
| deleted_by | integer | Deleter |
Filtering
| Fields | Support | Type | Description |
|---|---|---|---|
| id | eq,in | integer | Customer identifier |
| valid | is,in | integer | Valid or not |
Sort
| Sort (field) | Direction |
|---|---|
| id | asc,desc |
Limit & Offset
| Type | Description | |
|---|---|---|
| Limit | integer | Number of records to retrieve |
| Offset | integer | Number of records to skip |
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": "Information Technology",
"description": null,
"invalid": "0",
"created_at": "2016-01-14 19:55:16",
"updated_at": "2016-01-14 19:55:16"
}
]