Skip to main content
GET
/realms/{realmId}/organizations/{organizationId}/travel/hotel/searches/{searchId}/map

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

realmId
string
required
organizationId
string
required
searchId
string
required

Response

200 - application/json

Successful response

results is populated only once status reaches COMPLETED — on a PROCESSING/FAILED poll it is absent, so it is OPTIONAL (a typed client must null-check it while polling; ?? [] at the render site). Hotels without known coordinates are excluded, so a COMPLETED list may be smaller than the search count.

status
enum<string>
required
Available options:
COMPLETED,
PROCESSING,
FAILED
results
object[]