GET
/profiles/{profile_id}/pages/{page_id}/elements/{element_id}/dynamic_attributes/{dynamic_attribute}
curl \
--request GET 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/pages/{page_id}/elements/{element_id}/dynamic_attributes/{dynamic_attribute}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"dynamicattribute_1224hourtime": "string",
"last_modified_date": "string",
"type": "string",
"value": "string"
}