Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


[
{
"begin": "2014-05-09T15:50:42.000Z",
"depth": 982,
"deviceCode": "SBECTD16p6002",
"deviceCategoryCode": "CTD",
"end": "2015-09-17T12:59:52.000Z",
"hasDeviceData": true,
"heading": null,
"lat": 48.31658,
"locationCode": "BACAX",
"lon": -126.0508,
"pitch": null,
"roll": null
},
{
"begin": "2013-09-10T16:08:33.000Z",
"depth": 985,
"deviceCode": "SBECTD16p7031",
"deviceCategoryCode": "CTD",
"end": "2014-05-05T18:08:36.000Z",
"hasDeviceData": true,
"heading": null,
"lat": 48.316517,
"locationCode": "BACAX",
"lon": -126.05022,
"pitch": null,
"roll": null
},
{
"begin": "2016-06-14T08:58:41.000Z",
"depth": 982,
"deviceCode": "SBECTD19p6813",
"end": null,
"deviceCategoryCode": "CTD",
"hasDeviceData": true,
"heading": null,
"lat": 48.31658,
"locationCode": "BACAX",
"lon": -126.0508,
"pitch": null,
"roll": null
}
]


locationCodestringThe locationCode for the deployment location.
"locationCode":"BACAX"
deviceCodestringThe deviceCode for a deployed device.
"deviceCode":"SBECTD19p6813"
deviceCategoryCodeStringthe deviceCategoryCode for a deployed device.
begindatetime

The beginning datetime of the deployment.

Date Time format: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'

"begin":2010-07-27T00:00:00.000Z
enddatetime

The ending datetime of the deployment.

  • If the deployment is current, the value is null.

Date Time format: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'

"end":2016-08-01T00:00:00.000Z

hasDeviceData

stringIndicates that data products can be requested using a device category code for the deployment.
"hasDeviceData":"true
depthdoubleThe depth of the device deployment."depth":982
latdouble

The latitude of the device deployment.

"lat":48.31658
londoubleThe longitude of the device deployment."lon":-126.0508
headingdoubleThe heading of the device deployment."heading":244
pitchdoubleThe pitch of the device deployment."pitch":null
rolldoubleThe pitch of the device deployment."roll":null
Property
Type
Description
Example

...