Data-API

Version 2.1

We are, as always, extremely interested in your feedback. If you find something unclear or something that could be improved, either in the API itself, the documentation, or in something else surrounding the API, please contact us.
note: Because we want to be able to extend the returned fields, the order in which the fields occur in the XML (or JSON) cannot be relied upon, and use of methods like "firstchild" to traverse the XML might result in unexpected results when we change the order! Parsers like XPath will not have any problem here.

batch.process

Execute multiple (up to 10) API requests in 1 API-call.

comments.getByTarget

Retrieve comments by target objectid.

listeners.create

Create a listener for the !ApiConsumer. See listeners for more information.

listeners.delete

Delete a listener for the ApiConsumer. See listeners for more information.

listeners.get

Retrieve listeners.

listeners.getAll

Retrieve all listeners.

listeners.getByType

Retrieve listeners by type.

respects.createByTarget

Create a respect for target objectid.

respects.get

Retrieve respects by respectid.

respects.getByTarget

Retrieve respects by target objectid.

shorturl.create

Create a short url from a long url.

shorturl.get

Retrieve a list of shorturl by id.

shorturl.getByShortURL

Retrieve a previously inserted short url by short url.

shorturl.getByURL

Retrieve a previously inserted short url by long url.