Radio Product Options
List radio product options
This endpoint allows you to retrieve all the option attach to a radio product.
get/1/radios/{radio_product_id}/options
Path parameters
radio_product_idinteger required
The unique identifier (ID) of the radio product to request.
Response
OK
Example response
{
"result": "success",
"data": [
{
"id": 1,
"type": 1,
"created_at": 1473718107,
"ended_at": 1514881141
}
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.