Skip to main content
GET
/
api
/
projects
/
{id}
/
resources
cURL
curl --request GET \
  --url http://localhost/api/projects/{id}/resources
[
  {
    "uri": "<string>",
    "changeSequence": 123,
    "type": "<string>"
  }
]

Path Parameters

id
string
required

Response

OK

uri
string
changeSequence
integer
type
string
I