GET
/profiles/{profile_id}/optionlists/{optionlist_id}
curl \
--request GET 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/optionlists/{optionlist_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"created_by": "cng",
"created_date": "2015-05-12 22:04:03 +0000",
"global_id": "0OL393655H6488B",
"id": 393655,
"modified_by": "cng",
"modified_date": "2015-05-12 22:08:45 +0000",
"name": "System Grade",
"option_icons": "dropbox://iForm",
"reference_id": "",
"version": 3
}