Topic Properties Collection

Top  Previous  Next

Path

/topicmaps/{tm}/topics/{topic}/properties

 

Description

The collection of properties (names and occurrences) assigned to a topic.

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Pages through the list of all properties assigned to the topic. Returns a ListRepr of TopicPropertyRepr items. Optional parameters:

type={si}: Filters the list to return only those properties typed by a topic with a subject identifier that matches {si}

XML, JSON.

POST

Adds a new property to the topic. Accepts a TopicPropertyRepr

XML, JSON

 

Notes