List property entries for a broadcast (paginated).
cURL
curl --request GET \ --url https://api.useinvent.com/orgs/{org_id}/broadcasts/{broadcast_id}/properties/entries
[ { "id": "<string>", "broadcast_id": "<string>", "user_id": "<string>", "email": "<string>", "phone": "<string>", "values": {} } ]
Org ID
Broadcast ID
Page number
Number of items to take
Next page token (Only used on special endpoints)
A record of property keys and values per broadcast contact
Show child attributes
Was this page helpful?