GET
/api/project/:code/history
This endpoint allows you to retrieve details for project (specific code)/history.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| code | path | Yes |
Example Request
cURL
curl -X GET https://aegis.purdyandfigg.dev/api/project/123/history \
-H "Authorization: Bearer YOUR_TOKEN"