Job client contact

Job client contacts lookup list

Job client contact list

List contacts for a specific client

ParameterDescriptionExampleMore info
APIThe API areajobs.json
ActionContactsaction=contacts
GeneralParameters described in overviewuser=user&password=userv3.3 Overview
CompanyCompany numbercompany=1
ClientClient codeclient=8/1244
ResponseReturned dataA JSON string containing the data

Example request:

http://<SERVER>/jsonapi/jobs.json?company=8&version=3.3&client=8/1244&user=user&password=user∾tion=contacts

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 2,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "clientcontactInternalRef": 8600,
      "clientcontactFullName": "James Janson",
      "variable_selected": false
    }
  ]
}