We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PATH: /rest Method: GET
/rest
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"} ]