Sample curl request to find a Site’s current Setup:

$ curl 'https://gws.geodesy.ga.gov.au/setups/search/findCurrentByFourCharacterId?id=ALIC' -i

Sample response:

HTTP/1.1 200 OK
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
Content-Type: application/hal+json;charset=UTF-8
Content-Length: 2371

{
  "id" : 1522,
  "siteId" : 1302,
  "name" : "GNSS CORS Setup",
  "effectivePeriod" : {
    "from" : "2013-07-08T00:45:00Z",
    "to" : null
  },
  "invalidated" : false,
  "equipmentInUse" : [ {
    "content" : {
      "id" : {
        "type" : "LEICA GRX1200GGPRO",
        "equipmentType" : "gnss receiver",
        "manufacturer" : null,
        "serialNumber" : "355318"
      },
      "configuration" : {
        "firmwareVersion" : "8.71/3.822",
        "satelliteSystem" : "GPS+GLO",
        "elevetionCutoffSetting" : "0",
        "temperatureStabilization" : "none",
        "notes" : null
      },
      "period" : {
        "from" : "2013-07-08T00:45:00Z",
        "to" : null
      }
    }
  }, {
    "content" : {
      "id" : {
        "type" : "LEIAR25.R3 NONE",
        "equipmentType" : "gnss antenna",
        "manufacturer" : null,
        "serialNumber" : "09370001"
      },
      "configuration" : {
        "antennaReferencePoint" : null,
        "markerArpUpEccentricity" : 0.0015,
        "markerArpNorthEccentricity" : 0.0,
        "markerArpEastEccentricity" : 0.0,
        "alignmentFromTrueNorth" : "0",
        "radomeType" : null,
        "radomeSerialNumber" : null,
        "antennaCableType" : null,
        "antennaCableLength" : null,
        "notes" : null
      },
      "period" : {
        "from" : "2011-07-20T00:00:00Z",
        "to" : null
      }
    }
  }, {
    "content" : {
      "id" : {
        "type" : "PAROSCIENTIFIC MET3A",
        "equipmentType" : "humidity sensor",
        "manufacturer" : null,
        "serialNumber" : "98850",
        "aspiration" : "FAN"
      },
      "configuration" : {
        "heightDiffToAntenna" : "2.4",
        "notes" : null
      },
      "period" : {
        "from" : "2006-03-29T00:00:00Z",
        "to" : null
      }
    }
  }, {
    "content" : {
      "id" : {
        "type" : "QUARTZ/INTERNAL",
        "equipmentType" : "clock",
        "manufacturer" : null,
        "serialNumber" : null
      },
      "configuration" : {
        "inputFrequency" : null
      },
      "period" : {
        "from" : "1994-05-15T00:00:00Z",
        "to" : null
      }
    }
  } ],
  "current" : true,
  "_links" : {
    "self" : {
      "href" : "https://gws.geodesy.ga.gov.au/setups/1522"
    },
    "setup" : {
      "href" : "https://gws.geodesy.ga.gov.au/setups/1522"
    }
  }
}