Provenance
PublisherGeoForce
API basehttps://api.geoforce.com/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (2)
listDevices
readList devices; supports pagination and basic filtering
EntitiesrecordInput schema
{ "type": "object", "properties": { "first": { "type": "number" }, "after": { "type": "string" }, "autoPaginate": { "type": "boolean" }, "states": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false }Use { first: 100 } (or smaller) to avoid huge payloads
getDeviceByEsn
readFetch a device by ESN
Required paramsesnEntitiesrecordInput schema
{ "type": "object", "properties": { "esn": { "type": "string", "examples": [ "123456789" ] } }, "additionalProperties": false, "required": [ "esn" ] }
