Changes between Version 5 and Version 6 of RestApi


Ignore:
Timestamp:
03.09.2011 01:35:26 (13 years ago)
Author:
jri
Comment:

Getting all association type URIs

Legend:

Unmodified
Added
Removed
Modified
  • RestApi

    v5 v6  
    153153 
    154154{{{ 
    155 curl localhost:8080/core/topictype -i 
     155GET /core/topictype 
     156}}} 
     157 
     158==== Example ==== 
     159 
     160{{{ 
     161curl localhost:8080/core/topictype -i | jsonpretty 
    156162}}} 
    157163 
     
    234240== Association Types == 
    235241 
     242=== Getting all association type URIs === 
     243 
     244{{{ 
     245GET /core/assoctype 
     246}}} 
     247 
     248==== Example ==== 
     249 
     250{{{ 
     251curl localhost:8080/core/assoctype -i | jsonpretty 
     252}}} 
     253 
     254Response: 
     255 
     256{{{ 
     257HTTP/1.1 200 OK 
     258Content-Type: application/json 
     259 
     260[ 
     261  "dm4.core.aggregation", 
     262  "dm4.core.aggregation_def", 
     263  "dm4.core.association", 
     264  "dm4.core.composition" 
     265  "dm4.core.composition_def", 
     266  "dm4.core.instantiation", 
     267  "dm4.core.sequence", 
     268  "dm4.topicmaps.association_mapcontext", 
     269  "dm4.topicmaps.topic_mapcontext", 
     270  "dm4.webclient.search_result_item", 
     271  "dm4.workspaces.workspace_context", 
     272] 
     273}}} 
     274 
    236275== Commands == 
    237276