Get Business Request Type Template Fields
GetBusinessRequestTypeTemplateFields API
Base Endpoint:
GET https://api.vlenseg.com/api/BusinessRequest/GetBusinessRequestTypeTemplateFields?requestTypeId={id}
Overview:
This endpoint retrieves the template fields for a specific business request type. The fields include questions, their display texts, possible values, and other relevant data. It supports bearer authentication and requires an API key.
Authorization
Bearer Authentication
Query parameters
requestTypeId (required): The unique identifier of the business request type (integer).
Header parameters
ApiKey: API key for the request.
TenancyName: Name of the tenant.
Authorization: Bearer token.
This endpoint retrieves the template fields for a specific business request type.
The unique identifier of the business request type.
Successful response
Invalid request
Unauthorized
Business request type not found
Last updated