Get the project updates feed
GET
/projects/{fundraiserId}/updates
Returns a unified feed of project updates and completed withdrawal/payout items for the fundraiser, newest first.
Parameters
Path Parameters
fundraiserId*
Type
Requiredstring
Responses
Update feed (items are type "update" or "withdrawal")
application/json
JSON
[
{
"type": "string",
"id": "string",
"created_at": "string"
}
]