Retrieve the Environments owned by the specified Property.
GET /properties/:property_id/environments
curl https://reactor.adobe.io/properties/:property_id/environments \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": [
{
"id": "EN6b2e523a2c284051b41806fbcd73c33e",
"type": "environments",
"attributes": {
"archive": false,
"created_at": "2022-02-04T21:09:46.025Z",
"library_path": "17e0df72ece8/d7edcebabe96",
"library_name": "launch-0eb2a60475a9-development.min.js",
"library_entry_points": [
{
"library_name": "launch-0eb2a60475a9-development.min.js",
"minified": true,
"references": [
"17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js"
],
"license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js"
},
{
"library_name": "launch-0eb2a60475a9-development.js",
"minified": false,
"references": [
"17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js"
]
}
],
"name": "Development Environment A",
"path": "https://assets.adobedtm.com/staging",
"stage": "development",
"updated_at": "2022-02-04T21:09:46.025Z",
"status": "succeeded",
"token": "0eb2a60475a9"
},
"relationships": {
"library": {
"links": {
"related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library"
},
"data": null
},
"builds": {
"links": {
"related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds"
}
},
"host": {
"links": {
"related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host",
"self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host"
},
"data": {
"id": "HTadcaa8a160864f96a1dbf15d4fef874e",
"type": "hosts"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property"
},
"data": {
"id": "PR0770a84d7198481c8de3d192ee6fb40d",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d",
"self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e"
},
"meta": {
"archive_encrypted": false,
"script_sources": [
{
"hosting_region": "Standard",
"minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js",
"license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js",
"debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js"
}
]
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}