Get Project by ID

GET/api/projects/{id}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
id Number Project unique ID
curl -X GET "https://yoursite.com/api/projects/123" \
  -H "authtoken: YOUR_API_TOKEN"
MethodGET
Path/api/projects/{id}
GroupProjects
Sincev1.0.0
Defined inRestApi/Controllers/ProjectsController.php