Weylon

Read

Retrieve a single Weylon record by ID.

get/api/cp/weylon/{id}

Path parameters

idinteger required

Id identifier

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