Feedback

Create Feedback

Submits Feedback for the VBA application.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
screen
required
string [ 1 .. 256 ] characters

Represents the specific screen from which feedback is submitted. This attribute serves as a contextual identifier, aiding in the precise location of user feedback within the application.

issue_Type
required
string [ 1 .. 256 ] characters

Categorizes the type of the issue or feedback being reported. It provides valuable context regarding the specific problem or concern encountered.

description
required
string [ 1 .. 1024 ] characters

Provides a textual representation of the feedback or issue reported. It allows users to elaborate on their experiences, providing essential details, observations, or suggestions related to the reported concern.

logs
string or null <= 2048 characters

Refers to any relevant log files or records associated with the reported issue or feedback. These logs provide valuable technical data and context, aiding in the investigation and resolution of complex issues.

Responses
202

Accepted

401

Unauthorized

post/feedback
Request samples
{
  • "screen": "string",
  • "issue_Type": "string",
  • "description": "string",
  • "logs": "string"
}
Response samples
{
  • "data": "string",
  • "error": {
    },
  • "debug": {
    }
}