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

Â