List all properties for a broadcast.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/broadcasts/{broadcast_id}/properties[
{
"id": "<string>",
"broadcast_id": "<string>",
"key": "<string>",
"default_value": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]Page number
Number of items to take
Next page token (Only used on special endpoints)
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/broadcasts/{broadcast_id}/properties[
{
"id": "<string>",
"broadcast_id": "<string>",
"key": "<string>",
"default_value": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]