Skip to main content

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.

The Log Object

PropertyTypeDescription
formatstringThe format of the log.
levelstringThe level of the log.
owner_idstringThe owner ID of the log.
owner_typestringThe model type of the owner of the log.
detailshash,

Retrieve a Log

GET https://api.pagertree.com/api/v4/logs/:id

List all Logs

GET https://api.pagertree.com/api/v4/logs