Skip to content
rsvato edited this page Jan 21, 2013 · 1 revision

Root request

PATH: /rest Method: GET

Example request:

GET /rest

Example responses:

As an admin:

[
    {"href" : "/projects", "type": "application/vnd.griddynamics.genesis.Project+json", "rel": "collection"},
    {"href" : "/settings", "type": "application/vnd.griddynamics.genesis.Link+json", "rel": "collection"}
]

As a simple user (cannot configure Genesis):

[
    {"href" : "/projects", "type": "application/vnd.griddynamics.genesis.Project+json", "rel": "collection"}
]
Clone this wiki locally