Weylon

List

Retrieve a paginated list of Weylon records. Supports filtering, sorting, and search.

get/api/cp/weylon

Response

Successful response

idstring

Id

account_idinteger

Account Id

company_idinteger

Company Id

namestring

Name

criteriaobject

Criteria

show_outputinteger

Show Output

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "company_id": 1,
    "name": "Example Name",
    "criteria": "Sample criteria text content",
    "show_output": 1
  }
]

Changes