Podio API Documentation
Flows: Get effect attributes
Get's the effect attributes for the effect
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Request
{
"type": The type of the effect,
"config": The configuration of the effect, if any
}
Response
[
{
"attribute_id": The id of the attribute,
"type": The type of the attribute,
"label": The label for the attribute
},
... (more attributes)
]