URL query parameter and operators

Hello,
I can't find the documentation for the query parameters. The documentation say in the "Requests and response" section: "In some cases, endpoint URLs may be complemented with query parameters." [https://developer.acronis.com/doc/tasks/v2/guide/overview/reqres] linked to a mozilla dev page that says "the only reliable way to know how a specific Web server is handling parameters is by asking the Web server owner."
I found some examples on the github page, but is there a list of allowed comparison operators so I don't have to figure them out by trial and error?
Already thank you very much.

Hello Ivaylo,
thank you for the Informations.
To specify my question with an example (github: get_all_alerts_for_the_last_week.ps1):
>> $allLastWeekAlerts = Acronis-Get -Uri "api/alert_manager/v1/alerts?updated_at=gt(${weekAgo})&order=desc(created_at)"
Here we have gt for "greater than" and in other examples there are other operators.
Is there a list for those operators that I missed in the documentation?
Thank you.
- Log in to post comments

Hello Tim,
Thank you for your reply.
Sure, we have them documented, I only shared link to the Account Management APIv2.
We have the same Reference pages with endpoints for all our separate public APIs.
Main documentation page is: https://developer.acronis.com/doc/
From there you navigate to the separate APIs, where Alerts API is under the Platform Core section. About your question, all about this endpoint is at: https://developer.acronis.com/doc/alerts/v1/reference/index#/http/api-e…
You will find listed operators for "updated_at", "created_at" and "deleted_at" query parameters.
Let me know here in the thread should you need something else specific.
- Log in to post comments
Best regards,
Ivaylo Tsvetkov | API Platform Senior Support Engineer
Information provided AS-IS with no warranty of any kind.
To contact support, please follow http://www.acronis.com/en-us/support

Hello Ivaylo,
thank you very much. This is exactly what i was looking for.
- Log in to post comments
Best regards,
Ivaylo Tsvetkov | API Platform Senior Support Engineer
Information provided AS-IS with no warranty of any kind.
To contact support, please follow http://www.acronis.com/en-us/support