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": "EN692cf0c432274fea873d51578275319c",
"type": "environments",
"attributes": {
"archive": false,
"created_at": "2023-04-21T22:56:48.086Z",
"library_path": "042253ab27b4/4d7f53b1921b",
"library_name": "launch-eaafb5213fbf-development.min.js",
"library_entry_points": [
{
"library_name": "launch-eaafb5213fbf-development.min.js",
"minified": true,
"references": [
"042253ab27b4/4d7f53b1921b/launch-eaafb5213fbf-development.min.js"
],
"license_path": "042253ab27b4/4d7f53b1921b/launch-eaafb5213fbf-development.js"
},
{
"library_name": "launch-eaafb5213fbf-development.js",
"minified": false,
"references": [
"042253ab27b4/4d7f53b1921b/launch-eaafb5213fbf-development.js"
]
}
],
"name": "Development Environment A",
"path": "https://assets.adobedtm.com/staging",
"stage": "development",
"updated_at": "2023-04-21T22:56:48.086Z",
"status": "succeeded",
"token": "eaafb5213fbf",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru"
},
"relationships": {
"library": {
"links": {
"related": "https://reactor.adobe.io/environments/EN692cf0c432274fea873d51578275319c/library"
},
"data": null
},
"builds": {
"links": {
"related": "https://reactor.adobe.io/environments/EN692cf0c432274fea873d51578275319c/builds"
}
},
"host": {
"links": {
"related": "https://reactor.adobe.io/environments/EN692cf0c432274fea873d51578275319c/host",
"self": "https://reactor.adobe.io/environments/EN692cf0c432274fea873d51578275319c/relationships/host"
},
"data": {
"id": "HT301f636224d942e19005a294919b32c3",
"type": "hosts"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/environments/EN692cf0c432274fea873d51578275319c/property"
},
"data": {
"id": "PR6ed385e2d4004913872f5d0f2468d455",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PR6ed385e2d4004913872f5d0f2468d455",
"self": "https://reactor.adobe.io/environments/EN692cf0c432274fea873d51578275319c"
},
"meta": {
"archive_encrypted": false,
"script_sources": [
{
"hosting_region": "Standard",
"minified": "https://assets.adobedtm.com/staging/042253ab27b4/4d7f53b1921b/launch-eaafb5213fbf-development.min.js",
"license_path": "https://assets.adobedtm.com/staging/042253ab27b4/4d7f53b1921b/launch-eaafb5213fbf-development.js",
"debug": "https://assets.adobedtm.com/staging/042253ab27b4/4d7f53b1921b/launch-eaafb5213fbf-development.js"
}
]
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}