List projects for a cooperative
GET/api-projects
Returns all projects belonging to a cooperative, with type-specific fields and a summary of project counts by status and type. Requires a valid API key. Either cooperative_id or cooperative_name must be provided.
Request
Responses
- 200
- 400
- 401
- 404
- 405
- 500
Successful response with project list and summary
Missing required parameter
Missing or invalid API key
Cooperative not found
Method not allowed (only GET is supported)
Internal server error