Platform API‎ > ‎Metabox‎ > ‎

Metabox Changeset Collection

Adding Changesets to this collection provides for versioned updating of the contents of a store.

The changesets can be queried using the Store Sparql Service.


URI Pattern

Each item in the store has its own URI based on its unique identifier:

http://api.talis.com/stores/{storename}/meta/changesets


Resource Operations

URI PatternMethodRequest BodySemanticsCapability required
/meta/changesetsPOSTapplication/vnd.talis.changeset+xmlPerform a versioned updateversioned update


Request Parameters

None


Versioned Updates

POSTing a Changeset to the changeset collection will perform a versioned update. This versioned alternative to updating data in the Metabox retains the history of Changesets so that they can be later viewed, queried, or rolled back.

As the order in which Changesets are applied is significant, the collection retains an ordering of the submitted data using Linked Changesets. This is automatically handled by the platform so the client does not need to retain knowledge of the order.

Comments