Topic Map Store

Top  Previous  Next

Path

/topicmaps/

 

Description

The resource that represents the collection of topic maps managed by the Web3 service.

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Returns the list of topic maps that the requesting user has at least READ access to. Returned as a ListRepr of TopicMapRepr items.

XML, JSON, HTML

POST

Adds a new topic map to the store. Post body must be a TopicMapRepr representation.

XML, JSON

 

Notes