SLIMseq API

RESTful Resources

This API attempts to conform to the design principles of Representational State Transfer (REST), although it's a read-only interface at present, so only GET requests are available.

Request Authentication

All SLIMseq API methods require authentication. All responses are relative to the context of the authenticating user. Staff and Admin users will have access to all records, whereas Customer users will only have access to records that are available to them through the web interface.

For the time being, HTTP Basic Authentication is the only supported authentication scheme. When authenticating via Basic Auth, use your login name and password.

Response Formats

Output can be either JSON or XML. The desired response format can be specified either by the appropriate extension in the requset URI (e.g. GET http://slimseq-server/samples/100.json), or by providing appropriate mime-type in the request.

The resources