Weylon
Read
Retrieve a single Weylon record by ID.
get/api/cp/weylon/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"account_id": 1,
"company_id": 1,
"name": "Example Name",
"criteria": "Sample criteria text content",
"show_output": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.