Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This page provides all the necessary information to interact with the OMNA LwM2M API

URL

URLDescription
http://www.openmobilealliance.org/api/lwm2m/ + <Query Structure> 
http://www.openmobilealliance.org/apiAPI 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

Metadata Information

This is the metadata information that will be available via this API. This information is not the content of the Object but the metadata information that defines or classifies the Object itself in our system.

ElementDescription
 <ObjectID>Object ID.
<URN>Object URN.
<Name>Object Name.
<Label>

Who has defined the Object:

  • 0 = defined by OMA
  • 1 = defined by external Standards Development Organization
  • 2 = private or individual registration
<Description>Description of the Object.
<ObjectLink>URL to the xml file describing the Object.
<ObjectLinkVisible>
  • 0 => if the link to the Object should not be visible,
  • 1 => if link to the Object should be visible,
<Owner>Name of the organization that has registered the Object
<SpecLink>URL to the Technical Specifications (TS)
<SpecLinkVisible>
  • 0 => if the link to the TS should not be visible,
  • 1 => if the link to the TS should be visible
<Ver>Version of the Object
<VortoLink> 


 

 

  • No labels