Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm looking for documentation on using the Orbital API to run Orbital scripts. I find plenty of documentation on querying the Orbital API, but I'm not finding anything on using the new Orbital scripts feature. I see some indications that it may be ...
I'm trying to retrieve Device Trajectory events and need to be able to query for specific trajectory events (by timestamp, or by other trajectory event attributes). Querying the events api retrieves a different kind of event. I can retrieve the last ...
I have found a way around the 500 event limit (which upon reflection seems common sense).If you simply end the url as such: "/trajectory?&limit=5000" it will pull 5000 events. I still haven't found any documentation on what terms are acceptable in q...