Skip to main content

Business Sector

Get a list of business sectors

HTTP Request

[GET] /api/v6/accounts/industries

Query Parameters

Fields

FieldsTypeDescription
idintegerIdentifier
industry_namestringIndustry name
industry_codestringIndustry code
descriptionstringDescription
created_attimestampCreation date
updated_attimestampCreation date
deleted_attimestampDeletion date
deleted_byintegerDeleter

Filtering

FieldsSupportTypeDescription
ideq,inintegerCustomer identifier
validis,inintegerValid or not

Sort

Sort (field)Direction
idasc,desc

Limit & Offset

TypeDescription
LimitintegerNumber of records to retrieve
OffsetintegerNumber 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"
}
]