For the complete documentation index, see llms.txt. This page is also available as Markdown.

Entities

Fetch entities

get

The entities endpoint returns all entities available in the account, along with optional date attributes and other metadata that can be used across the Sesame Data APIs.

Authorizations
Query parameters
fieldsstring[]Optional

List of field names to retrieve. If empty, all fields will be returned.

Example: ENTITY.ID
entityIdinteger · int64Optional

Unique identifier provided by Landytech

Example: 123
Header parameters
X-Result-Limitinteger · int32Optional

Maximum number of items to retrieve

Example: 20
Responses
200

List of entities with selected fields

application/json

Entity data returned by the API

get/api/v2/entities

Last updated

Was this helpful?