Changes between Version 1 and Version 2 of ISMIServer


Ignore:
Timestamp:
Aug 24, 2011, 12:57:05 PM (13 years ago)
Author:
jurzua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ISMIServer

    v1 v2  
    1 Test
     1
     2== Methods ==
     3
     4||= Method =||= parameters =||= description =||
     5|| '''jsonInterface?method=getEntity''' || entId || returns an entity by id ||
     6|| '''jsonInterface?method=getDefinition''' || defName || returns a definition by its name ||
     7|| '''jsonInterface?method=getAllDefinitions''' || nothing || returns a list containing all definitiona ||
     8|| '''jsonInterface?method=getEntitiesByDef''' || defName || returns a list that contains all entities filtered by definition ||
     9|| '''jsonInterface?method=getEntitiesCount''' || defName || TODO returns the amount of entities... ||
     10|| '''jsonInterface?method=getEntityByDefAndOW''' || defName, ownValue || TODO ||