Search SmsLog

Flexible search endpoint. Body supports search, sort, start, max, and join clauses. Example: {"search": {"s1": {"field": "Id", "data": 1, "type": "eq"}}}.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

V1 Resource search payload. All fields optional; an empty body returns the first page of results.

search
object

Map of search clauses keyed by an arbitrary id (e.g. s1, s2). Each clause filters one field.

sort
object

Map of field name → asc or desc.

integer
≥ 0
Defaults to 0

Pagination offset (0-indexed).

integer
1 to 500
Defaults to 100

Max records per page (server caps at 500).

join
array of strings

Related ORMs to expand inline (e.g. ["EmployeeObject"]).

join
Responses

400

Bad request

401

Authentication required or invalid token

403

Forbidden — token lacks access to this resource

404

Resource not found

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json