Files: list
Lists all files within a project.
Request
HTTP Request
GET https://cawemo.example.com/api/v1/projects/:id/files
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the project of which to list the files. |
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns an array of File resources in the response body.