Company list

List of companies

Companies

List of companies

Parameter

Description

Examples

More info

API

The API area

companies.json

Parameters described in overview

user=user&password=user

Overview

<input optional>rows:

No. of Records

&rows=10

<input optional>page

No. of Pages

&page=1

Example request:
Request to list companies

http://<SERVER>/jsonapi/companies.json?user=user&password=user&version=3.3

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 30,
  "totalpages": 15,
  "responsemessage": "",
  "pagerows": 2,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "companyUuid": "94C589543730DA46A2AA1039D0A0B3E6",
      "companyModified": 1508488482,
      "companyRecordVersionNumber": 7,
      "companyDefault": false,
      "companyNumber": 255,
      "companyName": "AAA Test Company",
      "companyCountry": "UK",
      "companyTimeZoneCode": "UTCA"
    },
    {
      "companyUuid": "549696B601764BED8A80F229A5BC97BA",
      "companyModified": 1520603827,
      "companyRecordVersionNumber": 131,
      "companyDefault": false,
      "companyNumber": 9,
      "companyName": "ArchitectX",
      "companyCountry": "UK",
      "companyTimeZoneCode": "UTCA"
    }
  ]
}

Note: Feature from API 2.2