Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/oracle-hospitality-export-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: OPERA Cloud Configuration Export API
description: APIs catering to the managing export master data configuration. <br /><The exports feature in OPERA Cloud provides the ability to create and export data files, such as back office data, to third-party interfaces and receiving systems.<br /><br /> Compatible with OPERA Cloud release 26.2.0.0.<br /><br /><p> This document and all content within is available under the Universal Permissive License v 1.0 (https://oss.oracle.com/licenses/upl). Copyright (c) 2020, 2026 Oracle and/or its affiliates.</p>
version: 26.2.0.0
termsOfService: https://www.oracle.com/legal/terms.html
contact:
email: hospitality_apis_ww_grp@oracle.com
license:
name: UPL
url: https://opensource.org/licenses/upl
servers:
- url: /exp/config/v1
tags:
- name: Export
description: The Export Service provides operations used by Opera to configure and generate file exports of Opera data.
paths:
/availableExports:
get:
summary: Operation to fetch exports available.
description: Use this API to return available exports based on search criteria such as fetchColumns, fetchDataSetup, fetchDestinationSetup, fetchGenerateConfiguration, limit, exportFileId, idExtension, idContext, type, hotelIds, fileGroup, includeInactive, includeComponents. <p><strong>OperationId:</strong>getExportsAvailable</p>
operationId: getExportsAvailable
parameters:
- name: fetchColumns
in: query
required: false
schema:
type: boolean
- name: fetchDataSetup
in: query
required: false
schema:
type: boolean
- name: fetchDestinationSetup
in: query
required: false
schema:
type: boolean
- name: fetchGenerateConfiguration
in: query
required: false
schema:
type: boolean
- name: limit
in: query
required: false
description: Indicates maximum number of records a Web Service should return.
schema:
type: integer
- name: exportFileId
in: query
required: false
description: A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.
schema:
type: string
- name: idExtension
in: query
required: false
description: Additional identifying value assigned by the creating system.
schema:
type: integer
- name: idContext
in: query
required: false
description: Used to identify the source of the identifier (e.g., IATA, ABTA).
schema:
type: string
- name: type
in: query
required: false
description: A reference to the type of object defined by the UniqueID element.
schema:
type: string
- name: hotelIds
in: query
description: Hotel code.
required: false
style: form
explode: true
schema:
type: array
items:
type: string
maxItems: 4000
- name: fileGroup
in: query
required: false
description: Enumeration of export file groups.
schema:
type: string
enum:
- Miscellaneous
- Memberships
- Country
- Delphi
- BackOffice
- BackOfficeRevenue
- BackOfficeCityLedger
- BackOfficeMarketStatistics
- BackOfficeDailyStatistics
- CommissionEft
uniqueItems: true
- name: includeInactive
in: query
required: false
description: Indicates whether inactive records should be returned.
schema:
type: boolean
- name: match
in: query
required: false
schema:
type: string
- name: includeComponents
in: query
required: false
description: Indicate whether component exports should be included in the request.
schema:
type: boolean
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'200':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
description: Response object including a list of available exports.
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/exportsAvailable'
'204':
description: ExportsAvailable not found.
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
/columnsAndFunctions:
get:
summary: Operation to fetch export columns and functions.
description: Use this API to return export columns and functions based on search criteria such as fetchDbColumns, fetchOperaApis, fetchPrePostProcedures, dataSource, exportFileId, category. <p><strong>OperationId:</strong>getExportColumnsAndFunctions</p>
operationId: getExportColumnsAndFunctions
parameters:
- name: fetchDbColumns
in: query
required: false
schema:
type: boolean
- name: fetchOperaApis
in: query
required: false
schema:
type: boolean
- name: fetchPrePostProcedures
in: query
required: false
schema:
type: boolean
- name: dataSource
in: query
required: false
description: Data source for which we are supposed to get columns and pre post procedures
schema:
type: string
- name: exportFileId
in: query
required: false
description: A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.
schema:
type: string
- name: category
in: query
required: false
description: Enumeration of API Categories.
schema:
type: string
enum:
- Exports
- CustomNumbers
uniqueItems: true
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'200':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
description: Response that contains columns, pre post functions and export functions.
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/exportColumnsAndFunctionsDetails'
'204':
description: ExportColumnsAndFunctions not found.
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
/exportMappingCodes:
post:
summary: Operation to create export mapping codes.
description: ' <p><strong>OperationId:</strong>postExportMappingCodes</p>'
operationId: postExportMappingCodes
parameters:
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'201':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
Location:
description: Location of newly created resource
schema:
type: string
description: HATEOAS links which help the consumer to navigate to resources
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/status'
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
requestBody:
content:
application/json;charset=UTF-8:
schema:
allOf:
- $ref: '#/components/schemas/exportMappingCodes'
description: Request to create export mapping code for a given export.
required: true
put:
summary: Operation to update export mapping codes.
description: ' <p><strong>OperationId:</strong>putExportMappingCodes</p>'
operationId: putExportMappingCodes
parameters:
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'200':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
Location:
description: Location of newly created resource
schema:
type: string
description: Response Body.
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/exportMappingCodesDetails'
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
requestBody:
content:
application/json;charset=UTF-8:
schema:
allOf:
- $ref: '#/components/schemas/exportMappingCodes'
description: Request to create export mapping code for a given export.
required: true
/exportMappingLinkedTypes:
put:
summary: Operation to update export mapping linked types.
description: ' <p><strong>OperationId:</strong>putExportMappingLinkedTypes</p>'
operationId: putExportMappingLinkedTypes
parameters:
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'200':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
Location:
description: Location of newly created resource
schema:
type: string
description: Response Body.
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/exportMappingLinkedTypesDetails'
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
requestBody:
content:
application/json;charset=UTF-8:
schema:
allOf:
- $ref: '#/components/schemas/exportMappingLinkedTypes'
description: Request to fetch codes linked to export mapping codes.
required: true
/exportMappings:
get:
summary: Operation to fetch export mappings by chain.
description: ' <p><strong>OperationId:</strong>getExportMappingsByChain</p>'
operationId: getExportMappingsByChain
parameters:
- name: hotelId
in: query
required: false
description: Used for codes in the OPERA Code tables. Possible values of this pattern are 1, 101, 101.EQP, or 101.EQP.X.
schema:
type: string
- name: exportMappingConfigs
in: query
description: Enumeration of Types allowed for Export Mapping
required: false
style: form
explode: true
schema:
type: array
items:
type: string
enum:
- TransactionCodes
- MarketCodes
- PackageCodes
- PaymentMethods
- ProfileIdTypes
- StatisticCodes
- PropertyCodes
- CountryCodes
- NationalityCodes
- StateCodes
- DistrictCodes
- CityCodes
- CountryCities
- PurposeOfStayCodes
- TransportationCodes
- CancelReasons
- Gender
- RoomTypes
- IdCountryCodes
uniqueItems: true
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'200':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
description: Response to fetch the export definitions for a given export.
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/fetchExportMappings'
'204':
description: ExportMappingsByChain not found.
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
/exportSchedules:
post:
summary: Operation to create export schedules.
description: Use this API to create export schedules. <p><strong>OperationId:</strong>postExportSchedules</p>
operationId: postExportSchedules
parameters:
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'201':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
Location:
description: Location of newly created resource
schema:
type: string
description: HATEOAS links which help the consumer to navigate to resources
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/status'
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
requestBody:
content:
application/json;charset=UTF-8:
schema:
allOf:
- $ref: '#/components/schemas/exportSchedulesCriteria'
description: Request to create export schedules
required: true
delete:
summary: Operation to remove export schedules.
description: Use this API to delete export schedules based on the jobNames. <p><strong>OperationId:</strong>removeExportSchedules</p>
operationId: removeExportSchedules
parameters:
- name: jobNames
in: query
description: Unique name that identifies export schedule
required: false
style: form
explode: true
schema:
type: array
items:
type: string
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'200':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
Location:
description: Location of newly created resource
schema:
type: string
description: HATEOAS links which help the consumer to navigate to resources
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/status'
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
/exportSchedules/{exportFileId}:
put:
summary: Operation to change export schedules.
description: ' <p><strong>OperationId:</strong>changeExportSchedulesByChain</p>'
operationId: changeExportSchedulesByChain
parameters:
- name: exportFileId
in: path
required: true
description: Unique ID of export file.
schema:
type: string
maxLength: 2000
minLength: 1
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'200':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
Location:
description: Location of newly created resource
schema:
type: string
description: Response Body.
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/exportSchedulesStatus'
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
requestBody:
content:
application/json;charset=UTF-8:
schema:
allOf:
- $ref: '#/components/schemas/exportSchedulesToBeChanged'
description: Request object for changing export schedules
required: true
/hotels/{hotelId}/configTypes/{configType}/exportMappingCodesToLink:
get:
summary: Operation to fetch export mapping codes to link.
description: ' <p><strong>OperationId:</strong>getExportMappingCodesToLink</p>'
operationId: getExportMappingCodesToLink
parameters:
- name: configType
in: path
required: true
description: Configuration Type.
schema:
type: string
maxLength: 2000
minLength: 1
- name: hotelId
in: path
required: true
description: Unique ID that identifies a single hotel property.
schema:
type: string
maxLength: 2000
minLength: 1
- name: code
in: query
required: false
description: The hotel code for the codes to fetch for linking.
schema:
type: string
- name: description
in: query
required: false
description: The hotel code for the codes to fetch for linking.
schema:
type: string
- name: limit
in: query
description: Indicates maximum number of records a Web Service should return.
required: false
schema:
type: integer
default: 25
maximum: 100
- name: offset
in: query
description: Index or initial index of the set(page) being requested. If the index goes out of the bounds of the total set count then no data will be returned.
required: false
schema:
type: integer
- $ref: '#/components/parameters/authKey'
- $ref: '#/components/parameters/externalData'
- $ref: '#/components/parameters/x-app-key'
- $ref: '#/components/parameters/x-request-id'
- $ref: '#/components/parameters/x-originating-application'
- $ref: '#/components/parameters/x-hotelid'
- $ref: '#/components/parameters/x-externalsystem'
- $ref: '#/components/parameters/Accept-Language'
responses:
'200':
headers:
Content-Language:
description: Audience language
x-example: en-GB
schema:
type: string
pattern: '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*'
description: The codes for a given property which are to be linked to the mapping code.
content:
application/json;charset=UTF-8:
schema:
$ref: '#/components/schemas/exportMappingCodesToLink'
'204':
description: ExportMappingCodesToLink not found.
'400':
$ref: '#/components/responses/400'
'401':
$ref: '#/components/responses/401'
'403':
$ref: '#/components/responses/403'
'404':
$ref: '#/components/responses/404'
'405':
$ref: '#/components/responses/405'
'406':
$ref: '#/components/responses/406'
'413':
$ref: '#/components/responses/413'
'414':
$ref: '#/components/responses/414'
'415':
$ref: '#/components/responses/415'
'500':
$ref: '#/components/responses/500'
'502':
$ref: '#/components/responses/502'
'503':
$ref: '#/components/responses/503'
tags:
- Export
/hotels/{hotelId}/exportActivityLog:
get:
summary: Operation to fetch activity logs for Export Data.
description: Use this API to return activity logs for export data for a specific property based on search criteria such as hotelId, activityType, fromDate, toDate, limit, offset, module, parameterName, parameterValue, activityGroup, searchText, userByIds, userForIds. <p><strong>OperationId:</strong>getExportActivityLog</p> <p>The maximum allowable limit for this API is <strong>25</strong>.</p>
operationId: getExportActivityLog
parameters:
- name: hotelId
in: path
required: true
description: Unique ID that identifies a single hotel property.
schema:
type: string
maxLength: 2000
minLength: 1
- name: activityType
in: query
required: true
schema:
type: string
- name: fromDate
in: query
required: true
description: Search from date for the user activity log.
schema:
type: string
format: date
- name: toDate
in: query
required: true
description: Search to date for the user activity log.
schema:
type: string
format: date
- name: limit
in: query
required: false
description: Indicates maximum number of records a Web Service should return.
schema:
type: integer
- name: offset
in: query
required: false
description: Index or initial index of the set(page) being requested. If the index goes out of the bounds of the total set count then no data will be returned.
schema:
type: integer
default: 0
- name: module
in: query
required: false
description: Activity module.
schema:
type: string
enum:
- Reservation
- Contract
- Allotment
- Outlookview
- Profile
- Accountreceivables
- GdsConvRateCodes
- RateCode
- Billing
- Activity
uniqueItems: true
- name: parameterName
in: query
description: Name of the parameter.
required: false
style: form
explode: true
schema:
type: array
items:
type: string
- name: parameterValue
in: query
description: Value of the parameter.
required: false
style: form
explode: true
schema:
type: array
items:
type: string
- name: activityGroup
in: query
required: false
schema:
type: string
- name: searchText
in: query
required: false
description: Search text for the user activity log.
schema:
type: string
- name: userByIds
in: query
required: false
style: form
explode: true
schema:
# --- truncated at 32 KB (131 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/oracle-hospitality/refs/heads/main/openapi/oracle-hospitality-export-api-openapi.yml