Topic Associations Collection

Top  Previous  Next

Path

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

 

Description

The collection of associations in which the topic participates in as a role player. This is a read-only collection. To create new associations use the Associations Collection on the topic map.

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Pages through the list of all associations that the topic participates in as a role player. Returns a ListRepr of AssociationRepr items. Optional parameters:

type={si}: Filters the list to return only those associations typed by a topic with a subject identifier that matches {si}
targetRoleType={si} : Filters the list to return only those associations in which the topic plays a role that is typed by a topic with a subject identifier that matches {si}

 

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

XML, JSON.

 

Notes