ZRM Docs
Domain Model

Sla Template

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
workspaceIdstringYesID of the associated workspace
namestringYesName
descriptionunknownYesDescription
isDefaultbooleanYesIs default
responseTimeMinutesintegerYesResponse time minutes
resolutionTimeMinutesintegerYesResolution time minutes
businessHoursOnlybooleanYesBusiness hours only

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
namestringYesName
descriptionstringNoDescription
isDefaultbooleanYesfalseIs default
responseTimeMinutesintegerYesResponse time minutes
resolutionTimeMinutesintegerYesResolution time minutes
businessHoursOnlybooleanYesfalseBusiness hours only
workspaceIdstringNoID of the associated workspace

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
namestringNoName
descriptionstringNoDescription
isDefaultbooleanNofalseIs default
responseTimeMinutesintegerNoResponse time minutes
resolutionTimeMinutesintegerNoResolution time minutes
businessHoursOnlybooleanNofalseBusiness hours only

On this page