Topic Map Hierarchies Collection

Top  Previous  Next

Path

/topicmaps/{tm}/hierarchies

 

Description

The collection of hierarchy definitions contained in the topic map

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Retrieves a list of all hierarchy definitions in the topic map. Returns a ListRepr of HierarchyDefRepr items.

XML, JSON

POST

Adds a new hierarchy definition to the topic map. Accepts a HierarchyDefRepr item. This method creates a new topic that represents the hierarchy definition and adds it to the root pool of the topic map. To target a different pool, add a poolId parameter the the request URL with the GUID identifier of the target pool.

XML, JSON

 

Notes