Query parameters
-
extra information of each profile on the list
-
maximum count of the profile list
-
skip that many profiles before beginning to return
PUT
/profiles/{profile_id}/optionlists/{optionlist_id}/options
curl \
--request PUT 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/optionlists/{optionlist_id}/options' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"condition_value":"false","id":268623880,"key_value":"na","label":"N/A","score":42.0,"sort_order":42.0}'
Request examples
{
"condition_value": "false",
"id": 268623880,
"key_value": "na",
"label": "N/A",
"score": 42.0,
"sort_order": 42.0
}
Response examples (200)
[
{
"id": 268623883
},
{
"id": 268623886
},
{
"id": 268623880
}
]