Satellites
This resource represents satellites.
Get satellites
Satellites accessible for current user
Request
Query parameters
GET /api/Satellite
Get satellite by id
Get satellite by ID.
Request
Path parameters
Response
GET /api/Satellite/{satID}
Get satellite history
Single satellite
Retrieve satellite status history for a particular satellite. Similar to admin site, only changes in status or uplinks will be listed. Default 20 change records.
Request
Query parameters
GET /api/Satellite/{satID}/History
Multiple satellites by history id
Retrieve satellite status history for satellites at an account or location. Similar to admin site, only changes in status or uplinks will be listed.
Request
Query parameters
Response
GET /api/Satellite/History?Account=123&Limit=10&LastID=500&Older=True
Example querying satellite status history for Account 123 limited to 10 records starting at ID49 ordered descending
GET /api/Satellite/History?Location=456&Limit=25&LastID=0&Older=False
Example querying satellite status history for Location 456 limited to 25 records starting at ID0 (i.e. oldest) ordered ascending