Scale Indicator Choices (API)
Â
Base URL: https://makerble.com/api/v2/scale_indicator_choices
Description: based on story_category_ids & indicator_id, or get paginated records based on page & per_page values.
Get a specific record
Request: To get a specific record, provide the story_category_id and indicator_id in URL
GET /?story_category_id=1390&indicator_id=2701
Â
Response
[
{
"choice": "single_choice",
"choice_value": ""
}
]
Get Paginated Records
Request: To get paginated records, provide the page
and per_page
URL. Default values are page=1
and per_page=10
.
GET /?page=2&per_page=3
Â
Response
Â
Video of usage
Â