Get project versions
GET/projects/:projectId/versions
Get project versions
Request
Path Parameters
projectId stringrequired
Responses
- 200
- 401
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id stringrequired
Version id
created date-timerequired
DateTime version created
url stringnullable
Download url.
size int64nullable
Size to download.
[
{
"id": "string",
"created": "2024-07-29T15:51:28.071Z",
"url": "string",
"size": 0
}
]
Unauthorized
Not Found
Server Error
Loading...