Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.lensmor.com/llms.txt

Use this file to discover all available pages before exploring further.

Pagination conventions

Many list endpoints return a shared pagination envelope.

Common fields

  • page — current page number
  • pageSize — number of items requested per page
  • total — total matching items
  • totalPages — total number of pages
  • hasMore — whether another page is available

What to expect

  • Exact item fields vary by endpoint family.
  • Some endpoints return additional metadata alongside the shared pagination fields.
  • Identifiers such as event_id, exhibitor_id, and personnel_id are string values in the public contract.
  • Parameter names can vary by endpoint. Check each reference page for exact names and casing.

Notes

See each endpoint page for route-specific filters, item fields, and additional metadata returned with paginated results.