Params in API calls to filter data

We need to filter data when using API https://apidocs.user.com/events/get-single-event.html

Now, API returns max 3200 records. There is now way to get data about older events.

There shoud be filters:

  • created TIMESTAMP

  • id INT

GET /events/:id/?created(gt)=2023-02-14 10:00:00&created(lt)<2023-02-15 10:00:00

GET /events/:id/?id(gt)=5000&created(lt)<6000

fieldname(eq|nq|lt|gt)=value

Good example of API https://firmao.pl/api.php

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board

🧩 Feature Request

Date

About 1 year ago

Author

Krzysztof Kukla

Subscribe to post

Get notified by email when there are changes.