Get Recipient Projects Endpoint
Retrieves all projects associated with a specific recipient.
Query Parameters: recipientId (str): The ID of the recipient (required)
Returns: JSON response containing: - projects: List of projects with their metadata Each project contains: - id - title - start_date - end_date - status
Errors: - 400 if recipientId is missing - 404 if recipient is not found - 500 if database access fails
get/getRecipientProjects
Response
Successful Response
{"stackTrail":"paths:/getRecipientProjects:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.