Query parameters
-
extra information of each page dynamic attribute on the list
-
maximum count of the page dynamic attribute list
-
skip that many page dynamic attribute before beginning to return
PUT
/profiles/{profile_id}/pages/{page_id}/dynamic_attributes
curl \
--request PUT 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/pages/{page_id}/dynamic_attributes' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"attributename_mappriority":"string","value":"my_element2"}'
Request examples
{
"attributename_mappriority": "string",
"value": "my_element2"
}
Response examples (200)
[
{
"attribute_name": "map_priority"
},
{
"attribute_name": "map_disable_top_location"
}
]