Data Forwarding
Forward newly generated data to your delivery endpoints via POST requests.
Set up optional custom delivery endpoints to get a POST request any time one of your Spotters generates new data.
You can configure and manage your delivery endpoints in the Spotter Dashboard. To add a new delivery endpoint, click the menu icon ☰ and select Sofar API, then under Delivery Endpoints, enter the URL path in the New Delivery Endpoint field and click the Add Endpoint button. All of your delivery endpoints will be listed there. To remove one, click the corresponding Remove button.
Any new data will be included in the JSON body of the POST request. The content and structure will vary based on the Spotter's operating mode and configuration.
Examples
frequencyData is only transmitted in Waves: Spectrum mode or HDR mode, and partitionData is only transmitted in Waves: Partition mode or HDR mode.
The track property represents a Spotter's location, ordered by timestamp values.
The
sensorPositionproperty represents a sensor's physical position in the Smart Mooring relative to the Spotter, with1being closest to the Spotter.The
data_type_nameproperty represents the type of information being sent by a sensor, as ingested by the API.Timestamps within this data format, while ordered, are not necessarily unique. It is possible for two or more sensors to send different values with identical timestamps (e.g., a temperature sensor and a pressure sensor may both emit data at the same time).
Last updated
Was this helpful?