GET /projects
Description
Gets data on all projects and returns a json object with an array of projects objects
The route handles the GET request made to the /projects
path.
HTTP method | Route |
---|---|
GET | /projects |
Payload
No payload is required.
Response
The route returns a json object with an array of all projects objects. For an example of the returned object, go to projects.
The HTTP status code shows whether the request succeeds (response.status == 200) or fails (response.status == 500).
Related articles: