Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

URI: https https://api.onlinephotosubmission.com/api/logslog

HTTP Method: POST

Required Headers: X-Auth-

...

Token for a service account  (see: Authentication)

Purpose: The purpose of this endpoint is to enable clients to post log entries into the server log

Note

DEPRECATION NOTICE: The URI https://api.onlinephotosubmission.com/api/logs is now deprecated and will no longer be supported after October 1, 2022.

Warning

Consult support@onlinephotosubmission.com before using this endpoint.

Note

This is designed to be used by clients sparingly, for example, one log statement per workstation or service account per hour.

...

You may include any URL parameters you wish to have logged, e.g. /api/logslog?client=ABC&version=1.2.3  
The result of passing these parameters would be that the following would be output in the log file: 
{username} from {org name} logged: [client:ABC, version:1.2.3]

...