Market sectors lookup
Parameter | Description | Example | More info |
---|---|---|---|
API | The API area | clients.json | |
Action | The action to perform | action=marketsectors | |
<General> | Parameters described in overview | user=user&password=user&version=3.3 | |
Company | Company ID | company=1 | |
Response | Returned data | A JSON string containing the data |
Example request:
Request for data (list of records using specified model)
http://<SERVER>/jsonapi/clients.json?user=user&password=user&version=3.3&company=1&action=marketsectors
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 1,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"data": [
{
"lookupMarketSector": "Arts, Sport, Entertainment1",
"variable_selected": false
}
]
}