Repositories ============ .. code-block:: http /api/repositories Get ~~~ .. http:get:: /api/repositories :synopsis: List the repositories on the server Gets a list of the repositories on the server. .. csv-table:: :header: Response Code, Reason :widths: 25, 75 200, No error 500, Internal server error .. code-block:: http GET /api/repositories HTTP/1.1 Accept: application/json .. code-block:: http HTTP/1.1 200 OK Connection: keep-alive Content-Length: 286 Content-Type: application/json Date: Wed, 22 Oct 2014 13:58:39 GMT ETag: "1979389447" X-Powered-By: Express { "columns": { "columnisedName": "Repositories", "description": "A list of all the repositories in the server", "humanisedName": "Repositories" }, "rows": [ { "dataRow": "_control", "metadata": { "url": "/api/repositories/_control" } }, { "dataRow": "jupiter", "metadata": { "url": "/api/repositories/jupiter" } } ] } The metadata in each row contains a URL pointing to the :doc:`repository `.