Logs
- Logs are polymorphic objects and can be attached to any other object.
- Logs are meant to document information and movement of other objects within the PagerTree application.
Property | Type | Description |
---|---|---|
format | string | The format of the log. |
level | string | The level of the log. |
owner_id | string | The owner ID of the log. |
owner_type | string | The model type of the owner of the log. |
details | hash | :message, :sublogs |
GET https://api.pagertree.com/api/v4/logs/:id
GET https://api.pagertree.com/api/v4/logs
Last modified 5mo ago