Returns a list of all environments that are available to the user. Details of each environment are returned as well.
Request URL
GET https://use.cloudshare.com/API/v1/Env/ListEnvironments?UserApiId=<id>×tamp=<time_t>&HMAC=<signature>
Parameters
None.
Response example
{
"envsList": [
{
"apiId": "I5ADJ4VCMBTB",
"campaign": "N/A",
"description": "asfdad's CloudShare Pro environment",
"expirationTime": "Thu, 06 Dec 2012 07:43:36 GMT",
"invitationAllowed": true,
"licenseValid": "Valid",
"name": "asfdad's environment",
"organization": "N/A",
"owner": "fdsfsdf@saD.COM",
"package": "N/A",
"prototype": "asfdad's environment",
"snapshot": "asfdad's First Snapshot",
"status": "Running"
}
]
}