Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URLDescription
http://www.openmobilealliance.org/api/lwm2m/v1 + <Query Structure> 
http://www.openmobilealliance.org/api/API home page that provides status on any incorrect file.

OMNA LwM2M API Functions, V1

Basic FunctionQuery StructureDescriptione.g.
Objects Discovery/v1/ObjectRetrieve a JSON file containing all the metadata informationhttp://www.openmobilealliance.org/api/lwm2m/v1/Object
/Object?ObjectVersion=latestRetrieve a JSON file containing all the metadata information with the latest version of the Objectshttp://www.openmobilealliance.org/api/lwm2m/v1/Object?ObjectVersion=latest
Get an Object


/Object?ObjectID=12Retrieve a JSON file containing metadata information on Object 12http://www.openmobilealliance.org/api/lwm2m/v1/Object?ObjectID=12
/Object?ObjectID=12&ObjectVersion=latest

Retrieve a JSON file containing metadata information with the latest version of Object 12.

http://www.openmobilealliance.org/api/lwm2m/v1/Object?ObjectID=12&ObjectVersion=latest
/Object?ObjectID=12&ObjectVersion=1.0Retrieve a JSON file containing metadata information on Object Version 1.0 of Object 12.http://www.openmobilealliance.org/api/lwm2m/v1/Object?ObjectID=12&ObjectVersion=1.0
/Object?ObjectVersion=latestRetrieve a JSON file containing all the metadata information on all the latest Object Versions.http://www.openmobilealliance.org/api/lwm2m/v1/Object?ObjectVersion=latest

...