Skip to content

Show Ranked Grid

GET
/api/managing-entity/{managingEntityIdentifier}/studio/ranked-grids/{listIdentifier}
curl --request GET \
--url https://api.wink.travel/api/managing-entity/owner-1/studio/ranked-grids/ranked-grid-1 \
--header 'Wink-Version: 2.0'

Retrieve a specific ranked grid.

managingEntityIdentifier
required
string
""

Retrieve grid for owner identifier.

Example
owner-1
listIdentifier
required
string
""

Retrieve grid with this identifier.

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

OK

Media type application/json
object
id

Document UUID

string
""
createdDate

Datetime this record was first created

string format: date-time
""
lastUpdate

Datetime this record was last updated

string format: date-time
""
version

Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.

integer format: int64
""
ownerIdentifier
required

AffiliateAccount identifier

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

Descriptive name of this list for seller use only

string
"" >= 1 characters
customizationIdentifier
required

Customization identifier

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

Contains custom title and description of grid

Array<object>
"" >= 1 items <= 2147483647 items
object
name
required

Use as title or short text description

string
""
description
required

Longer text description

string
"" >= 1 characters <= 2147483647 characters
language
required

Indicate which language this description is written in.

string
default: en >= 2 characters <= 2 characters
creator

Whether it was user or system generated.

string
default: USER
Allowed values: SYSTEM USER
md5ContentHash

The md5 hash of the name, description and language.

string
""
hashMismatch
boolean
keywords
required
Array<string>
>= 1 items <= 2147483647 items
status
required

Status

string
default: ACTIVE
Allowed values: ACTIVE INACTIVE REMOVED
lookup
required

The destination to display ranked inventory from.

object
identifier

Unique lookup identifier

string format: uuid
""
type

Type of lookup

string
""
Allowed values: CITY ISLAND HOTEL SPA MEETING_ROOM RESTAURANT ATTRACTION ACTIVITY PLACE COUNTRY
typeIdentifier

Unique lookup type identifier

string format: uuid
""
name

Name of lookup

string
""
urlName

Url-friendly slug that uniquely identifies this lookup

string
""
ownerIdentifier

Lookup that is supplier inventory includes the supplier identifier

string format: uuid
""
ownerName

Lookup that is supplier inventory includes the supplier name

string
""
cityName

Closest city where lookup entry is located

string
""
countryName

Country where lookup entry is located

string
""
subCountryName

State where lookup entry is located

string
""
subSubCountryName

County where lookup entry is located

string
""
countryCode

Country code

string
""
ownerType

The type of owner that created this lookup

string
""
Allowed values: TRAVELIKO HOTEL
languageCode

The language the lookup code was written in

string
""
sort

Platform-specific sort

integer format: int32
""
origin

If this lookup is the origin lookup.

boolean
lowercaseName

Name in lower case

string
""
location
required

Geo-location

object
x
number format: double
y
number format: double
type
string
coordinates
Array<number>
animate

Create an animated gif instead of a list of images

boolean
animateDelay

Controls animation delay in milliseconds. -1 is disabled

integer format: int32
default: -1
sort

Determines which badge to show on the Web Component. Is also used to sort properties for search grids.

string
""
Allowed values: MEMBER PRICE_LOW_TO_HIGH PRICE_HIGH_TO_LOW PRICE POPULARITY ECO EXPERIENCE PERK LOYALTY ADD_ON
displayType

Indicate which initial values to display first on the front-facing card

string
default: NATIVE
Allowed values: NATIVE HOTEL ROOM
Example
{
"id": "",
"createdDate": "",
"lastUpdate": "",
"version": "",
"ownerIdentifier": "",
"name": "",
"customizationIdentifier": "",
"descriptions": "",
"keywords": [
""
],
"status": "ACTIVE",
"lookup": "",
"animate": false,
"animateDelay": -1,
"sort": "MEMBER",
"displayType": "NATIVE"
}

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