Log Module

Log

GET Logs

Returns a list of ALL Logs. Can be filtered with an OData style query string.

GET Logs/{logPK}

Returns the Log with the specified PK value.

Parameters
  • logPK (FromUri): No Documentation Found.

POST Logs

Creates one or more Logs in the system with the details specified in the request body.

Parameters
  • newLogs (FromBody): An Array of Logs to be created.