Project Updates
Returns project updates for a case
Returns project updates for a case
get/api/v1/project-updates/{caseReference}
Path parameters
caseReferencestring required
Case / Project unique identifier
Response
list of project updates
Example response
{
"updates": [
{
"updateDate": "2020-02-19",
"updateName": "Project accepted",
"updateContentEnglish": "Case was accepted",
"updateContentWelsh": "Derbyniwyd yr achos"
}
]
}