Skip to content

Show Categories

GET
/api/managing-entity/{managingEntityIdentifier}/studio/browse/category/list
curl --request GET \
--url https://api.wink.travel/api/managing-entity/owner-1/studio/browse/category/list \
--header 'Wink-Version: 2.0'

Retrieve a list of all active supplier and blocking categories.

managingEntityIdentifier
required
string
""

List search categories on behalf of this owner identifier.

Example
owner-1
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type application/json
Array<object>
object
type
required

Type of search category.

string
""
Allowed values: HOTEL INVENTORY
key
required

Usually the OTA inventory code.

string
"" >= 1 characters
value
required

Usually the OTA inventory code value.

string
"" >= 1 characters
count

Quantity of items in this category.

integer format: int64
""
identifier

UUID.

string
""
Example
[
{
"type": "HOTEL",
"key": "",
"value": "",
"count": "",
"identifier": ""
}
]

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}