Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enable Public API Switch 

...

The Enable Public API  switch feature is the global switch that controls the availability of the Public API feature. The To activate, switch the Enable Public API toggle ON.  If disabled, the API Keys and all connected data will not be available if this switch is OFF or disabledbe inaccessible

enable public api

Summary

...

  • Public API provides an HTTP-based API that follows the principles of REST.
  • The HTTP rules allow the use of simple HTTP clients like cURL.
  • The URLs are resource-oriented, the request format is form-encoded, and the responses are JSON.
  • All operations are read-only.

...

widget: https://api.mspbots.ai/api/widget/{resourceId}?current=1&size=10&Real Name=n&Update Date=2021-10-10,2023-03-30,2023-04-05&Id=,1534956341424005122

Logical OperatorsField Typeexample
TEXTNUMBERBOOLEANDATEDATETIME
Is Emptystatus=
Contains



name=Tod
Equals


is_default=true
id=654321324612312
Later Than (>=)

price=12.6,
date=2022-07-01
Earlier Than (<=)



price=,56.3
between (>= and <=)

price=12.6,56.3
date=2022-07-01,2023-02-01
Multiple intervals
(>= and <=) or (>= and <=)


price=12.6,56.3,103,210
date=2022-07-01,2023-02-01,2023-04-01,2023-05-01
(>= and <=) or (=)



price=12.6,56.3,105.1
(>= and <=) or (>=)


date=2022-07-01,2023-02-01,2023-04-01

Sample Error Responses 

...

  1. Rate limits
  2. Invalid apiKey: Error or deleted
  3. Resource unbound
  4. The resource does not exist