List Project Snapshots
GET/org/:orgId/project/:projectId/snapshots
List Project Snapshots
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
projectId stringrequired
The Project ID for which you are querying
Responses
- 200
- 403
- 404
- 500
- 503
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": [
{
"snapshot_id": "b4a1da7a-8bbd-4f01-4ac9-7be629d50258",
"name": "B",
"project_id": "3d50753c-be0c-4528-6a4e-9c62f58394ca",
"create_date": "2019-05-03T18:42:05.281857Z",
"user_id": "admin1234",
"Project": {}
},
{
"snapshot_id": "74dcd3f8-01df-4057-7126-08c2fa71257c",
"name": "A",
"project_id": "3d50753c-be0c-4528-6a4e-9c62f58394ca",
"create_date": "2019-05-03T18:36:32.500596Z",
"user_id": "admin1234",
"Project": {}
}
]
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": [
{
"snapshot_id": "b4a1da7a-8bbd-4f01-4ac9-7be629d50258",
"name": "B",
"project_id": "3d50753c-be0c-4528-6a4e-9c62f58394ca",
"create_date": "2019-05-03T18:42:05.281857Z",
"user_id": "admin1234",
"Project": {}
},
{
"snapshot_id": "74dcd3f8-01df-4057-7126-08c2fa71257c",
"name": "A",
"project_id": "3d50753c-be0c-4528-6a4e-9c62f58394ca",
"create_date": "2019-05-03T18:36:32.500596Z",
"user_id": "admin1234",
"Project": {}
}
]
}
This error will occur if calling user does not have access right for the API.
This error will occur if the project does not exist.
A server error occurred. Check the logs for more details.
This error will occur if Design Center APIs are not enabled.
Loading...