GET
/profiles/{profile_id}/pages/{page_id}/dynamic_attributes
curl \
--request GET 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/pages/{page_id}/dynamic_attributes' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"attribute_name": "map_priority",
"value": "my_element"
},
{
"attribute_name": "map_top_location_disable",
"value": true
}
]