Get a list of all snapshots for an environment.
Request URL
GET https://use.cloudshare.com/Api/v2/Env/GetBlueprintsForPublish?envId=<envId>&token=<token>×tamp=<time>&UserApiId=<id>&HMAC=<signature>
Parameters
| envId | The id of the environment Example: LB4IUA1HFT4B |
Response example
{
"data": [
{
"Id": "GJSQ4WLEBT0B",
"Name": "Blueprint1"
},
{
"Id": "T3AL42LH4C2A",
"Name": "Blueprint1"
},
{
"Id": "TXRICZURB1TA",
"Name": "CloudShare Documentation"
},
{
"Id": "OYIMU2LFXLXA",
"Name": "Linux2"
},
{
"Id": "RG1DSAXBFEJB",
"Name": "newProto"
}
],
"remaining__calls": 99986,
"status_additional_data": null,
"status_code": "0x20000",
"status_text": "Success"
}