Topic Identifiers Collection

Top  Previous  Next

Path

/topicmaps/{tm}/topics/{topic}/identifiers

 

Description

The collection of identifiers assigned to a topic

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Pages through the list of identifiers assigned to a topic. Returns a ListRepr of IdentifierRef items.

XML, JSON

POST

Adds an identifier to the topic. Accepts and IdentifierRef item.  The following optional parameters are supported:

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

XML, JSON

 

Notes