Search Service Record TemplatesAsk AIget https://{account}.sysaidit.com/connect/v1/templatesAllows to search service record templates by different criteria.Query Paramslimitinteger1 to 20Defaults to 20The number of records to return per page, up to 20.offsetinteger≥ 0Defaults to 0The offset for pagination. Calculated as (page - 1) * limit (page starts at 1).defaultsFirstbooleanDefaults to falseIndicates whether to return default service record templates first in the result list.truefalseexcludeSubTypesbooleanDefaults to falseIndicates whether service record templates converted from sub-types need to be excluded.truefalsesortBystringenumA service record template field to sort by.idtemplateNamesrTypecreatedByupdatedBydateCreateddateUpdatedcoreSubTypecoreTemplateShow 9 enum valuessortDirstringenumDefaults to ascService record templates sorting direction.ascdescAllowed:ascdesctemplateNamestringSearch service record templates by name.srTypearray of objectsSearch service record templates by service record type.incidentproblemrequestchangecreatedByarray of stringsSearch service record templates by usernames who created templates.createdByADD stringupdatedByarray of stringsSearch service record templates by usernames who updated templates.updatedByADD stringcoreSubTypearray of integersSearch service record templates by core sub-type ids.coreSubTypeADD integercoreTemplatearray of integersSearch service record templates by core template ids.coreTemplateADD integerdateCreatedFromdateSearch service record templates by date from which template were created.dateCreatedTodateSearch service record templates by date to which template were created.dateUpdatedFromdateSearch service record templates by date from which template were updated.dateUpdatedTodateSearch service record templates by date to which template were updated.Responses 200Service record templates list. 400The request was invalid or cannot be served 401Authentication information is missing or invalidUpdated 8 months ago