Topics Collection

Top  Previous  Next

Path

/topicmaps/{tm}/topics

 

Description

The collection of topics in the topic map.

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Page through the list of topics in the topic map. Returns a ListRepr of TopicRef items. Optional parameters support filtering the list of topics:

si={uri} - filters to retrieve only the topic whose subject identifier matches {uri}.
sl={uri} - retrieves only the topic whose subject locator matches {uri}.
ii={uri} - retrieves only the topic whose item identifier matches {uri}.
type={si} - retrieves only the topics that are instances of the topic type with a subject identifier that matches {si}.

XML, JSON

POST

Add a new topic to the topic map. Accepts a TopicRepr item. The following optional parameters are supported:

nomerge={true|false} - specifies if the process should skip checks for topics that would merge with the new topic. Defaults to false.

XML, JSON

 

Notes