Arcs Collection

Top  Previous  Next

Path

/topicmaps/{tm}/arcs

 

Description

The collection of arcs in a topic map

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Pages through the collection of arcs in a topic map. Returns a ListRepr of ArcRepr items.

 

Optional parameters:

 

type={si} : Filters the list to include only arcs that are typed by the topic with a subject identifier that matches {si} or whose resource address is {si}

XML, JSON

POST

Adds an arc to the topic map. Accepts an ArcRepr item.

XML, JSON

 

Notes