/modifiedschedules

  • Mount Point: /resource/rest/modifiedschedules

The following operations are supported on this resource:

GET

  • Aliases: POST

Get number of modified documents since specified date in schedule index for specified region.

Results are grouped by next types: SCHEDULES (a regular schedule), CORRECTIONS (a non-regular schedule).

Note: this API might use caching configured in web.xml.

Parameters

name description type default
regionId EPG Region identifier. Required. query
modifiedSinceTime Date-time in UTC. Required.

Following formats are acceptable:

  • yyyy-MM-dd'T'HH:mm'Z' (2011-01-01T00:00Z)
  • yyyy-MM-dd'T'HH:mmZ (2011-01-01T00:00-0200)
query
formatCode Code of format in which result should be shown. query
locale Locale to search and return data for. If not specified, default locale is used from configuration. query

Output Payload

element produceable content type(s)
(custom)
  • */*
  • application/xml
description
Information about number of modified documents in specified format.

Exceptions

name description
RESTWebserviceException if exception occurs.