curl --request GET \
--url http://localhost/api/projects/{id}/resources
[
{
"uri": "<string>",
"changeSequence": 123,
"type": "<string>"
}
]
Get the project resources
curl --request GET \
--url http://localhost/api/projects/{id}/resources
[
{
"uri": "<string>",
"changeSequence": 123,
"type": "<string>"
}
]