Retrieve the data for the Property on which the specified Build was created.
GET /builds/:build_id/property
curl https://reactor.adobe.io/builds/:build_id/property \
-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": "PR51c4d7162d2b41e7b97a64d4674ef6ad",
"type": "properties",
"attributes": {
"created_at": "2023-04-21T23:04:14.968Z",
"enabled": true,
"name": "Kessel Example Property",
"updated_at": "2023-04-21T23:04:14.968Z",
"platform": "web",
"development": false,
"token": "3e556f311574",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru",
"domains": [
"example.com"
],
"undefined_vars_return_empty": false,
"rule_component_sequencing_enabled": true
},
"relationships": {
"company": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/company"
},
"data": {
"id": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies"
}
},
"callbacks": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/callbacks"
}
},
"hosts": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/hosts"
}
},
"environments": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/environments"
}
},
"libraries": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/libraries"
}
},
"data_elements": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/rules"
}
},
"notes": {
"links": {
"related": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/notes"
}
}
},
"links": {
"company": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"data_elements": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/data_elements",
"environments": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/environments",
"extensions": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/extensions",
"rules": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad/rules",
"self": "https://reactor.adobe.io/properties/PR51c4d7162d2b41e7b97a64d4674ef6ad"
},
"meta": {
"rights": [
"approve",
"develop",
"edit_property",
"manage_environments",
"manage_extensions",
"publish"
]
}
}
}