Skip to main content

ScopeAuditRequest

Request payload for retrieving scope audit history

contentTypestringrequired

Type of content to audit

Possible values: [hotel, destination, board, category, room, metadata]

contentIDstringrequired

ID of the content to audit. Use "*" to retrieve audit history for all content of the specified type.

providerCodestring

Optional provider code filter

connectionCodestring

Optional connection code filter

limitinteger

Maximum number of audit records to return

Default value: 50
ScopeAuditRequest
{
"contentType": "hotel",
"contentID": "string",
"providerCode": "string",
"connectionCode": "string",
"limit": 50
}