Skip to content

Show Properties

GET
/api/channel-manager/property/list
curl --request GET \
--url 'https://integrations.wink.travel/api/channel-manager/property/list?page=0&size=25' \
--header 'Wink-Version: 2.0'

The properties endpoint provides the entry point into the listener and is used to list properties you have access to.

page
string
""

Page through all properties owned by your account

Example
0
size
string
""

Limit results of records per page

Example
25
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

OK

Media type application/json
object
totalElements
integer format: int64
totalPages
integer format: int32
size
integer format: int32
content
Array<object>
object
identifier
required

Property ID

string format: uuid
"" >= 1 characters
name
required

Property name

string
"" >= 1 characters
city
required

City property is located in or near

string
"" >= 1 characters
countryCode
required

Country code property is located in

string
"" >= 1 characters
currencyCode
required

Currency code property uses

string
"" >= 1 characters
timeZone
required

Timezone property is located in

string
"" >= 1 characters
number
integer format: int32
numberOfElements
integer format: int32
sort
object
empty
boolean
sorted
boolean
unsorted
boolean
pageable
object
offset
integer format: int64
sort
object
empty
boolean
sorted
boolean
unsorted
boolean
pageSize
integer format: int32
unpaged
boolean
paged
boolean
pageNumber
integer format: int32
first
boolean
last
boolean
empty
boolean
Example
{
"content": [
{
"identifier": "",
"name": "",
"city": "",
"countryCode": "",
"currencyCode": "",
"timeZone": ""
}
]
}

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
{}