When ScoreExpress wants to retrieve a list of events, it will call the event list service as follows:

  • method: GET
  • url: <baseurl>/<method-path>

Optionally, filter parameters will be added to the url:

  • dateFrom: the earliest date to retrieve, format: YYYY-MM-DD. Selected events should have their first date at dateFrom or later.
  • dateTo; the latest date to retrieve, format: YYYY-MM-DD. Selected events should have their last day at dateTo or before.
  • title: filter for the title of the event, should be used together with wildcards, such that the provided string is included in the title of the selected events.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment