Changes between Version 4 and Version 5 of RestApi


Ignore:
Timestamp:
03.09.2011 01:25:52 (13 years ago)
Author:
jri
Comment:

Getting all topic type URIs

Legend:

Unmodified
Added
Removed
Modified
  • RestApi

    v4 v5  
    145145} 
    146146}}} 
     147 
     148== Associations == 
     149 
     150== Topic Types == 
     151 
     152=== Getting all topic type URIs === 
     153 
     154{{{ 
     155curl localhost:8080/core/topictype -i 
     156}}} 
     157 
     158Response: 
     159 
     160{{{ 
     161HTTP/1.1 200 OK 
     162Content-Type: application/json 
     163 
     164[ 
     165  "dm4.contacts.address", 
     166  "dm4.contacts.address_entry", 
     167  "dm4.contacts.address_label", 
     168  "dm4.contacts.city", 
     169  "dm4.contacts.country", 
     170  "dm4.contacts.email_address", 
     171  "dm4.contacts.first_name", 
     172  "dm4.contacts.institution", 
     173  "dm4.contacts.institution_name", 
     174  "dm4.contacts.last_name", 
     175  "dm4.contacts.person", 
     176  "dm4.contacts.person_name", 
     177  "dm4.contacts.phone_entry", 
     178  "dm4.contacts.phone_label", 
     179  "dm4.contacts.phone_number", 
     180  "dm4.contacts.postal_code", 
     181  "dm4.contacts.street", 
     182  "dm4.core.assoc_type", 
     183  "dm4.core.cardinality", 
     184  "dm4.core.data_type", 
     185  "dm4.core.index_mode", 
     186  "dm4.core.meta_meta_type", 
     187  "dm4.core.meta_type", 
     188  "dm4.core.plugin", 
     189  "dm4.core.plugin_migration_nr", 
     190  "dm4.core.plugin_name", 
     191  "dm4.core.plugin_symbolic_name", 
     192  "dm4.core.role_type", 
     193  "dm4.core.topic_type", 
     194  "dm4.files.content", 
     195  "dm4.files.file", 
     196  "dm4.files.file_name", 
     197  "dm4.files.folder", 
     198  "dm4.files.folder_name", 
     199  "dm4.files.media_type", 
     200  "dm4.files.path", 
     201  "dm4.files.size", 
     202  "dm4.notes.note", 
     203  "dm4.notes.text", 
     204  "dm4.notes.title", 
     205  "dm4.topicmaps.description", 
     206  "dm4.topicmaps.name", 
     207  "dm4.topicmaps.topicmap", 
     208  "dm4.topicmaps.visibility", 
     209  "dm4.topicmaps.x", 
     210  "dm4.topicmaps.y", 
     211  "dm4.webbrowser.url", 
     212  "dm4.webbrowser.web_resource", 
     213  "dm4.webbrowser.web_resource_description", 
     214  "dm4.webbrowser.webpage", 
     215  "dm4.webclient.add_to_create_menu", 
     216  "dm4.webclient.color", 
     217  "dm4.webclient.editable", 
     218  "dm4.webclient.icon", 
     219  "dm4.webclient.is_searchable_unit", 
     220  "dm4.webclient.js_field_renderer_class", 
     221  "dm4.webclient.js_page_renderer_class", 
     222  "dm4.webclient.rows", 
     223  "dm4.webclient.search", 
     224  "dm4.webclient.search_result", 
     225  "dm4.webclient.search_term", 
     226  "dm4.webclient.view_config", 
     227  "dm4.webclient.viewable", 
     228  "dm4.workspaces.description", 
     229  "dm4.workspaces.name", 
     230  "dm4.workspaces.workspace" 
     231] 
     232}}} 
     233 
     234== Association Types == 
     235 
     236== Commands == 
     237 
     238== Plugins ==