Logging

Creates a system log

Creates a system log for a client VBA Application

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

target database for this request

Request Body schema:
systemLogData_Key
required
integer <int32>

Key value identifying a specific system log entry

log_Action
string or null <= 256 characters

Action that was performed by the event that was logged

log_Data
string or null <= 4000 characters

Data that was deemed important from the logged event

log_Date
required
string <date-time>

Date and time the logged event occurred

log_Result
string or null <= 256 characters

Result of the event that was logged

log_Type
string or null <= 64 characters

Type of event that was logged

machine_ID
required
string [ 1 .. 64 ] characters

Computer the user was using when the event was logged

success
required
boolean

Flag specifying if the logged event or operation was successful

user_ID
required
string [ 1 .. 64 ] characters

User that was logged into the application when the event was logged

Responses
200

Success

401

Unauthorized

post/system-logs
Request samples
{
  • "systemLogData_Key": 0,
  • "log_Action": "string",
  • "log_Data": "string",
  • "log_Date": "2019-08-24T14:15:22Z",
  • "log_Result": "string",
  • "log_Type": "string",
  • "machine_ID": "string",
  • "success": true,
  • "user_ID": "string"
}

Creates multiple system log

Creates multiple system logs for a client VBA Application

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

target database for this request

Request Body schema:
Array
systemLogData_Key
required
integer <int32>

Key value identifying a specific system log entry

log_Action
string or null <= 256 characters

Action that was performed by the event that was logged

log_Data
string or null <= 4000 characters

Data that was deemed important from the logged event

log_Date
required
string <date-time>

Date and time the logged event occurred

log_Result
string or null <= 256 characters

Result of the event that was logged

log_Type
string or null <= 64 characters

Type of event that was logged

machine_ID
required
string [ 1 .. 64 ] characters

Computer the user was using when the event was logged

success
required
boolean

Flag specifying if the logged event or operation was successful

user_ID
required
string [ 1 .. 64 ] characters

User that was logged into the application when the event was logged

Responses
200

Success

401

Unauthorized

post/system-logs-batch
Request samples
[
  • {
    }
]