Skip to main content

Content API (v0)

Download OpenAPI specification:Download

The Content API

Content

Get product content

query Parameters
page
string

The pagination page from where to start fetching.

maxResults
integer <int32>
Default: 100

The maximum number of results to return.

dateoffset
integer <int32>

Date offset for filtering.

type
string (ProductType)
Enum: "Parent" "Child"

The type of the product. [Parent=0, Child=1]

source
string (ProductSource)
Enum: "Activity" "Accommodation" "CarRental" "Transport"

The source from where the product was obtained. [Activity=0, Accommodation=1, CarRental=2]

header Parameters
Cenium-Tenant-Id
required
string <uuid>

Identifier which tenant we are working against.

Responses

Response samples

Content type
No sample

Checks if products have updates from supplier

header Parameters
Cenium-Tenant-Id
required
string <uuid>

Identifier which tenant we are working against.

Request Body schema:

The request containing product IDs to check

productIds
Array of strings or null <uuid> [ items <uuid > ]

The product IDs to check for updates

Responses

Request samples

Content type
{
  • "productIds": [
    ]
}

Response samples

Content type
No sample