GET
/options/{id}
curl \
-X GET http://api.example.com/options/{id}
Response examples (200)
{
"id": 42,
"optionTypeID": 42,
"value": "string",
"description": "string",
"companyID": 42,
"createdBy": 42,
"updatedBy": 42
}