Thermos list

Thermos list

List of thermometer index numbers

Parameter

Description

Examples

More info

API

The API area

thermos.json

Parameters described in overview

user=user&password=user&version=3.3

Overview

company

Company ID

&company=1

type

Job or Phase

&type=job or &type=phase

Filter by a key field

Filters

Example request:
Request to list thermos

http://<SERVER>/jsonapi/thermos.json?user=user&password=user&version=3.3&company=1&type=job

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 0,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "lookupJobPhaseThermGroup": "KeyThermos",
      "lookupJobPhaseThermName": "Key thermos",
      "lookupJobPhaseThermNumber": -1,
      "lookupJobPhaseThermWhitePoint": 0
    },
    {
      "lookupJobPhaseThermGroup": "KeyThermos",
      "lookupJobPhaseThermName": "Actual to estimated cost",
      "lookupJobPhaseThermNumber": 1,
      "lookupJobPhaseThermWhitePoint": 110
    }
  ]
}

Note: Feature from API 2.2