Skip to main content

ScopeAuditRequest

contentTypestringrequired

Type of content

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

contentIDstringrequired

ID of the content

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
}