Retrieve the data for the Property that owns the specified Extension.
GET /extensions/:extension_id/property
curl https://reactor.adobe.io/extensions/:extension_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": "PRa64e0a00be0a4a4b9eb84231dcbffe51",
"type": "properties",
"attributes": {
"created_at": "2023-04-21T23:04:38.165Z",
"enabled": true,
"name": "Kessel Example Property",
"updated_at": "2023-04-21T23:04:38.165Z",
"platform": "web",
"development": false,
"token": "d2010ec294e7",
"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/PRa64e0a00be0a4a4b9eb84231dcbffe51/company"
},
"data": {
"id": "COb0dbd63fb8304a6197eef1f5cd0324fb",
"type": "companies"
}
},
"callbacks": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/callbacks"
}
},
"hosts": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/hosts"
}
},
"environments": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/environments"
}
},
"libraries": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/libraries"
}
},
"data_elements": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/rules"
}
},
"notes": {
"links": {
"related": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/notes"
}
}
},
"links": {
"company": "https://reactor.adobe.io/companies/COb0dbd63fb8304a6197eef1f5cd0324fb",
"data_elements": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/data_elements",
"environments": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/environments",
"extensions": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/extensions",
"rules": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51/rules",
"self": "https://reactor.adobe.io/properties/PRa64e0a00be0a4a4b9eb84231dcbffe51"
},
"meta": {
"rights": [
"approve",
"develop",
"edit_property",
"manage_environments",
"manage_extensions",
"publish"
]
}
}
}