Jobs Collection

Top  Previous  Next

Path

/topicmaps/{tm}/jobs

 

Description

The collection of batch processing jobs that have been queued for the topic map

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Retrieves a list of all jobs submitted by the current user. Returns a ListRepr of JobStatusRepr items. Optional parameters:

all=true|false: if set to true, returns all jobs created by all users - this requires Administration privileges on the topic map.

XML, JSON, HTML

POST

Adds a new job to the processing queue. Accepts a JobRepr item.

XML, JSON

 

Notes