RequestQuestionTrigger

Create RequestQuestionTrigger

Creates a new RequestQuestionTrigger

SecurityapiKeyAuth
Request
header Parameters
vbagateway-client-id
required
string

Client ID

vbagateway-client-code
required
string

Client code

vbagateway-user-id
required
string

User ID

vbagateway-database
required
string

Target database

Request Body schema:
required
requestQuestionTrigger_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

childRequestQuestionConfig_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

parentAnswerTrigger
string or null
parentRequestQuestionConfig_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

Responses
200

Success

401

Unauthorized

post/request-question-triggers
Request samples
{
  • "requestQuestionTrigger_Key": 0,
  • "childRequestQuestionConfig_Key": 0,
  • "parentAnswerTrigger": "string",
  • "parentRequestQuestionConfig_Key": 0
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List RequestQuestionTrigger

Lists all RequestQuestionTrigger

SecurityapiKeyAuth
Request
query Parameters
sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

header Parameters
vbagateway-client-id
required
string

Client ID

vbagateway-client-code
required
string

Client code

vbagateway-user-id
required
string

User ID

vbagateway-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/request-question-triggers
Request samples
Response samples
No sample

Get RequestQuestionTrigger

Gets RequestQuestionTrigger

SecurityapiKeyAuth
Request
path Parameters
RequestQuestionTrigger_Key
required
integer <int32>

RequestQuestionTrigger Key

header Parameters
vbagateway-client-id
required
string

Client ID

vbagateway-client-code
required
string

Client code

vbagateway-user-id
required
string

User ID

vbagateway-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/request-question-triggers/{RequestQuestionTrigger_Key}
Request samples
Response samples
No sample

Update RequestQuestionTrigger

Updates a specific RequestQuestionTrigger.

SecurityapiKeyAuth
Request
path Parameters
RequestQuestionTrigger_Key
required
integer <int32>

RequestQuestionTrigger Key

header Parameters
vbagateway-client-id
required
string

Client ID

vbagateway-client-code
required
string

Client code

vbagateway-user-id
required
string

User ID

vbagateway-database
required
string

Target database

Request Body schema:
required
requestQuestionTrigger_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

childRequestQuestionConfig_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

parentAnswerTrigger
string or null
parentRequestQuestionConfig_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

Responses
200

Success

401

Unauthorized

put/request-question-triggers/{RequestQuestionTrigger_Key}
Request samples
{
  • "requestQuestionTrigger_Key": 0,
  • "childRequestQuestionConfig_Key": 0,
  • "parentAnswerTrigger": "string",
  • "parentRequestQuestionConfig_Key": 0
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete RequestQuestionTrigger

Deletes an RequestQuestionTrigger

SecurityapiKeyAuth
Request
path Parameters
RequestQuestionTrigger_Key
required
integer <int32>

RequestQuestionTrigger Key

header Parameters
vbagateway-client-id
required
string

Client ID

vbagateway-client-code
required
string

Client code

vbagateway-user-id
required
string

User ID

vbagateway-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/request-question-triggers/{RequestQuestionTrigger_Key}
Request samples

Create or Update Batch RequestQuestionTrigger

Create or Update multiple RequestQuestionTrigger at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth
Request
header Parameters
vbagateway-client-id
required
string

Client ID

vbagateway-client-code
required
string

Client code

vbagateway-user-id
required
string

User ID

vbagateway-database
required
string

Target database

Request Body schema:
required
Array
requestQuestionTrigger_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

childRequestQuestionConfig_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

parentAnswerTrigger
string or null
parentRequestQuestionConfig_Key
required
integer <int32>

Note: This field is marked as NOT NULL in the database and therefore required by the API.

Responses
207

Success

401

Unauthorized

put/request-question-triggers-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}