Skip to main content
POST
Create LQA profile

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Body

application/json

LQA profile to create

errorCategories
object
required

Error categories and their importance weight. If not provided, defaults will be created.

name
string
required

Name of the LQA profile

Required string length: 1 - 255
passFailThreshold
object
penaltyPoints
object

Penalty points for each severity level. By default neutral is 0, minor is 1, major is 5, critical is 10.

Response

Created

createdBy
object
required
dateCreated
string<date-time>
required

Date and time when the profile was created

errorCategories
object
required

Error categories and their importance weight. If not provided, defaults will be created.

isDefault
boolean
required

If profile is set as default for organization

name
string
required

Name of the profile

organization
object
required

Reference to an object by its unique identifier

passFailThreshold
object
required
penaltyPoints
object
required

Penalty points for each severity level. By default neutral is 0, minor is 1, major is 5, critical is 10.

uid
string
required

UID of the profile

Example:

"string"