Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Preamble

Jason Wang edited this page Mar 22, 2018 · 2 revisions

Preamble

URL : /equisat/data/preamble

Method : GET

Retrieves all preambles

Success Response

Code : 200 OK

Content example

[{
  "id": 6,
  "callsign": "WL9XZE",
  "timestamp": 12,
  "message_state": 100,
  "op_state": 101,
  "bytes_in_data": 1,
  "tid": 6
},{
  "id": 7,
  "callsign": "WL9XZE",
  "timestamp": 12,
  "message_state": 100,
  "op_state": 101,
  "bytes_in_data": 1,
  "tid": 7
},{
  "id": 8,
  "callsign": "WL9XZE",
  "timestamp": 12,
  "message_state": 100,
  "op_state": 101,
  "bytes_in_data": 1,
  "tid": 8
}]

URL : /equisat/data/preamble/5

Method : GET

Retrieve preamble with id 5

Success Response

Code : 200 OK

Content example

{
  "id": 6,
  "callsign": "K1AD",
  "timestamp": 12,
  "message_state": 100,
  "op_state": 101,
  "bytes_in_data": 1,
  "tid": 5
}