Changes between Version 8 and Version 9 of JSONInterface


Ignore:
Timestamp:
Jun 29, 2012, 10:53:28 AM (12 years ago)
Author:
jurzua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSONInterface

    v8 v9  
    33== Methods ==
    44
    5 ||= Method =||= description =||
    6 || '''jsonInterface?method=getWitness&entId=x1''' || returns a witness by id ||
    7 || '''jsonInterface?method=getEntity&entId=x1''' || returns an entity by id ||
    8 || '''jsonInterface?method=getCodex&codexIdentifier=x1&collection=x2''' || returns a codex by its identifier and collection ||
    9 || '''jsonInterface?method=getAllCodices''' || returns all codices ||
     5
     6
     7||= Method name =||= Required parameters =||= Other parameters =||= Return =||= Description ||
     8|| get_ent || id || include_content (default value false) || ent || ||
     9|| get_ents || oc || || ents || ||
     10|| get_ents_size || oc || || ents_size || ||
     11|| get_def || oc || || def || ||
     12|| get_defs || || || defs || ||
     13|| get_src_rels || id, rel_name, tar_oc || || src_rels || ||
     14|| get_tar_rels || id, rel_name, src_oc ||  || tar_rels || ||
     15|| get_atts || id || || atts || ||
     16|| get_tars_4_src_rel || src_id, rel_name, tar_id ||  include_content (default value false) || ents || ||
     17|| get_srcs_4_tar_rel || tar_id, rel_name, src_oc ||  include_content (default value false) || ents || ||
     18|| exist_rel || src_id, tar_id, rel_name || || exist_rel || ||
     19
    1020
    1121== Examples ==