Get the lists of available sample levels

Request
query Parameters
type
string

The type of sample level to return, default is all of them

refresh
string

Whether to refresh the cache

Responses
200

Expected data returned

get/parameter/v2/sample-levels
Request samples
curl -i -X GET \
  'https://qa-web-02.qima.com/parameter/v2/sample-levels?type=string&refresh=string'
Response samples
application/json
{
  • "general": [
    ],
  • "fabric": [
    ],
  • "eyewear": [
    ]
}