Topic Arcs Collection

Top  Previous  Next

Path

/topicmaps/{tm}/topics/{topic}/associations

 

Description

The collection of arcs in which the topic participates. This is a read-only collection. To create new arcs use the Arcs Collection on the topic map.

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Pages through the list of all arcs that the topic participates in. Returns a ListRepr of ArcRepr items. Optional parameters:

type={si}: Filters the list to return only those arcs typed by a topic with a subject identifier that matches {si} or whose resource address matches {si}
direction=out|in|inout : Filters the list to return only outgoing arcs, only incoming arcs or both outgoing and incoming arcs. The default is out.

 

The type and direction parameters can be combined (as a boolean AND) for more specific filtering.

XML, JSON.

 

Notes