EndpointsGet Projects
Endpoints

GET /projects

List all projects

curl -X GET "https://api.parkerolive.com/v1/projects?status=example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/projects
GET
query
statusstring

Filter projects by status (active, completed, on-hold)

Request Preview
Response

Response will appear here after sending the request

Query Parameters

statusstring

Filter projects by status (active, completed, on-hold)

Responses

A comprehensive list of client projects including current status, milestones, and key metrics

Was this page helpful?