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