forked from griddynamics/OpenGenesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Root request
rsvato edited this page Jan 21, 2013
·
1 revision
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"}
]