[#765] Get calendar data

Migrated from Redmine #765 | Author: R S
Status: Closed | Priority: High, I’m very impatient | Created: 2021-08-25


Hello.

I’m trying to get calendar datas with using filter.
(API documentation | SimplyBook.me Online Scheduling)

“prodivers” and “status” are good.
But the filter “date_from” and “date_end” don’t work.

Can you help me ?

Redmine Admin wrote:

please provide RAW http request

R S wrote:

Request URL: https://user-api-v2.simplybook.me/admin/calendar?mode=provider&filter[status]=confirmed&filter[date_from]=2021-08-12&filter[date_to]=2021-08-27&filter[providers]=1

R S wrote:

Ok my bad i found the problem : providers - array of provider ids to filter by providers.
i have to use : &filter[providers]=1

Sorry.