-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc2.jsonl
1 lines (1 loc) · 800 KB
/
c2.jsonl
1
{"swagger":"2.0","info":{"description":"C2Atom API Documentation","license":{"name":"2020 C2 Innovations Inc. All rights reserved.","url":"https://www.c2enterprise.com/en/terms-of-service-0"},"termsOfService":"https://www.c2enterprise.com/en/terms-of-service-0","title":"C2Atom API","version":"v0"},"paths":{"/api/Attachments/Download":{"post":{"parameters":[{"format":"uuid","in":"query","name":"AttachmentId","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Attachments"]}},"/api/Attachments/RetrieveByIds":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Attachments"]}},"/api/Attachments/Upload":{"post":{"parameters":[],"responses":{"200":{"description":"Success"}},"tags":["Attachments"],"summary":"Creates files on the server for later access"}},"/api/CI/Export":{"get":{"parameters":[{"in":"query","name":"Key","type":"string"},{"description":"Use this to offset date and times in retrieved report.","format":"int32","in":"query","name":"TimezoneOffset","type":"integer"},{"enum":["0 - AsReport","1 - ForImport"],"format":"int32","in":"query","name":"ExportType","type":"integer"},{"in":"query","name":"Anonymized","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["CI"]},"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"# Request body samples\r\n---\r\n**Get All CI**\r\n```\r\n{\r\n\"page\": 1,\r\n\"size\": 10,\r\n\"orderBy\": [],\r\n\"groupBy\": [],\r\n\"searchCriteria\": {}\r\n}\r\n```\r\n---\r\n**Get All CI for a ciTypeId and order by name**\r\n```\r\n{\r\n\"page\": 1,\r\n\"size\": 10,\r\n\"orderBy\": [{\r\n\"Field\": \"Name\",\r\n\"Dir\": \"desc\"\r\n}],\r\n\"searchCriteria\": {\r\n\"ciTypeId\": \"7a9c86d0-30ad-4f73-88cf-f27ecb1851bc\"\r\n}\r\n}\r\n```","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsParameters"}}],"responses":{"200":{"description":"Standard response with ticket id in the data field"}},"tags":["CI"],"description":"This API allows you to retrieve a list of CI","summary":"Retrieve CI's"}},"/api/CI/RetrieveCIClients":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/RetrieveCIEnterprises":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/RetrieveCIsForClient":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/RetrieveCIsForEnterprise":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIDetailsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/RetrieveDetailsForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsForAutocompleteParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/RetrieveForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"},{"in":"body","name":"body","schema":{"$ref":"#/definitions/FormFieldsDto"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/RetrieveTicketCounts":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveCIRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/UpdateProperties":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateCIPropertiesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CI/UpdateProperty":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateCIPropertyParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CI"]}},"/api/CICategories/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCICategoriesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CICategories"]}},"/api/CICategories/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CICategories"]}},"/api/CICategories/RetrieveForTreeView":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCICategoriesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CICategories"]}},"/api/CICategories/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveCICategoryRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CICategories"]}},"/api/CIFolders/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFoldersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CIFolders"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/CIFolders/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CIFolders"],"summary":"Used to get the detail of one specific entity"}},"/api/CIFolders/RetrieveForTreeView":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFoldersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CIFolders"]}},"/api/CIFolders/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveCIFolderViewModelCIFolderSaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CIFolders"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/CITypes/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCITypesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CITypes"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/CITypes/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CITypes"],"summary":"Used to get the detail of one specific entity"}},"/api/CITypes/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveCITypeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CITypes"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/Catalogs/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCatalogsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Catalogs"]}},"/api/Catalogs/RetrieveCatalogRequests":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Catalogs"]}},"/api/Catalogs/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Catalogs"]}},"/api/Catalogs/RetrieveForAutocomplete":{"post":{"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Catalogs"]}},"/api/Catalogs/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveCatalogRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Catalogs"]}},"/api/Categories/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Categories"],"summary":"Used to delete an entity"}},"/api/Categories/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFoldersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Categories"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/Categories/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Categories"],"summary":"Used to get the detail of one specific entity"}},"/api/Categories/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveCategoryViewModelCategorySaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Categories"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/ClientCredentials/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientCredentials"],"summary":"Used to delete an entity"}},"/api/ClientCredentials/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveClientCredentialsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientCredentials"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/ClientCredentials/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientCredentials"],"summary":"Used to get the detail of one specific entity"}},"/api/ClientCredentials/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveClientCredentialParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientCredentials"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/ClientNotes/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientNotes"]}},"/api/ClientNotes/MarkAsRead":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientNotes"]}},"/api/ClientNotes/MarkAsUnread":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientNotes"]}},"/api/ClientNotes/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNoteByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientNotes"]}},"/api/ClientNotes/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveNoteRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ClientNotes"]}},"/api/Clients/Convert":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/ConvertClientToResourceParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Converts the client to a resource."}},"/api/Clients/Export":{"get":{"parameters":[{"in":"query","name":"Key","type":"string"},{"description":"Use this to offset date and times in retrieved report.","format":"int32","in":"query","name":"TimezoneOffset","type":"integer"},{"enum":["0 - AsReport","1 - ForImport"],"format":"int32","in":"query","name":"ExportType","type":"integer"},{"in":"query","name":"Anonymized","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Clients"]},"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveClientsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"]}},"/api/Clients/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveClientsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Retrieves the list of clients matching the parameters."}},"/api/Clients/RetrieveCIs":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Retrieves the c is."}},"/api/Clients/RetrieveCollectionDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCollectionDetailsByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"]}},"/api/Clients/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveClientDetailsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Retrieves the client's details by Id"}},"/api/Clients/RetrieveDetailsByUsername":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByUsernameParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Retrieves the client's details by Username"}},"/api/Clients/RetrieveDetailsForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Retrieves the details for autocomplete."}},"/api/Clients/RetrieveForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"query","name":"ExcludeResources","type":"boolean"},{"in":"query","name":"ExcludeMissingEmail","type":"boolean"},{"in":"query","name":"DuplicateByEnterprise","type":"boolean"},{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"},{"description":"The optional form fields to search with","in":"body","name":"body","schema":{"$ref":"#/definitions/FormFieldsDto"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Retrieves for autocomplete."}},"/api/Clients/RetrieveMany":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveManyByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Retrieves many clients."}},"/api/Clients/RetrievePrimaryEnterprise":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Gets the Primary enterprise of a given client"}},"/api/Clients/RetrieveProfiles":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"]}},"/api/Clients/RetrieveTicketCounts":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"]}},"/api/Clients/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveClientRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Saves the specified parameters."}},"/api/Clients/Unlock":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"]}},"/api/Clients/UpdateLanguage":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters.","in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateLanguageRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"],"summary":"Updates the language."}},"/api/Clients/UpdateProperties":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateClientPropertiesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"]}},"/api/Clients/UpdateProperty":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateClientPropertyParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Clients"]}},"/api/Content/Retrieve":{"get":{"parameters":[{"in":"query","name":"CultureId","type":"string"},{"in":"query","name":"ContentGroup","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Content"]}},"/api/CustomFields/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFieldsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomFields"]}},"/api/CustomFields/RetrieveCustomGridFields":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomFields"]}},"/api/CustomFields/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomFields"]}},"/api/CustomFields/RetrieveOccurrencesCount":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveOccurrencesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomFields"]}},"/api/CustomFields/RetrieveOccurrencesForEntity":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveOccurrencesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomFields"]}},"/api/CustomFields/RetrieveOptions":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomFields"],"summary":"This function exists for do not change the security to Public on the RetrieveDetails function."}},"/api/CustomFields/RetrieveRemoteApplication":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveRemoteApplicationParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomFields"]}},"/api/CustomFields/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveCustomFieldDefinitionRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomFields"]}},"/api/CustomForms/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFormsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomForms"]}},"/api/CustomForms/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomForms"]}},"/api/CustomForms/RetrieveDetailsByTag":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByTagParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomForms"]}},"/api/CustomForms/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveFormParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["CustomForms"]}},"/api/EmailTemplates/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveEmailTemplatesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["EmailTemplates"]}},"/api/EmailTemplates/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["EmailTemplates"]}},"/api/EmailTemplates/RetrieveDetailsConverted":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveEmailTemplateConvertedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["EmailTemplates"]}},"/api/EmailTemplates/RetrieveForAutoComplete":{"post":{"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["EmailTemplates"]}},"/api/EmailTemplates/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveEmailTemplateRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["EmailTemplates"]}},"/api/Emails/CheckEmailValidationCode":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/CheckEmailValidationCodeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Emails/ForwardAttachments":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Emails/MarkAsRead":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Emails/MarkAsUnread":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Emails/MoveTo":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/MoveEmailToTicketParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Emails/New":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/NewEmailRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Emails/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Emails/Send":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SendEmailRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Emails/SendEmailValidationCode":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SendEmailValidationCodeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Emails"]}},"/api/Enterprises/Export":{"get":{"parameters":[{"in":"query","name":"Key","type":"string"},{"description":"Use this to offset date and times in retrieved report.","format":"int32","in":"query","name":"TimezoneOffset","type":"integer"},{"enum":["0 - AsReport","1 - ForImport"],"format":"int32","in":"query","name":"ExportType","type":"integer"},{"in":"query","name":"Anonymized","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]},"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveEnterprisesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveEnterprisesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/RetrieveCollectionDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCollectionDetailsByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveEnterpriseByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/RetrieveDetailsForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveEnterpriseByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/RetrieveForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"},{"in":"body","name":"body","schema":{"$ref":"#/definitions/FormFieldsDto"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/RetrieveManagerOf":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/EnterprisesManagerOfWithCountParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/RetrieveTicketCounts":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveEnterpriseRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/Unlock":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/UpdateProperties":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdatePropertiesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/Enterprises/UpdateProperty":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateEnterprisePropertyParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Enterprises"]}},"/api/FieldSectionTemplates/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["FieldSectionTemplates"],"summary":"Used to delete an entity"}},"/api/FieldSectionTemplates/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFieldSectionTemplatesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["FieldSectionTemplates"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/FieldSectionTemplates/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["FieldSectionTemplates"],"summary":"Used to get the detail of one specific entity"}},"/api/FieldSectionTemplates/RetrieveOccurrencesCount":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveOccurrencesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["FieldSectionTemplates"]}},"/api/FieldSectionTemplates/RetrieveOccurrencesForEntity":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveOccurrencesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["FieldSectionTemplates"]}},"/api/FieldSectionTemplates/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveFieldSectionTemplateParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["FieldSectionTemplates"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/Fields/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFieldsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Fields"]}},"/api/FilledForms/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFilledFormsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["FilledForms"]}},"/api/FilledForms/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveFilledFormRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["FilledForms"]}},"/api/GridTemplates/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["GridTemplates"],"summary":"Used to delete an entity"}},"/api/GridTemplates/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveGridTemplatesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["GridTemplates"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/GridTemplates/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["GridTemplates"],"summary":"Used to get the detail of one specific entity"}},"/api/GridTemplates/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveGridTemplateViewModelGridTemplateSaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["GridTemplates"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/Groups/Edit":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Groups"]}},"/api/Groups/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveGroupsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Groups"]}},"/api/Groups/RetrieveAll":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Groups"]}},"/api/Groups/RetrieveForAutoComplete":{"post":{"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Groups"]}},"/api/Groups/RetrieveIntermailConfigs":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveGroupIntermailConfigsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Groups"]}},"/api/Groups/RetrieveMany":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveManyByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Groups"],"summary":"Retrieves summary information for many groups."}},"/api/Groups/RetrieveMissingAppFeatures":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveMissingAppFeaturesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Groups"]}},"/api/Groups/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveGroupRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Groups"]}},"/api/Holidays/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Holidays"]}},"/api/Holidays/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveHolidaysParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Holidays"]}},"/api/Holidays/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Holidays"]}},"/api/Holidays/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveHolidayParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Holidays"]}},"/api/IaActionTemplates/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaActionTemplates"],"summary":"Used to delete an entity"}},"/api/IaActionTemplates/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveIaActionTemplatesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaActionTemplates"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/IaActionTemplates/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaActionTemplates"],"summary":"Used to get the detail of one specific entity"}},"/api/IaActionTemplates/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveIaActionTemplatesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaActionTemplates"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/IaEvents/RetrieveIaProcessEvent":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveIaEventsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaEvents"]}},"/api/IaFolders/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaFolders"],"summary":"Used to delete an entity"}},"/api/IaFolders/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveFoldersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaFolders"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/IaFolders/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaFolders"],"summary":"Used to get the detail of one specific entity"}},"/api/IaFolders/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/IaFolderSaveFolderViewModelIaFolderSaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaFolders"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/IaProcesses/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveIaProcessesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaProcesses"]}},"/api/IaProcesses/RetrieveCount":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaProcesses"]}},"/api/IaProcesses/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaProcesses"]}},"/api/IaProcesses/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveIaProcessParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IaProcesses"]}},"/api/Import/ADClients":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"],"summary":"For backward compatibility."}},"/api/Import/CIs":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportCsvRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/CIsPartial":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportCsvRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/CSVClients":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportCsvRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/CheckImportRunning":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/DownloadFile":{"post":{"parameters":[{"description":"","in":"query","name":"pathFileName","type":"string"},{"default":"text/plain","description":"","in":"query","name":"contentType","type":"string"},{"description":"Client = 0\r\nCI = 1\r\nEnterprise = 2\r\nTicket = 3\r\nTask = 4","enum":[0,1,2,3,4],"format":"int32","in":"query","name":"importType","type":"integer"}],"responses":{"200":{"description":"Success"}},"tags":["Import"],"summary":""}},"/api/Import/ImportCIsCsv":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportCsvRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportCIsCsvForm":{"post":{"consumes":["multipart/form-data"],"parameters":[{"collectionFormat":"csv","in":"formData","items":{"format":"binary","type":"string"},"name":"UploadFiles","type":"array"},{"in":"formData","name":"Path","type":"string"},{"format":"int32","in":"formData","name":"SearchType","type":"integer"},{"in":"formData","name":"SearchCulture","type":"string"},{"in":"formData","name":"MultipleSeparator","type":"string"},{"in":"formData","name":"KeepSynchronized","type":"boolean"},{"in":"formData","name":"OnErrorResumeNext","type":"boolean"},{"in":"formData","name":"DoNotSendActivateAccountNotification","type":"boolean"},{"in":"formData","name":"Delimiter","type":"string"},{"in":"formData","name":"FileCulture","type":"string"},{"in":"formData","name":"NormalizeData","type":"boolean"},{"in":"formData","name":"ValidationOnly","type":"boolean"},{"description":"Token supplied by request as String.","in":"formData","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"formData","name":"UserName","type":"string"},{"in":"formData","name":"Password","type":"string"},{"in":"formData","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"formData","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportCIsOdbc":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportClientsCsv":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportCsvRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportClientsCsvForm":{"post":{"consumes":["multipart/form-data"],"parameters":[{"collectionFormat":"csv","in":"formData","items":{"format":"binary","type":"string"},"name":"UploadFiles","type":"array"},{"in":"formData","name":"Path","type":"string"},{"format":"int32","in":"formData","name":"SearchType","type":"integer"},{"in":"formData","name":"SearchCulture","type":"string"},{"in":"formData","name":"MultipleSeparator","type":"string"},{"in":"formData","name":"KeepSynchronized","type":"boolean"},{"in":"formData","name":"OnErrorResumeNext","type":"boolean"},{"in":"formData","name":"DoNotSendActivateAccountNotification","type":"boolean"},{"in":"formData","name":"Delimiter","type":"string"},{"in":"formData","name":"FileCulture","type":"string"},{"in":"formData","name":"NormalizeData","type":"boolean"},{"in":"formData","name":"ValidationOnly","type":"boolean"},{"description":"Token supplied by request as String.","in":"formData","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"formData","name":"UserName","type":"string"},{"in":"formData","name":"Password","type":"string"},{"in":"formData","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"formData","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportClientsOdbc":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportEnterprisesCsv":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportCsvRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportEnterprisesCsvForm":{"post":{"consumes":["multipart/form-data"],"parameters":[{"collectionFormat":"csv","in":"formData","items":{"format":"binary","type":"string"},"name":"UploadFiles","type":"array"},{"in":"formData","name":"Path","type":"string"},{"format":"int32","in":"formData","name":"SearchType","type":"integer"},{"in":"formData","name":"SearchCulture","type":"string"},{"in":"formData","name":"MultipleSeparator","type":"string"},{"in":"formData","name":"KeepSynchronized","type":"boolean"},{"in":"formData","name":"OnErrorResumeNext","type":"boolean"},{"in":"formData","name":"DoNotSendActivateAccountNotification","type":"boolean"},{"in":"formData","name":"Delimiter","type":"string"},{"in":"formData","name":"FileCulture","type":"string"},{"in":"formData","name":"NormalizeData","type":"boolean"},{"in":"formData","name":"ValidationOnly","type":"boolean"},{"description":"Token supplied by request as String.","in":"formData","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"formData","name":"UserName","type":"string"},{"in":"formData","name":"Password","type":"string"},{"in":"formData","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"formData","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportEnterprisesOdbc":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportTasksCsv":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportCsvRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportTasksCsvForm":{"post":{"consumes":["multipart/form-data"],"parameters":[{"collectionFormat":"csv","in":"formData","items":{"format":"binary","type":"string"},"name":"UploadFiles","type":"array"},{"in":"formData","name":"Path","type":"string"},{"format":"int32","in":"formData","name":"SearchType","type":"integer"},{"in":"formData","name":"SearchCulture","type":"string"},{"in":"formData","name":"MultipleSeparator","type":"string"},{"in":"formData","name":"KeepSynchronized","type":"boolean"},{"in":"formData","name":"OnErrorResumeNext","type":"boolean"},{"in":"formData","name":"DoNotSendActivateAccountNotification","type":"boolean"},{"in":"formData","name":"Delimiter","type":"string"},{"in":"formData","name":"FileCulture","type":"string"},{"in":"formData","name":"NormalizeData","type":"boolean"},{"in":"formData","name":"ValidationOnly","type":"boolean"},{"description":"Token supplied by request as String.","in":"formData","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"formData","name":"UserName","type":"string"},{"in":"formData","name":"Password","type":"string"},{"in":"formData","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"formData","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportTasksOdbc":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportTicketsCsv":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportCsvRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportTicketsCsvForm":{"post":{"consumes":["multipart/form-data"],"parameters":[{"collectionFormat":"csv","in":"formData","items":{"format":"binary","type":"string"},"name":"UploadFiles","type":"array"},{"in":"formData","name":"Path","type":"string"},{"format":"int32","in":"formData","name":"SearchType","type":"integer"},{"in":"formData","name":"SearchCulture","type":"string"},{"in":"formData","name":"MultipleSeparator","type":"string"},{"in":"formData","name":"KeepSynchronized","type":"boolean"},{"in":"formData","name":"OnErrorResumeNext","type":"boolean"},{"in":"formData","name":"DoNotSendActivateAccountNotification","type":"boolean"},{"in":"formData","name":"Delimiter","type":"string"},{"in":"formData","name":"FileCulture","type":"string"},{"in":"formData","name":"NormalizeData","type":"boolean"},{"in":"formData","name":"ValidationOnly","type":"boolean"},{"description":"Token supplied by request as String.","in":"formData","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"formData","name":"UserName","type":"string"},{"in":"formData","name":"Password","type":"string"},{"in":"formData","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"formData","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/ImportTicketsOdbc":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/LoadInitialConfig":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/OdbcCIs":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/OdbcClients":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/Import/OdbcTickets":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ImportRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Import"]}},"/api/IntermailConfigs/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/IntermailConfigsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IntermailConfigs"]}},"/api/IntermailConfigs/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IntermailConfigs"]}},"/api/IntermailConfigs/RetrieveForAutocomplete":{"post":{"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["IntermailConfigs"]}},"/api/IntermailConfigs/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveIntermailConfigRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["IntermailConfigs"]}},"/api/JsonData/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["JsonData"]}},"/api/JsonData/RetrieveUserPreferences":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["JsonData"]}},"/api/JsonData/SaveUserPreferences":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveJSonDataRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["JsonData"]}},"/api/KnowledgeBase/AddConsultation":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/Export":{"get":{"parameters":[{"in":"query","name":"Key","type":"string"},{"description":"Use this to offset date and times in retrieved report.","format":"int32","in":"query","name":"TimezoneOffset","type":"integer"},{"enum":["0 - AsReport","1 - ForImport"],"format":"int32","in":"query","name":"ExportType","type":"integer"},{"in":"query","name":"Anonymized","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]},"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveKBItemsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/Like":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveKbLikeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/ReservationIsValid":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ReservationForCalendarCriteria"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"# Request body samples\r\n---\r\n**Get All CI**\r\n```\r\n{\r\n\"page\": 1,\r\n\"size\": 10,\r\n\"orderBy\": [],\r\n\"groupBy\": [],\r\n\"searchCriteria\": {}\r\n}\r\n```\r\n---\r\n**Get All CI for a ciTypeId and order by name**\r\n```\r\n{\r\n\"page\": 1,\r\n\"size\": 10,\r\n\"orderBy\": [{\r\n\"Field\": \"Name\",\r\n\"Dir\": \"desc\"\r\n}],\r\n\"searchCriteria\": {\r\n\"ciTypeId\": \"7a9c86d0-30ad-4f73-88cf-f27ecb1851bc\"\r\n}\r\n}\r\n```","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveKBItemsParameters"}}],"responses":{"200":{"description":"Standard response with ticket id in the data field"}},"tags":["KnowledgeBase"],"description":"This API allows you to retrieve a list of CI","summary":"Retrieve CI's"}},"/api/KnowledgeBase/RetrieveCIClients":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveCIEnterprises":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveCIsForClient":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveCIsForEnterprise":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveConsultations":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveKbItemConsultationsPageParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIDetailsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveDetailsForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIsForAutocompleteParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveDetailsForPortal":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCIDetailsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"},{"in":"body","name":"body","schema":{"$ref":"#/definitions/FormFieldsDto"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveForPortal":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveRelationsById":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTreeRelationsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveReservations":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/ReservationForCalendarCriteria"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveSolution":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveSubscriptions":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveKbItemSubscriptionsPageParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveTicketCounts":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/RetrieveUserSubscriptions":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveKBItemRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/Subscribe":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveKbSubscribtionParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/Unlock":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/Unsubscribe":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/KbSubscribtionsUnsubscribeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/UpdateProperties":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateCIPropertiesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/KnowledgeBase/UpdateProperty":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateCIPropertyParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["KnowledgeBase"]}},"/api/ListFilters/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListFilters"]}},"/api/ListFilters/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveListFiltersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListFilters"]}},"/api/ListFilters/RetrieveByCustomFieldId":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListFilters"]}},"/api/ListFilters/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListFilters"]}},"/api/ListFilters/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveListFilterParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListFilters"]}},"/api/ListItems/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListItems"],"summary":"Deletes a list Item."}},"/api/ListItems/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveListItemsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListItems"],"summary":"Retrieves the paged list of list items, suitable for a grid."}},"/api/ListItems/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListItems"],"summary":"Retrieves the details of a listItem."}},"/api/ListItems/RetrieveDetailsTranslated":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListItems"]}},"/api/ListItems/RetrieveForTreeView":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveListItemForTreeviewParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListItems"]}},"/api/ListItems/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveListItemParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListItems"],"summary":"Creates or updates a listItem."}},"/api/ListItems/SetParent":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SetParentParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ListItems"],"summary":"Sets the parent of a listItem.\r\nNOTE: List Type is required for the cache to be cleared. This should be obsoleted."}},"/api/Lists/CatalogLists":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCatalogListsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"]}},"/api/Lists/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"],"summary":"Deletes an editable list."}},"/api/Lists/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveListsParameters"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/GridListViewModelListAPIGridResponse"}}},"tags":["Lists"],"summary":"Retrieves the list of lists that are editable, without their list items.\r\nThe grid in the lists manager calls this API."}},"/api/Lists/RetrieveById":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveListsByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"],"summary":"Retrieve a list by its id. The list's items are included."}},"/api/Lists/RetrieveByType":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveListByTypeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"],"summary":"Retrieve a list by its type. The list's items are included."}},"/api/Lists/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"],"summary":"Retrieves the editable details of the given list.\r\nThe lists manager uses this API for edit."}},"/api/Lists/RetrieveForTreeView":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveListForTreeviewParameters"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/ListTreeviewViewModelListAPIResponse"}}},"tags":["Lists"]}},"/api/Lists/RetrieveImageForList":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"],"summary":"Retrieve a list by its type. The list's items are included."}},"/api/Lists/RetrieveListIdByType":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveListByTypeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"]}},"/api/Lists/RetrieveManyByType":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveManyListByTypeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"],"summary":"Retrieve a list by its type. The list's items are included."}},"/api/Lists/RetrieveSupportedCulture":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"]}},"/api/Lists/RetrieveWorkflows":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"]}},"/api/Lists/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveListParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Lists"],"summary":"Saves an editable list."}},"/api/MyGridTemplates/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MyGridTemplates"],"summary":"Used to delete an entity"}},"/api/MyGridTemplates/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveGridTemplatesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MyGridTemplates"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/MyGridTemplates/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MyGridTemplates"],"summary":"Used to get the detail of one specific entity"}},"/api/MyGridTemplates/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveGridTemplateViewModelGridTemplateSaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MyGridTemplates"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/MySearchFilters/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MySearchFilters"],"summary":"Used to delete an entity"}},"/api/MySearchFilters/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveSearchFiltersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MySearchFilters"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/MySearchFilters/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MySearchFilters"],"summary":"Used to get the detail of one specific entity"}},"/api/MySearchFilters/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveSearchFilterViewModelSearchFilterSaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MySearchFilters"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/MySearchTemplates/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MySearchTemplates"],"summary":"Used to delete an entity"}},"/api/MySearchTemplates/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveSearchFiltersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MySearchTemplates"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/MySearchTemplates/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MySearchTemplates"],"summary":"Used to get the detail of one specific entity"}},"/api/MySearchTemplates/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveSearchFilterViewModelSearchFilterSaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["MySearchTemplates"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/Notes/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notes"]}},"/api/Notes/MarkAsRead":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notes"]}},"/api/Notes/MarkAsUnread":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notes"]}},"/api/Notes/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNoteByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notes"]}},"/api/Notes/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveNoteRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notes"]}},"/api/Notifications/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notifications"]}},"/api/Notifications/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNotificationsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notifications"]}},"/api/Notifications/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notifications"]}},"/api/Notifications/RetrieveForDisplay":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNotificationsForDisplayParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notifications"]}},"/api/Notifications/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveNotificationRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Notifications"]}},"/api/PortalAPI/AddFavorite":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AddFavoriteParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/CancelTicket":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/CancelTicketRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/CatalogLists":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCatalogListsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/CheckIfClientCanSubmitRequest":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/CreateTicketNote":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveNoteRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/FiltersWidget":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/LoginAnonymous":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByC2ClientIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/MarkAsReadUnread":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/MarkAsReadUnreadRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/New":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RemoveFavorite":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RemoveFavoriteParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveApprovals":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveByFieldDefinition":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByCustomPropertyRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveCatalogForAutocomplete":{"post":{"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"IgnoreCatalogFilter","type":"boolean"},{"format":"uuid","in":"query","name":"CatalogId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"TicketTypeId","type":"string"},{"in":"query","name":"ExcludePrivate","type":"boolean"},{"in":"query","name":"SingleVirtualCatalog","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveClientDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveEmailDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveEnterprises":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveIds":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveNoteDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNoteByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrievePrintTemplates":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrievePrintTemplatesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveRequestDetailsWithServiceLevel":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveRequestDetailsWithServiceLevelParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveRequestForWizard":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveRequestForWizardParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveRequestsByService":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveRequestsByServiceRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveSurvey":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveSurveyParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveTicket":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNewTicketDetailsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"],"summary":"Retrieves the details of a ticket for display in the portal's ticket form./*/"}},"/api/PortalAPI/RetrieveTicketDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveTickets":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"],"summary":"Retrieve handler for tickets grid."}},"/api/PortalAPI/RetrieveViewByUrl":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveViewByUrlParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/RetrieveViewTickets":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SavePortalTicketRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/PortalAPI/UpdateApprovals":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdatePortalApprovalRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["PortalAPI"]}},"/api/Priorities/CalculateDueDate":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/CalculateDueDateRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Priorities"]}},"/api/Priorities/CalculatePriority":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/CalculatePriorityRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Priorities"]}},"/api/Priorities/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Priorities"]}},"/api/Priorities/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SavePrioritiesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Priorities"]}},"/api/Queues/RetrieveForAutocomplete":{"post":{"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Queues"]}},"/api/Queues/RetrieveWithCount":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveQueuesCountsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Queues"]}},"/api/Reports/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Reports"]}},"/api/Reports/RetrieveConfiguration":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Reports"]}},"/api/ReportsV2/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ReportsV2"],"summary":"Used to delete an entity"}},"/api/ReportsV2/Export":{"get":{"parameters":[{"format":"uuid","in":"query","name":"Id","type":"string"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["ReportsV2"]}},"/api/ReportsV2/Import":{"post":{"parameters":[{"in":"query","name":"Name","type":"string"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["ReportsV2"]}},"/api/ReportsV2/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveReportsV2Parameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ReportsV2"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/ReportsV2/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ReportsV2"],"summary":"Used to get the detail of one specific entity"}},"/api/ReportsV2/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveReportV2Parameters"}}],"responses":{"200":{"description":"Success"}},"tags":["ReportsV2"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/Requests/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Requests"]}},"/api/Requests/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveRequestsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Requests"]}},"/api/Requests/RetrieveDefaultByClient":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveDefaultRequestByClientParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Requests"]}},"/api/Requests/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Requests"]}},"/api/Requests/RetrieveDetailsForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Requests"]}},"/api/Requests/RetrieveForAutocomplete":{"post":{"parameters":[{"in":"query","name":"Query","type":"string"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Requests"]}},"/api/Requests/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveRequestRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Requests"]}},"/api/Resources/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveResourcesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveAdmin":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByC2ClientIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveCanManageTimesheet":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveCollectionDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCollectionDetailsByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveResourceByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveDetailsForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveResourceByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"format":"uuid","in":"query","name":"GroupId","type":"string"},{"in":"query","name":"ExcludeResourceIds","type":"string"},{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"},{"in":"body","name":"body","schema":{"$ref":"#/definitions/FormFieldsDto"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveGroupsCountPerResource":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByGroupParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveResourceIntermailConfigs":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/RetrieveWithTicketCount":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveResourcesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveResourceRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/UpdateProperties":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateResourcePropertiesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/UpdateProperty":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdateResourcePropertyParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/Resources/UpdateResourceState":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveResourceRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Resources"]}},"/api/SearchFilters/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SearchFilters"],"summary":"Used to delete an entity"}},"/api/SearchFilters/Public":{"post":{"parameters":[{"format":"uuid","in":"query","name":"c2ClientId","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["SearchFilters"]}},"/api/SearchFilters/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveSearchFiltersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SearchFilters"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/SearchFilters/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SearchFilters"],"summary":"Used to get the detail of one specific entity"}},"/api/SearchFilters/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveSearchFilterViewModelSearchFilterSaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SearchFilters"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/SearchTemplates/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SearchTemplates"],"summary":"Used to delete an entity"}},"/api/SearchTemplates/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveSearchFiltersParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SearchTemplates"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/SearchTemplates/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SearchTemplates"],"summary":"Used to get the detail of one specific entity"}},"/api/SearchTemplates/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveSearchFilterViewModelSearchFilterSaveParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SearchTemplates"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/Services/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/DeleteServiceRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Services"]}},"/api/Services/Edit":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveServiceByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Services"]}},"/api/Services/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveServicesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Services"]}},"/api/Services/RetrieveForAutocomplete":{"post":{"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Services"]}},"/api/Services/RetrieveInfo":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Services"]}},"/api/Services/RetrieveKBCount":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveKBCountParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Services"]}},"/api/Services/RetrieveName":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Services"]}},"/api/Services/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveServiceRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Services"]}},"/api/SystemFieldDatas/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveSystemFieldDatasRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["SystemFieldDatas"]}},"/api/TaskTemplates/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TaskTemplates"]}},"/api/TaskTemplates/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTaskTemplatesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TaskTemplates"]}},"/api/TaskTemplates/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TaskTemplates"]}},"/api/TaskTemplates/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveTaskTemplateRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TaskTemplates"]}},"/api/Ticket/AddToGanttChart":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AddToGanttChartParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/AssignResource":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AssignResourceToTicketRequestParameter"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/ChangeBankedHours":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketChangeBankedHoursParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/Close":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNewTicketDetailsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/DeleteWorkflow":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/Export":{"get":{"parameters":[{"in":"query","name":"Key","type":"string"},{"description":"Use this to offset date and times in retrieved report.","format":"int32","in":"query","name":"TimezoneOffset","type":"integer"},{"enum":["0 - AsReport","1 - ForImport"],"format":"int32","in":"query","name":"ExportType","type":"integer"},{"in":"query","name":"Anonymized","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]},"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/HasBillableTimesheet":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/IsLocked":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/LoadFromRequestTemplate":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveRequestDetailsWithServiceLevelParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/LoadFromTaskTemplate":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/MoveTicketOnCalendar":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/MoveTicketCalendarRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/OpenForm":{"post":{"parameters":[{"collectionFormat":"multi","in":"query","items":{"$ref":"#/definitions/StringStringValuesKeyValuePair"},"name":"Query","type":"array"},{"in":"query","name":"QueryString.Value","type":"string"},{"in":"query","name":"QueryString.HasValue","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/QuickStatusChange":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/QuickStatusChangeParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"],"summary":"Retrieve handler for tickets grid."}},"/api/Ticket/RetrieveAssignees":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveCalendar":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsCalendarRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveCollectionDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveCollectionDetailsByIdsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveCommunicationsAttachments":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketCommunicationsAttachmentsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"description":"# Request body samples\r\n---\r\n**Get details by SequenceNumber**\r\n```\r\n{\r\n\"SequenceNumber\": 87913,\r\n\"DoNotLock\": true\r\n}\r\n```\r\n---\r\n**Get details by ticket Id**\r\n```\r\n{\r\n\"Id\": \"05cdece8-c2d9-481a-8474-b8cfaf86c473\",\r\n\"DoNotLock\": true\r\n}\r\n```","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNewTicketDetailsParameters"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/NewTicketDetailsViewModelAPIResponse"}}},"tags":["Ticket"],"summary":"Used to retrieve ticket complete details"}},"/api/Ticket/RetrieveDetailsBasic":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"description":"# Request body samples\r\n---\r\n**Get basic details by ticket Id**\r\n```\r\n{\r\n\"Id\": \"05cdece8-c2d9-481a-8474-b8cfaf86c473\"\r\n}\r\n```","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/TicketDtoAPIResponse"}}},"tags":["Ticket"],"summary":"Used to retrieve ticket basic details"}},"/api/Ticket/RetrieveDetailsForAccordeon":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveForAutocomplete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"query","name":"Query","type":"string"},{"in":"query","name":"HasFilters","type":"boolean"},{"format":"uuid","in":"query","name":"FieldDefinitionId","type":"string"},{"format":"uuid","in":"query","name":"ClientId","type":"string"},{"format":"uuid","in":"query","name":"EnterpriseId","type":"string"},{"format":"uuid","in":"query","name":"ExcludeGroupId","type":"string"},{"in":"query","name":"CanSeeGroupOnly","type":"boolean"},{"in":"query","name":"OnlyOpenedTickets","type":"boolean"},{"in":"query","name":"IgnorePaging","type":"boolean"},{"in":"query","name":"IncludeService","type":"boolean"},{"in":"query","name":"IncludeKBItem","type":"boolean"},{"in":"query","name":"IncludeState","type":"boolean"},{"format":"int32","in":"query","name":"EndIndex","type":"integer"},{"in":"query","name":"ExcludeAdmin","type":"boolean"},{"in":"query","name":"FromPortal","type":"boolean"},{"in":"query","name":"IsGroupMember","type":"boolean"},{"description":"Token supplied by request as String.","in":"query","name":"UserToken","type":"string"},{"description":"Otherwise the username and password themselves.","in":"query","name":"UserName","type":"string"},{"in":"query","name":"Password","type":"string"},{"in":"query","name":"SignalrConnectionId","type":"string"},{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","in":"query","name":"Token","type":"string"},{"in":"body","name":"body","schema":{"$ref":"#/definitions/FormFieldsDto"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveGanttChart":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveIds":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveKanban":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketsKanbanRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveNewTicketsCount":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketCountParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveReferencesTo":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveSequenceNumber":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/RetrieveStatusesByType":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveStatusesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"],"summary":"Retrieves the list of statuses for a given ticket type."}},"/api/Ticket/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"description":"# Request body samples\r\n---\r\n**Create new ticket with minimal mandatory field**\r\n```\r\n{\r\n\"viewModel\": {\r\n\"TicketTypeId\": \"d2b1fcc4-723d-4c36-ba1a-6f91b11d5c1c\",\r\n\"Clients\": [{\r\n\"Id\": \"16cf737b-4d01-4a05-97f6-70fffacd270d\"\r\n}\r\n],\r\n\"RequestId\": \"07945278-4253-4a5a-90ca-96ddf533f2c4\",\r\n\"Summary\": \"New request created by API\",\r\n\"Description\": \"Description of the request\"\r\n},\r\n\"lockTicket\": false\r\n}\r\n```\r\n---\r\n**Update ticket Summary and description**\r\nCall [api/Ticket/RetrieveDetails](#/Ticket/post_api_Ticket_RetrieveDetails) first to get ticket object and call\r\nthis api with updated property\r\n```\r\n{\r\n\"viewModel\": {\r\n// Data from api/Ticket/RetrieveDetails\r\n},\r\n\"lockTicket\": false\r\n}\r\n```","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveNewTicketParameters"}}],"responses":{"200":{"description":"Success","schema":{"$ref":"#/definitions/NewTicketDetailsViewModelAPIResponse"}}},"tags":["Ticket"],"description":"Use this api to create a new ticket or to update an existing one","summary":"Create and update ticket."}},"/api/Ticket/UnblockWorkflow":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/Unlock":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/UpdateProperties":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"produces":["text/plain","application/json","text/json"],"parameters":[{"description":"# Request body samples\r\n---\r\n**Close ticket and update reason**\r\n```\r\n{\r\n\"SequenceNumber\": 87906,\r\n\"Properties\": [{\r\n\"PropertyName\": \"ClosingReasonId\",\r\n\"Value\": \"303e1cba-6d66-47f9-a41e-772524fada17\"\r\n},{\r\n\"PropertyName\": \"StatusId\",\r\n\"Value\": \"ef1c5df3-3c8d-4316-a377-f3165a0ce5c9\"\r\n}\r\n]\r\n}\r\n```\r\n---\r\n**Update ticket Summary and description**\r\n```\r\n{\r\n\"Id\": \"abaf6d6b-82e6-4d6c-8cd2-5455936a9dd7\",\r\n\"Properties\": [{\r\n\"PropertyName\": \"Summary\",\r\n\"Value\": \"New Summary\"\r\n},{\r\n\"PropertyName\": \"Description\",\r\n\"Value\": \"New description\"\r\n}\r\n]\r\n}\r\n```","in":"body","name":"body","schema":{"$ref":"#/definitions/UpdatePropertiesParameters"}}],"responses":{"200":{"description":"Standard response with ticket id in the data field","schema":{"$ref":"#/definitions/GuidAPIResponse"}}},"tags":["Ticket"],"description":"This API allows you to modify specific fields of a ticket","summary":"Update a ticket properties."}},"/api/Ticket/UpdateProperty":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdatePropertyParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/Ticket/UpdatePropertyKanBan":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UpdatePropertyParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Ticket"]}},"/api/TicketNotes/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketNotes"]}},"/api/TicketNotes/MarkAsRead":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketNotes"]}},"/api/TicketNotes/MarkAsUnread":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketNotes"]}},"/api/TicketNotes/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveNoteByIdRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketNotes"]}},"/api/TicketNotes/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveNoteRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketNotes"]}},"/api/TicketTypeParameters/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveTicketTypeParametersRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketTypeParameters"]}},"/api/TicketTypeParameters/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketTypeParameters"]}},"/api/TicketTypeParameters/RetrieveTimestampsParameters":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketTypeParameters"]}},"/api/TicketTypeParameters/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveTicketTypeParameterRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["TicketTypeParameters"]}},"/api/UserEvents/MarkAsReadUnread":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveUserEventReadUnreadParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserEvents"]}},"/api/UserEvents/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveUserEventsRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserEvents"]}},"/api/UserPreferences/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/DeleteUserPreferencesByTypeRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/UserPreferences/DeletePortalGrid":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/AuthenticatedRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/UserPreferences/OverrideClientsHavingPrincipalGroup":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/UserPreferencesOverrideRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/UserPreferences/OverwriteUserPreferences":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/OverwriteUserPreferencesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/UserPreferences/PrincipalGroupHasUserPreferences":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveUserPreferencesByTypesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/UserPreferences/RetrieveByType":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveUserPreferencesByTypeRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/UserPreferences/RetrieveByTypes":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveUserPreferencesByTypesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/UserPreferences/RevertToPrincipalGroup":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveUserPreferencesByTypesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/UserPreferences/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveUserPreferencesRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["UserPreferences"]}},"/api/Variables/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Variables"]}},"/api/Variables/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveVariablesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Variables"]}},"/api/Variables/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Variables"]}},"/api/Variables/RetrieveForSearch":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveVariablesParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Variables"]}},"/api/Variables/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"in":"body","name":"body","schema":{"$ref":"#/definitions/SaveVariableParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Variables"]}},"/api/Views/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Views"],"summary":"Used to delete an entity"}},"/api/Views/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveViewsParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Views"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/Views/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Views"],"summary":"Used to get the detail of one specific entity"}},"/api/Views/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveViewParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["Views"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/WebHooks/Delete":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the ID of the entity","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["WebHooks"],"summary":"Used to delete an entity"}},"/api/WebHooks/Receive/{id}":{"post":{"parameters":[{"format":"uuid","in":"path","name":"id","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["WebHooks"]}},"/api/WebHooks/Retrieve":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The parameters needed for the query.","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveWebHooksRequestParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["WebHooks"],"summary":"Used to retrieve a list of entities, which is normally paged."}},"/api/WebHooks/RetrieveDetails":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"In most cases, the Id of the entity to retrieve","in":"body","name":"body","schema":{"$ref":"#/definitions/RetrieveByIdParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["WebHooks"],"summary":"Used to get the detail of one specific entity"}},"/api/WebHooks/Save":{"post":{"consumes":["application/json-patch+json","application/json","text/json"],"parameters":[{"description":"The object to save","in":"body","name":"body","schema":{"$ref":"#/definitions/SaveWebhooksParameters"}}],"responses":{"200":{"description":"Success"}},"tags":["WebHooks"],"summary":"Used to create or update the entity based on the value of the Id.\r\nIf the ID is null, we create, else we update."}},"/api/public/{c2ClientId}/dashboard/{id}":{"get":{"parameters":[{"description":"Id of the C2Client.","format":"uuid","in":"path","name":"c2ClientId","required":true,"type":"string"},{"description":"Id of the public dashboard.","format":"uuid","in":"path","name":"id","required":true,"type":"string"}],"responses":{"200":{"description":"Success"}},"tags":["Dashboard"],"summary":"Returns the definition and data of a public dashboard.\r\nNo user control validation is performed, thus this call doesn't need a token."}}},"definitions":{"ActivitiesRequestParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/ActivitiesSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ActivitiesSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"Filter":{"$ref":"#/definitions/Filter"},"FilterCriteria":{"$ref":"#/definitions/EntityCriteria"},"FormFields":{"type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"AddFavoriteParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"AddToGanttChartParameters":{"additionalProperties":false,"properties":{"BaseDateTime":{"format":"date-time","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Address":{"additionalProperties":false,"properties":{"City":{"type":"string","x-nullable":true},"ISOCountryCode":{"type":"string","x-nullable":true},"PostalCode":{"type":"string","x-nullable":true},"ProvinceOrState":{"type":"string","x-nullable":true},"StreetName":{"type":"string","x-nullable":true}},"type":"object"},"AdjustResourcesViewModel":{"additionalProperties":false,"description":"Viewmodel used for adding/removing resources from a C2Client.","properties":{"Adjustment":{"description":"Number of resources to add/remove from the C2Client.\r\nUse positive value to add, negative to remove.","format":"int32","type":"integer"},"C2ClientId":{"description":"Id of the C2Client for which the license should be modified.","format":"uuid","type":"string"},"Secret":{"description":"Secret key of the caller. Only callers authorized by C2 should have a secret.\r\nIf many callers are authorized, they should have different secrets in order to differenciate them.","type":"string","x-nullable":true}},"type":"object"},"AdvancedSearchCriteria":{"additionalProperties":false,"properties":{"ResourceId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"ApiCallTemplate":{"additionalProperties":false,"properties":{"BearerToken":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"ContentType":{"type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"FieldSectionTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"HttpAuthentication":{"type":"string","x-nullable":true},"HttpMethod":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"OAuth2AccessToken":{"type":"string","x-nullable":true},"OAuth2Audience":{"type":"string","x-nullable":true},"OAuth2AuthorizationUrl":{"type":"string","x-nullable":true},"OAuth2ClientId":{"type":"string","x-nullable":true},"OAuth2ClientSecret":{"type":"string","x-nullable":true},"OAuth2ExpiresOn":{"format":"date-time","type":"string","x-nullable":true},"OAuth2RefreshToken":{"type":"string","x-nullable":true},"OAuth2Scope":{"type":"string","x-nullable":true},"OAuth2TokenUrl":{"type":"string","x-nullable":true},"Options":{"$ref":"#/definitions/JsonData"},"Password":{"type":"string","x-nullable":true},"Protocol":{"type":"string","x-nullable":true},"Request":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"SoapOperation":{"type":"string","x-nullable":true},"SoapService":{"type":"string","x-nullable":true},"Url":{"type":"string","x-nullable":true},"Username":{"type":"string","x-nullable":true},"WebHookEvent":{"type":"string","x-nullable":true},"WebHookEventName":{"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"AppFeature":{"additionalProperties":false,"description":"Functions in the application that require authorization.","properties":{"AppFeatureSetId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Groups":{"items":{"$ref":"#/definitions/GroupAppFeature"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LicenseAppFeatures":{"items":{"$ref":"#/definitions/LicenseAppFeature"},"type":"array","x-nullable":true},"NameId":{"format":"uuid","type":"string"},"Order":{"format":"int32","type":"integer"},"SystemType":{"type":"string","x-nullable":true}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"AppFeatureSet":{"additionalProperties":false,"properties":{"AppFeatures":{"items":{"$ref":"#/definitions/AppFeature"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string"},"Type":{"enum":["0 - Application","1 - Ticket","2 - TicketSectionVisibility","3 - TicketStatus"],"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"AppFeatureViewModel":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string"},"IsEnabled":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"Order":{"format":"int32","type":"integer"},"SystemType":{"type":"string","x-nullable":true}},"type":"object"},"ApplicationCulture":{"additionalProperties":false,"properties":{"CultureCode":{"type":"string"},"FallBackCultureCode":{"type":"string"}},"required":["CultureCode","FallBackCultureCode"],"type":"object"},"AssignResourceToTicketRequestParameter":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/AssignResourceViewModel"}},"type":"object"},"AssignResourceViewModel":{"additionalProperties":false,"properties":{"Assign":{"type":"boolean"},"ResourceId":{"format":"uuid","type":"string"},"TicketId":{"format":"uuid","type":"string"},"TicketTypeId":{"format":"uuid","type":"string"}},"type":"object"},"AtomClientExportParameters":{"additionalProperties":false,"properties":{"Anonymize":{"type":"boolean"},"C2ClientId":{"format":"uuid","type":"string"},"ExcludedDatabases":{"items":{"type":"string"},"type":"array","x-nullable":true},"FilePassword":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Attachment":{"additionalProperties":false,"properties":{"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"CIId":{"format":"uuid","type":"string","x-nullable":true},"ChannelMessageId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"ContentId":{"type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFieldCollectionDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FileContent":{"format":"byte","type":"string","x-nullable":true},"FileId":{"format":"uuid","type":"string"},"FileName":{"type":"string","x-nullable":true},"FileSize":{"format":"int64","type":"integer"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsHidden":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsNotDeletable":{"type":"boolean"},"IsNotPersisted":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"MimeType":{"type":"string","x-nullable":true},"NoteId":{"format":"uuid","type":"string","x-nullable":true},"OriginalFileName":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Status":{"enum":["0 - Valid","1 - InvalidSize","2 - InvalidExtension","4 - InvalidFileName"],"format":"int32","type":"integer"},"TicketId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"AttachmentViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedDateTime":{"format":"date-time","type":"string"},"FileContent":{"format":"byte","type":"string","x-nullable":true},"FileContentBase64":{"type":"string","x-nullable":true},"FileId":{"format":"uuid","type":"string"},"FileName":{"type":"string","x-nullable":true},"FileSize":{"format":"int64","type":"integer"},"HasThumbnail":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsNotDeletable":{"type":"boolean"},"IsSelected":{"type":"boolean"},"MimeType":{"type":"string","x-nullable":true},"Status":{"enum":["0 - Valid","1 - InvalidSize","2 - InvalidExtension","4 - InvalidFileName"],"format":"int32","type":"integer"}},"type":"object"},"AuthenticatedRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"BankedHour":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"BillableOvertime":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"Enterprise":{"$ref":"#/definitions/Enterprise"},"ExpirationDate":{"format":"date-time","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"HourlyRate":{"format":"double","type":"number","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsHourlyRateSet":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"QtyBought":{"format":"int32","type":"integer"},"QtyConsumed":{"format":"int32","type":"integer"},"QtyRemaining":{"format":"int32","type":"integer"},"QtyTotalConsumed":{"format":"int32","type":"integer"},"ReferenceNo":{"maxLength":100,"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StartDate":{"format":"date-time","type":"string","x-nullable":true},"Tickets":{"items":{"$ref":"#/definitions/Ticket"},"type":"array","x-nullable":true},"TicketsCount":{"format":"int32","type":"integer"},"Timesheets":{"items":{"$ref":"#/definitions/Timesheet"},"type":"array","x-nullable":true},"TimesheetsCount":{"format":"int32","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"BankedHoursSearchCriteria":{"additionalProperties":false,"properties":{"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"CIId":{"format":"uuid","type":"string","x-nullable":true},"CIs":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IsRetrieveForTicket":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"ParentTicketBankedHourId":{"format":"uuid","type":"string","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"BaseSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"C2AtomVersionsParameters":{"additionalProperties":false,"properties":{"CurrentVersion":{"type":"string","x-nullable":true},"LastVersionOnly":{"type":"boolean"},"ServicePackStatusId":{"format":"uuid","type":"string"}},"type":"object"},"C2Client":{"additionalProperties":false,"description":"C2 Client is an organization which purchased C2 software to handle its customers' support.","properties":{"CanExecuteSnapshot":{"type":"boolean"},"CanUseApi":{"type":"boolean"},"City":{"type":"string","x-nullable":true},"ClientName":{"maxLength":100,"type":"string","x-nullable":true},"Clients":{"format":"int32","type":"integer"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"DataWarehouseCultureCode":{"type":"string","x-nullable":true},"DataWarehouseDatabaseName":{"type":"string","x-nullable":true},"DataWarehouseIsActive":{"type":"boolean"},"DataWarehouseJobNumber":{"format":"int32","type":"integer"},"DataWarehousePassword":{"type":"string","x-nullable":true},"DataWarehouseServerName":{"type":"string","x-nullable":true},"DataWarehouseUsername":{"type":"string","x-nullable":true},"EmailAddress":{"maxLength":100,"type":"string","x-nullable":true},"FirstName":{"maxLength":100,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"FullName":{"readOnly":true,"type":"string","x-nullable":true},"Gender":{"maxLength":1,"type":"string","x-nullable":true},"HasMasterC2ClientSynchronizedLanguage":{"type":"boolean"},"HomePhone":{"maxLength":100,"type":"string","x-nullable":true},"ISOCountryCode":{"maxLength":3,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IntegrationsEnabled":{"type":"boolean"},"IpAddressesWhiteList":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsTemplate":{"type":"boolean"},"IsTrial":{"type":"boolean"},"IsUnassigned":{"type":"boolean"},"LastLoginBy":{"maxLength":100,"type":"string"},"LastLoginDateTime":{"format":"date-time","type":"string"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastName":{"maxLength":100,"type":"string"},"LicenseExpirationDate":{"format":"date-time","type":"string"},"LicenseId":{"format":"uuid","type":"string"},"MasterC2ClientId":{"format":"uuid","type":"string","x-nullable":true},"MobilePhone":{"maxLength":100,"type":"string","x-nullable":true},"NamedResources":{"format":"int32","type":"integer"},"OfficePhone":{"maxLength":100,"type":"string","x-nullable":true},"PostalCode":{"type":"string","x-nullable":true},"PreferedCulture":{"maxLength":100,"type":"string","x-nullable":true},"ProvinceOrState":{"type":"string","x-nullable":true},"Resources":{"format":"int32","type":"integer"},"SecurityTokenExpiration":{"format":"int32","type":"integer","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StreetName":{"type":"string","x-nullable":true},"Subdomain":{"maxLength":100,"type":"string","x-nullable":true},"SubdomainC2ClientId":{"format":"uuid","readOnly":true,"type":"string","x-nullable":true},"Template":{"$ref":"#/definitions/C2Client"},"TemplateId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","FirstName","IsActive","IsDeleted","LastLoginBy","LastModifiedBy","LastModifiedDateTime","LastName"],"type":"object"},"C2UpdateViewModel":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"DetailLogs":{"type":"string","x-nullable":true},"DoNotifyUsers":{"type":"boolean"},"EndDateTime":{"format":"date-time","type":"string","x-nullable":true},"HasSucceed":{"type":"boolean","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ScheduleDateTime":{"format":"date-time","type":"string","x-nullable":true},"ServicePackCIId":{"format":"uuid","type":"string"},"StartDateTime":{"format":"date-time","type":"string","x-nullable":true},"State":{"enum":["0 - Pending","1 - Completed","2 - Started","3 - Cancelled"],"format":"int32","type":"integer"},"VersionName":{"type":"string","x-nullable":true}},"type":"object"},"CI":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"BankedHours":{"items":{"$ref":"#/definitions/BankedHour"},"type":"array","x-nullable":true},"BankedHoursCount":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"CICategoryId":{"format":"uuid","type":"string"},"CICategoryPrefix":{"type":"string","x-nullable":true},"CIClients":{"items":{"$ref":"#/definitions/CIClient"},"type":"array","x-nullable":true},"CIClientsCount":{"format":"int32","type":"integer"},"CIEnterprises":{"items":{"$ref":"#/definitions/CIEnterprise"},"type":"array","x-nullable":true},"CIEnterprisesCount":{"format":"int32","type":"integer"},"CIFolderId":{"format":"uuid","type":"string"},"CINumber":{"maxLength":100,"minLength":0,"type":"string"},"CINumberReversed":{"type":"string","x-nullable":true},"CIRelationsFrom":{"items":{"$ref":"#/definitions/CIRelation"},"type":"array","x-nullable":true},"CIRelationsTo":{"items":{"$ref":"#/definitions/CIRelation"},"type":"array","x-nullable":true},"CITicketsCount":{"format":"int32","type":"integer"},"CITypeId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CopiedFromCIId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"Discriminator":{"readOnly":true,"type":"string","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FilledForms":{"items":{"$ref":"#/definitions/FilledForm"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImportHash":{"type":"string","x-nullable":true},"ImportKey":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsLockedById":{"format":"uuid","type":"string","x-nullable":true},"IsLockedBySignalrConnectionId":{"maxLength":100,"type":"string","x-nullable":true},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"OwnerId":{"format":"uuid","type":"string","x-nullable":true},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StateId":{"format":"uuid","type":"string"},"Tags":{"items":{"$ref":"#/definitions/Tag"},"type":"array","x-nullable":true},"TicketCI":{"items":{"$ref":"#/definitions/TicketCI"},"type":"array","x-nullable":true},"UpdatingBy":{"format":"uuid","type":"string","x-nullable":true}},"required":["CINumber","CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"CIAdvancedSearchCriteria":{"additionalProperties":false,"properties":{"CreatedAfter":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"CICategory":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CICategoryRelationsFrom":{"items":{"$ref":"#/definitions/CICategoryRelation"},"type":"array","x-nullable":true},"CICategoryRelationsTo":{"items":{"$ref":"#/definitions/CICategoryRelation"},"type":"array","x-nullable":true},"CITypeId":{"format":"uuid","type":"string"},"CIs":{"items":{"$ref":"#/definitions/CI"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsSecured":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Prefix":{"type":"string","x-nullable":true},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"CICategoryRelation":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CICategoryFromId":{"format":"uuid","type":"string"},"CICategoryRelationNameId":{"format":"uuid","type":"string"},"CICategoryToId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"CICategoryRelationSearchCriteria":{"additionalProperties":false,"properties":{"CICategoryIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"CICategoryRelationsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/CICategoryRelationSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"CICategorySearchCriteria":{"additionalProperties":false,"properties":{"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"CICategorySecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"CIClient":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CIId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"CIClientViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CiClientId":{"format":"uuid","type":"string"},"CiId":{"format":"uuid","type":"string"},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"UserName":{"type":"string","x-nullable":true}},"type":"object"},"CIEnterprise":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CIId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"EnterpriseId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"CIEnterpriseViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CiEnterpriseId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsBlocked":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"ParentName":{"type":"string","x-nullable":true}},"type":"object"},"CIFolder":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CITypeId":{"format":"uuid","type":"string"},"CIs":{"items":{"$ref":"#/definitions/CI"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsSecured":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"SubFolders":{"items":{"$ref":"#/definitions/CIFolder"},"type":"array","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"CIFolderSecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"CIRelation":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CIId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"ToCIId":{"format":"uuid","type":"string"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"CIRelationViewModel":{"additionalProperties":false,"properties":{"BackgroundColor":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CINumber":{"type":"string","x-nullable":true},"CIRelationId":{"format":"uuid","type":"string"},"CategoryName":{"type":"string","x-nullable":true},"HideItemInfo":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"ImagePathTitle":{"type":"string","x-nullable":true},"ImpactMessage":{"type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"TextColor":{"type":"string","x-nullable":true}},"type":"object"},"CISearchCriteria":{"additionalProperties":false,"properties":{"AdvancedSearchCriteria":{"$ref":"#/definitions/CIAdvancedSearchCriteria"},"ApplySecurity":{"type":"boolean"},"CICategoryId":{"format":"uuid","type":"string","x-nullable":true},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"CiId":{"format":"uuid","type":"string","x-nullable":true},"CiIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"Columns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"CompleteSearchCiIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExcludeCustomFields":{"type":"boolean"},"ExcludeMasterC2Client":{"type":"boolean"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"FilterCriteria":{"$ref":"#/definitions/EntityCriteria"},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"FormFields":{"type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeCIType":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IncludeKBItem":{"type":"boolean"},"IncludeRelatedClients":{"type":"boolean"},"IncludeRelatedEnterprises":{"type":"boolean"},"IncludeRelations":{"type":"boolean"},"IncludeService":{"type":"boolean"},"IncludeState":{"type":"boolean"},"IsExclusiveSearchFields":{"type":"boolean"},"IsRetrieveForAutocomplete":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SearchFieldDefinitionId1":{"format":"uuid","type":"string","x-nullable":true},"SearchFieldDefinitionId2":{"format":"uuid","type":"string","x-nullable":true},"SearchFilterId":{"format":"uuid","type":"string","x-nullable":true},"SearchType":{"enum":["0 - Normal","1 - Complete"],"format":"int32","type":"integer"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TagFilter":{"type":"string","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"CIState":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"CIs":{"items":{"$ref":"#/definitions/CI"},"type":"array","x-nullable":true},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"ImpactBackgroundColor":{"type":"string","x-nullable":true},"ImpactIsActive":{"type":"boolean"},"ImpactMessage":{"type":"string","x-nullable":true},"ImpactTextColor":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"PreventTicketCreation":{"type":"boolean"},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"StaticListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"CIType":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategories":{"items":{"$ref":"#/definitions/CICategory"},"type":"array","x-nullable":true},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"CIFolders":{"items":{"$ref":"#/definitions/CIFolder"},"type":"array","x-nullable":true},"CIs":{"items":{"$ref":"#/definitions/CI"},"type":"array","x-nullable":true},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"StaticListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"CITypeSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"CalculateBusinessDateOffsetRequestParameters":{"additionalProperties":false,"properties":{"BaseDateTime":{"format":"date-time","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TimeOffset":{"format":"double","type":"number"},"TimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"CalculateDueDateRequestParameters":{"additionalProperties":false,"properties":{"CreatedOn":{"format":"date-time","type":"string","x-nullable":true},"DueDateWaitingTime":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"PriorityId":{"format":"uuid","type":"string","x-nullable":true},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"ResolutionDate":{"format":"date-time","type":"string","x-nullable":true},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResponseWaitingTime":{"format":"int32","type":"integer"},"ServiceId":{"format":"uuid","type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"StartDate":{"format":"date-time","type":"string","x-nullable":true},"StateId":{"format":"uuid","type":"string","x-nullable":true},"TakingChargeDate":{"format":"date-time","type":"string","x-nullable":true},"TaskTemplateId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"WorkingHours247":{"type":"boolean"}},"type":"object"},"CalculatePriorityRequestParameters":{"additionalProperties":false,"properties":{"ClientRoleId":{"format":"uuid","type":"string","x-nullable":true},"CreatedOn":{"format":"date-time","type":"string","x-nullable":true},"DueDateWaitingTime":{"format":"int32","type":"integer"},"ImpactId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"ResponseWaitingTime":{"format":"int32","type":"integer"},"SignalrConnectionId":{"type":"string","x-nullable":true},"StartDate":{"format":"date-time","type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UrgencyId":{"format":"uuid","type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"CancelTicketRequestParameters":{"additionalProperties":false,"properties":{"EntityId":{"format":"uuid","type":"string"},"FormCustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Catalog":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CatalogRequests":{"items":{"$ref":"#/definitions/CatalogRequest"},"type":"array","x-nullable":true},"Clients":{"items":{"$ref":"#/definitions/Client"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DefaultRequestId":{"format":"uuid","type":"string","x-nullable":true},"EnterpriseCatalogs":{"items":{"$ref":"#/definitions/EnterpriseCatalog"},"type":"array","x-nullable":true},"Enterprises":{"items":{"$ref":"#/definitions/Enterprise"},"readOnly":true,"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"CatalogRequest":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CatalogId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"RequestId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"CatalogSearchCriteria":{"additionalProperties":false,"properties":{"CatalogIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"CategorySecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"ChangePasswordRequestParameters":{"additionalProperties":false,"description":"Class representing a change password request.","properties":{"NewPassword":{"type":"string","x-nullable":true},"OldPassword":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Channel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ChannelMessages":{"items":{"$ref":"#/definitions/ChannelMessage"},"type":"array","x-nullable":true},"ChannelRecipients":{"items":{"$ref":"#/definitions/ChannelRecipient"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAcceptMode":{"type":"boolean"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPortalMode":{"type":"boolean"},"IsPublic":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"TicketId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"ChannelMessage":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"ChannelId":{"format":"uuid","type":"string"},"ChannelMessageUnreads":{"items":{"$ref":"#/definitions/ChannelMessageUnread"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"FromClientId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsSystem":{"readOnly":true,"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Message":{"maxLength":4000,"type":"string","x-nullable":true},"SentOn":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"ChannelMessageUnread":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ChannelMessageId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"ChannelRecipient":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CanManageChannel":{"type":"boolean"},"ChannelId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"ChannelRecipientViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CanManageChannel":{"type":"boolean"},"ChannelId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"GroupName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"LastName":{"type":"string","x-nullable":true}},"type":"object"},"ChannelSendMessageViewModel":{"additionalProperties":false,"properties":{"AttachmentId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ChannelId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsSystem":{"type":"boolean"},"Message":{"type":"string","x-nullable":true}},"type":"object"},"CheckEmailValidationCodeParameters":{"additionalProperties":false,"properties":{"EmailAddress":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ValidationCode":{"type":"string","x-nullable":true}},"type":"object"},"CleanUpParameters":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Client":{"additionalProperties":false,"description":"A client is the end user who calls the call center because he needs support.\r\nA client may be part of a Client Enterprise which is the client of C2 client or he can be a person calling for\r\nsupport.\r\nExample:\r\n- A client can work at Helico Montreal which is the client of Zion Communication which purchased C2 application.\r\n- A client can be an independant person who's using cell phones from Zion Communication.","properties":{"AccountNotificationSent":{"type":"boolean"},"AssigneeType":{"enum":["0 - Resource","1 - Client","2 - Group"],"format":"int32","readOnly":true,"type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"CIClients":{"items":{"$ref":"#/definitions/CIClient"},"type":"array","x-nullable":true},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"ChannelMessages":{"items":{"$ref":"#/definitions/ChannelMessage"},"type":"array","x-nullable":true},"City":{"type":"string","x-nullable":true},"ClientEnterprises":{"items":{"$ref":"#/definitions/ClientEnterprise"},"type":"array","x-nullable":true},"ClientTemplateFormView":{"$ref":"#/definitions/ClientTemplateFormView"},"ClusterId":{"format":"int32","type":"integer"},"ColorProfile":{"maxLength":7,"type":"string","x-nullable":true},"CommunicationsCount":{"format":"int32","type":"integer"},"ContactInfo":{"$ref":"#/definitions/ContactInfo"},"CountryId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"Discriminator":{"maxLength":20,"readOnly":true,"type":"string","x-nullable":true},"EmailAddress":{"maxLength":100,"type":"string","x-nullable":true},"EmailName":{"readOnly":true,"type":"string","x-nullable":true},"EnterpriseManagers":{"items":{"$ref":"#/definitions/EnterpriseManager"},"type":"array","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FilledForms":{"items":{"$ref":"#/definitions/FilledForm"},"type":"array","x-nullable":true},"FirstName":{"maxLength":100,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"FullName":{"readOnly":true,"type":"string","x-nullable":true},"Gender":{"maxLength":1,"type":"string","x-nullable":true},"HPUsername":{"readOnly":true,"type":"string","x-nullable":true},"HasPortalAccess":{"type":"boolean"},"HomePhone":{"maxLength":100,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImportHash":{"type":"string","x-nullable":true},"ImportKey":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsLockedById":{"format":"uuid","type":"string","x-nullable":true},"IsLockedBySignalrConnectionId":{"maxLength":100,"type":"string","x-nullable":true},"IsNew":{"type":"boolean"},"KBItemLikes":{"items":{"$ref":"#/definitions/KBItemLike"},"type":"array","x-nullable":true},"KBItemSubscriptions":{"items":{"$ref":"#/definitions/KBItemSubscription"},"type":"array","x-nullable":true},"Language":{"type":"string","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastName":{"maxLength":100,"type":"string"},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"MembershipId":{"format":"uuid","type":"string","x-nullable":true},"MobilePhone":{"maxLength":100,"type":"string","x-nullable":true},"NewPassword":{"type":"string","x-nullable":true},"Notes":{"items":{"$ref":"#/definitions/Note"},"type":"array","x-nullable":true},"OfficePhone":{"maxLength":100,"type":"string","x-nullable":true},"PictureId":{"format":"uuid","type":"string","x-nullable":true},"PostalCode":{"type":"string","x-nullable":true},"PreferedCulture":{"maxLength":100,"type":"string","x-nullable":true},"PrimaryEnterprise":{"$ref":"#/definitions/Enterprise"},"ProvinceId":{"format":"uuid","type":"string","x-nullable":true},"Role":{"$ref":"#/definitions/ListItem"},"RoleId":{"format":"uuid","type":"string","x-nullable":true},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StreetName":{"type":"string","x-nullable":true},"UnreadCommunicationsCount":{"format":"int32","type":"integer"},"UpdatingBy":{"format":"uuid","type":"string","x-nullable":true},"UserEventClients":{"items":{"$ref":"#/definitions/UserEventClient"},"type":"array","x-nullable":true},"Username":{"maxLength":100,"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","FirstName","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","LastName"],"type":"object"},"ClientApprovalTemplateViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ClientId":{"format":"uuid","type":"string"},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrincipal":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string"}},"type":"object"},"ClientAutocompleteViewModel":{"additionalProperties":false,"properties":{"Address":{"type":"string","x-nullable":true},"ApprovalEmailSent":{"type":"boolean"},"AssigneeType":{"enum":["0 - Resource","1 - Client","2 - Group"],"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"EmailAddress":{"type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"EnterpriseName":{"type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"HasRemoteApplication":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsPrimary":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"OfficePhone":{"type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"RoleId":{"format":"uuid","type":"string","x-nullable":true},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string","x-nullable":true},"UserName":{"type":"string","x-nullable":true},"value":{"type":"string","x-nullable":true}},"type":"object"},"ClientDetailsViewModel":{"additionalProperties":false,"description":"ViewModel used to retrieve details / edit a client.","properties":{"AccountNotificationSent":{"type":"boolean"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CIs":{"description":"Gets or sets the CIs.","items":{"$ref":"#/definitions/CIClientViewModel"},"type":"array","x-nullable":true},"CatalogId":{"description":"Gets or sets the catalog identifier.","format":"uuid","type":"string","x-nullable":true},"City":{"type":"string","x-nullable":true},"ColorProfile":{"type":"string","x-nullable":true},"CommunicationsCount":{"format":"int32","type":"integer"},"Country":{"type":"string","x-nullable":true},"CountryId":{"description":"Gets or sets the country identifier.","format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"EmailAddress":{"type":"string","x-nullable":true},"Enterprise":{"type":"string","x-nullable":true},"Enterprises":{"description":"Gets or sets the enterprises.","items":{"$ref":"#/definitions/ClientEnterpriseViewModel"},"type":"array","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"Gender":{"description":"Gets or sets the gender.","type":"string","x-nullable":true},"HasPortalAccess":{"description":"Gets or sets a value indicating whether this instance has portal access.","type":"boolean"},"HomePhone":{"description":"Gets or sets the home phone.","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsReadonly":{"type":"boolean"},"IsResource":{"description":"Gets or sets a value indicating whether this instance is resource.","type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastName":{"type":"string","x-nullable":true},"LockedBy":{"type":"string","x-nullable":true},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"MembershipId":{"format":"uuid","type":"string","x-nullable":true},"MobilePhone":{"description":"Gets or sets the mobile phone.","type":"string","x-nullable":true},"NewPassword":{"description":"Gets or sets the new password.","type":"string","x-nullable":true},"OfficePhone":{"description":"Gets or sets the office phone.","type":"string","x-nullable":true},"PictureId":{"format":"uuid","type":"string","x-nullable":true},"PostalCode":{"description":"Gets or sets the postal code.","type":"string","x-nullable":true},"PreferedCulture":{"description":"Gets or sets the prefered culture.","type":"string","x-nullable":true},"Province":{"type":"string","x-nullable":true},"ProvinceId":{"description":"Gets or sets the province identifier.","format":"uuid","type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"RoleId":{"description":"Gets or sets the role identifier.","format":"uuid","type":"string","x-nullable":true},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"StreetName":{"description":"Gets or sets the name of the street.","type":"string","x-nullable":true},"Type":{"type":"boolean"},"UnreadCommunicationsCount":{"format":"int32","type":"integer"},"UserName":{"description":"Gets or sets the name of the user.","type":"string","x-nullable":true}},"type":"object"},"ClientEnterprise":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"EnterpriseId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrimary":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"ClientEnterpriseViewModel":{"additionalProperties":false,"properties":{"Address":{"$ref":"#/definitions/Address"},"BlockedReason":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ClientId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsBlocked":{"type":"boolean"},"IsPrimary":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"ParentName":{"type":"string","x-nullable":true},"Phone":{"type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"value":{"type":"string","x-nullable":true}},"type":"object"},"ClientRole":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"StaticListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"},"Weight":{"format":"int32","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"ClientRoleViewModel":{"additionalProperties":false,"description":"ViewModel for a Client Role (modifier).","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Weight":{"format":"int32","type":"integer"}},"type":"object"},"ClientSummaryViewModel":{"additionalProperties":false,"description":"ViewModel used for clients grid view.","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"City":{"type":"string","x-nullable":true},"Country":{"type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"EmailAddress":{"type":"string","x-nullable":true},"Enterprise":{"type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastName":{"type":"string","x-nullable":true},"Province":{"type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Type":{"type":"boolean"}},"type":"object"},"ClientTaskTemplateViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ClientId":{"format":"uuid","type":"string"},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrincipal":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string"}},"type":"object"},"ClientTemplateFormView":{"additionalProperties":false,"properties":{"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"FormId":{"format":"uuid","type":"string"}},"type":"object"},"ClientsAdvancedSearchCriteria":{"additionalProperties":false,"properties":{"CityFilter":{"type":"string","x-nullable":true},"CountryCode":{"type":"string","x-nullable":true},"CreatedAfter":{"format":"date-time","type":"string","x-nullable":true},"CreatedBefore":{"format":"date-time","type":"string","x-nullable":true},"DivisionFilter":{"type":"string","x-nullable":true},"EmailAddress":{"type":"string","x-nullable":true},"EnterpriseFilter":{"type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"IncludeInactiveClients":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"PhoneNumberFilter":{"type":"string","x-nullable":true},"ProvinceOrState":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true}},"type":"object"},"ClientsNotes":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NoteId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"ClientsSearchCriteria":{"additionalProperties":false,"properties":{"AdvancedSearchCriteria":{"$ref":"#/definitions/ClientsAdvancedSearchCriteria"},"ClientIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"Columns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExcludeMasterC2Client":{"type":"boolean"},"ExcludeMissingEmail":{"type":"boolean"},"ExcludeResources":{"type":"boolean"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"FilterCriteria":{"$ref":"#/definitions/EntityCriteria"},"FilterOnlyByFieldId":{"type":"boolean"},"FormFields":{"type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GridPreference":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"GroupByColumn":{"type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeCustomFields":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IsRetrieveForAutocomplete":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SearchFieldDefinitionId1":{"format":"uuid","type":"string","x-nullable":true},"SearchFieldDefinitionId2":{"format":"uuid","type":"string","x-nullable":true},"SearchFilterId":{"format":"uuid","type":"string","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"CommonList":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"HasImageSupport":{"type":"boolean"},"HasSubItems":{"type":"boolean"},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeletable":{"description":"Indicates if the list can be deleted.","type":"boolean"},"IsDeleted":{"type":"boolean"},"IsEditable":{"description":"Indicates if the list can be edited or have its listItems edited.","type":"boolean"},"IsNew":{"type":"boolean"},"Items":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"SortType":{"enum":["0 - Alphabetic","1 - Numeric"],"format":"int32","type":"integer"},"SortTypeField":{"description":"Use the SortType enum .tostring() until we upgrade to EF5 + framework 4.5","type":"string"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListType","SortTypeField"],"type":"object"},"CommunicationFilters":{"additionalProperties":false,"properties":{"IncludeAutomatedEmails":{"type":"boolean"},"IncludeEmails":{"type":"boolean"},"IncludeNotes":{"type":"boolean"},"OnlyUnread":{"type":"boolean"},"SearchText":{"type":"string","x-nullable":true}},"type":"object"},"CommunicationRequestParameters":{"additionalProperties":false,"properties":{"CurrentIndex":{"format":"int32","type":"integer"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"EntityId":{"format":"uuid","type":"string"},"EntityType":{"enum":["0 - Ticket","1 - Client"],"format":"int32","type":"integer"},"Filters":{"$ref":"#/definitions/CommunicationFilters"},"IsPortalMode":{"type":"boolean"},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ConditionExpressionData":{"additionalProperties":false,"properties":{"CompareToField":{"$ref":"#/definitions/FieldDefinition"},"CompareToFieldGridColumn":{"$ref":"#/definitions/FieldDefinition"},"CompareToFieldGridColumnId":{"format":"uuid","type":"string","x-nullable":true},"CompareToFieldGridColumnIsTotal":{"type":"boolean"},"CompareToType":{"$ref":"#/definitions/IaType"},"Culture":{"type":"string","x-nullable":true},"EndValue":{"type":"string","x-nullable":true},"Field":{"$ref":"#/definitions/FieldDefinition"},"FieldGridColumn":{"$ref":"#/definitions/FieldDefinition"},"FieldGridColumnId":{"format":"uuid","type":"string","x-nullable":true},"FieldGridColumnIsTotal":{"type":"boolean"},"FieldId":{"type":"string","x-nullable":true},"FromType":{"$ref":"#/definitions/IaType"},"OffsetMathematicalOperator":{"enum":[0,1,2,3],"format":"int32","type":"integer","x-nullable":true},"OffsetTimeUnit":{"enum":[0,1,2,3,4,5],"format":"int32","type":"integer","x-nullable":true},"OffsetValue":{"type":"string","x-nullable":true},"Operator":{"enum":["0 - Equal","1 - NotEqual","2 - LessThan","3 - GreaterThan","4 - LessThanOrEqualTo","5 - GreaterThanOrEqualTo","6 - Offset","7 - HasValue","8 - HasNoValue","9 - Contains","10 - StartWith","11 - OnChange","12 - Specific","13 - Concatenate","14 - InsideWorkingHours","15 - OutsideWorkingHours","16 - IsSystemAccount","17 - IsNotSystemAccount","18 - Equation","19 - NotContains","20 - NotStartsWith","21 - IsDayOfWeek"],"format":"int32","type":"integer"},"ReservationSubFieldId":{"enum":[0,1,2],"format":"int32","type":"integer","x-nullable":true},"SetAsModifiedIfCreate":{"type":"boolean"},"StartValue":{"type":"string","x-nullable":true},"TimeUnit":{"enum":[0,1,2,3,4,5],"format":"int32","type":"integer","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"ConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"Step":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"ConnectionDto":{"additionalProperties":false,"properties":{"ConnectionString":{"type":"string","x-nullable":true},"ConnectionStringPassword":{"type":"string","x-nullable":true},"ResultField":{"type":"string","x-nullable":true},"SearchField":{"type":"string","x-nullable":true},"TableOrView":{"type":"string","x-nullable":true}},"type":"object"},"ContactInfo":{"additionalProperties":false,"properties":{"EmailAddress":{"type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"FullName":{"readOnly":true,"type":"string","x-nullable":true},"Gender":{"type":"string","x-nullable":true},"HomePhone":{"type":"string","x-nullable":true},"LastName":{"type":"string","x-nullable":true},"MobilePhone":{"type":"string","x-nullable":true},"OfficePhone":{"type":"string","x-nullable":true},"PreferedCulture":{"type":"string","x-nullable":true}},"type":"object"},"ConvertClientToResourceParameters":{"additionalProperties":false,"properties":{"ClientId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"Type":{"enum":[0,1],"format":"int32","type":"integer","x-nullable":true},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ConvertTagRequestParameters":{"additionalProperties":false,"properties":{"EntityId":{"format":"uuid","type":"string","x-nullable":true},"EntityType":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Template":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"CustomFieldCellDto":{"additionalProperties":false,"properties":{"DefinitionId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"CustomFieldCollectionData":{"additionalProperties":false,"properties":{"AttachmentId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"CIId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFieldDataId":{"format":"uuid","type":"string"},"EndDateTime":{"format":"date-time","type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListItemId":{"format":"uuid","type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string","x-nullable":true},"StartDateTime":{"format":"date-time","type":"string","x-nullable":true},"StringValue":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"CustomFieldConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFieldDefinitionId":{"format":"uuid","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"Step":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"CustomFieldData":{"additionalProperties":false,"properties":{"BindingField":{"type":"string","x-nullable":true},"BindingNavigationField":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"CICategoryId":{"format":"uuid","type":"string","x-nullable":true},"CIId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"Column":{"format":"int32","type":"integer","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFieldCollectionData":{"items":{"$ref":"#/definitions/CustomFieldCollectionData"},"type":"array","x-nullable":true},"DateTimeValue":{"format":"date-time","type":"string","x-nullable":true},"DecimalValue":{"format":"double","type":"number","x-nullable":true},"DisplayName":{"type":"string","x-nullable":true},"DoNotCopy":{"type":"boolean"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExternalDataObject":{"type":"string","x-nullable":true},"FieldDefinitionId":{"format":"uuid","type":"string"},"FieldSectionId":{"format":"uuid","type":"string","x-nullable":true},"FieldSectionTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FilledFormId":{"format":"uuid","type":"string","x-nullable":true},"FormId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IntegerValue":{"format":"int32","type":"integer","x-nullable":true},"IsActive":{"type":"boolean"},"IsChecked":{"type":"boolean","x-nullable":true},"IsColumnTotal":{"type":"boolean","x-nullable":true},"IsDeleted":{"type":"boolean"},"IsEncrypted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"IsReadOnlyAtCreationOnly":{"type":"boolean"},"IsReadOnlyIfFieldBindingName":{"type":"string","x-nullable":true},"IsReadOnlyIfFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"IsReadOnlyIfFieldValue":{"type":"string","x-nullable":true},"IsReadOnlyIfHasValue":{"type":"boolean"},"IsRequired":{"type":"boolean"},"IsTemplate":{"readOnly":true,"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListItemId":{"format":"uuid","type":"string","x-nullable":true},"NotReadOnlyGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"Order":{"format":"int32","type":"integer"},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"RequiredIfConditionGroups":{"items":{"$ref":"#/definitions/CustomFieldDataRequiredIfConditionGroup"},"type":"array","x-nullable":true},"RequiredIfNameId":{"format":"uuid","type":"string","x-nullable":true},"Row":{"format":"int32","type":"integer","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StringValue":{"type":"string","x-nullable":true},"TaskTemplateId":{"format":"uuid","type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"ValidationConditionGroups":{"items":{"$ref":"#/definitions/CustomFieldDataConditionGroup"},"type":"array","x-nullable":true},"ValidationNameId":{"format":"uuid","type":"string","x-nullable":true},"Value":{"type":"string","x-deprecated":true,"x-nullable":true},"VariableId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"CustomFieldDataConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFieldDataId":{"format":"uuid","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"Step":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"CustomFieldDataDto":{"additionalProperties":false,"properties":{"DefinitionId":{"format":"uuid","type":"string"},"DefinitionType":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"},"Id":{"format":"uuid","type":"string"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"CustomFieldDataRequiredIfConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFieldDataRequiredIfId":{"format":"uuid","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"Step":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"CustomFieldDataRequiredIfViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"CustomFieldDataSecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"CustomFieldDataValidationViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"CustomFieldDataViewModel":{"additionalProperties":false,"properties":{"BackgroundColor":{"type":"string","x-nullable":true},"BindingField":{"type":"string","x-nullable":true},"BindingNavigationField":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CaseSensitivity":{"enum":["0 - Insensitive","1 - Uppercase","2 - Lowercase"],"format":"int32","type":"integer"},"Cells":{"items":{"$ref":"#/definitions/CustomFieldDataViewModel"},"type":"array","x-nullable":true},"Column":{"format":"int32","type":"integer","x-nullable":true},"DefinitionId":{"format":"uuid","type":"string"},"DefinitionSequenceNumber":{"format":"int64","type":"integer"},"DefinitionTag":{"type":"string","x-nullable":true},"DefinitionType":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"},"Description":{"type":"string","x-nullable":true},"DisplayName":{"type":"string","x-deprecated":true,"x-nullable":true},"DoNotCopy":{"type":"boolean"},"ExternalDataObject":{"type":"string","x-nullable":true},"FieldSectionId":{"format":"uuid","type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"GridId":{"format":"uuid","type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"HasFormFilters":{"type":"boolean"},"HasHtmlSupport":{"type":"boolean"},"HasTimestampTag":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImpactMessage":{"type":"string","x-nullable":true},"InputMask":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsColumnTotal":{"type":"boolean","x-nullable":true},"IsEncrypted":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"IsReadOnlyAtCreationOnly":{"type":"boolean"},"IsReadOnlyIfBindingName":{"type":"string","x-nullable":true},"IsReadOnlyIfDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"IsReadOnlyIfHasValue":{"type":"boolean"},"IsReadOnlyIfValue":{"type":"string","x-nullable":true},"IsRequired":{"type":"boolean"},"IsSecured":{"type":"boolean"},"ListId":{"format":"uuid","type":"string","x-nullable":true},"MaxLength":{"format":"int32","type":"integer","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NbLinesHeight":{"format":"int32","type":"integer","x-nullable":true},"NotReadOnlyGroups":{"items":{"$ref":"#/definitions/CustomFieldDataSecurityGroupViewModel"},"type":"array","x-nullable":true},"Options":{"type":"string","x-nullable":true},"Order":{"format":"int32","type":"integer"},"RequiredIf":{"$ref":"#/definitions/CustomFieldDataRequiredIfViewModel"},"Row":{"format":"int32","type":"integer","x-nullable":true},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"TextColor":{"type":"string","x-nullable":true},"Validations":{"$ref":"#/definitions/CustomFieldDataValidationViewModel"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"CustomFieldDefinition":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CaseSensitivity":{"enum":["0 - Insensitive","1 - Uppercase","2 - Lowercase"],"format":"int32","type":"integer"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFieldDatas":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"FilterConditionGroups":{"items":{"$ref":"#/definitions/CustomFieldConditionGroup"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"HasCustomFieldInUsed":{"type":"boolean"},"HasHtmlSupport":{"type":"boolean"},"HasTimestampTag":{"type":"boolean"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"InputMask":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsEncrypted":{"type":"boolean"},"IsHtml":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"IsSecured":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListId":{"format":"uuid","type":"string","x-nullable":true},"MaxLength":{"format":"int32","type":"integer","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NbLinesHeight":{"format":"int32","type":"integer","x-nullable":true},"NextValueSequenceNumberId":{"format":"uuid","type":"string","x-nullable":true},"Options":{"type":"string","x-nullable":true},"ParametersService":{"$ref":"#/definitions/IParametersService"},"SecurityGroups":{"items":{"$ref":"#/definitions/CustomFieldDefinitionGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Tag":{"maxLength":64,"type":"string","x-nullable":true},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"Type":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"CustomFieldDefinitionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFieldDefinitionId":{"format":"uuid","type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"CustomFieldDefinitionGroupViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CustomFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsGroup":{"type":"boolean"},"SequenceNumber":{"type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"CustomFieldDefinitionViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CaseSensitivity":{"enum":["0 - Insensitive","1 - Uppercase","2 - Lowercase"],"format":"int32","type":"integer"},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/CustomFieldDefinitionGroupViewModel"},"type":"array","x-nullable":true},"HasCustomFieldInUsed":{"type":"boolean"},"HasHtmlSupport":{"type":"boolean"},"HasTimestampTag":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"InputMask":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsEncrypted":{"type":"boolean"},"ListId":{"format":"uuid","type":"string","x-nullable":true},"MaxLength":{"format":"int32","type":"integer","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NbLinesHeight":{"format":"int32","type":"integer","x-nullable":true},"NextValue":{"format":"int64","type":"integer"},"Options":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Tag":{"type":"string","x-nullable":true},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"Type":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"}},"type":"object"},"CustomFieldRowDto":{"additionalProperties":false,"properties":{"Cells":{"items":{"$ref":"#/definitions/CustomFieldCellDto"},"type":"array","x-nullable":true},"Order":{"format":"int32","type":"integer"}},"type":"object"},"CustomFieldSectionViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FieldSectionTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"FromTemplate":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsPublic":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"Order":{"format":"int32","type":"integer"},"OverrideOptions":{"type":"boolean"},"Rows":{"items":{"$ref":"#/definitions/CustomFieldRowDto"},"type":"array","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Visible":{"$ref":"#/definitions/FieldSectionVisibleViewModel"}},"type":"object"},"CustomFieldsViewModel":{"additionalProperties":false,"properties":{"Fields":{"items":{"$ref":"#/definitions/CustomFieldDataViewModel"},"type":"array","x-nullable":true},"Sections":{"items":{"$ref":"#/definitions/CustomFieldSectionViewModel"},"type":"array","x-nullable":true}},"type":"object"},"CustomFormFieldDto":{"additionalProperties":false,"properties":{"ExternalDataObject":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Type":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"CustomGridDataDto":{"additionalProperties":false,"properties":{"field":{"type":"string","x-nullable":true},"fieldId":{"type":"string","x-nullable":true},"headerName":{"type":"string","x-nullable":true},"hidden":{"type":"boolean","x-nullable":true},"width":{"format":"int32","type":"integer"}},"type":"object"},"DashboardRequest":{"additionalProperties":false,"properties":{"From":{"description":"Defaults to Datetime.now - 7 days","format":"date-time","type":"string"},"GroupBy":{"type":"string","x-nullable":true},"IsCounter":{"type":"boolean"},"NumberOf":{"description":"Defaults to 7","format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"RangeType":{"description":"Defaults to Day","enum":["0 - Day","1 - Month","2 - Year"],"format":"int32","type":"integer"},"SearchTemplateId":{"format":"uuid","type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Status":{"description":"Defaults to Day","enum":[0,1,2],"format":"int32","type":"integer","x-nullable":true},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"UtcOffsetInMinutes":{"format":"int32","type":"integer"}},"type":"object"},"DashboardSaveViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPublic":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"DeleteServiceRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"ServiceId":{"format":"uuid","type":"string"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"DeleteUserPreferencesByTypeRequestParameters":{"additionalProperties":false,"properties":{"FilterId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"Type":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"DomainDto":{"additionalProperties":false,"properties":{"AuthenticationType":{"type":"string","x-nullable":true},"Domain":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"ProtocolVersion":{"type":"string","x-nullable":true},"SecureSocketLayer":{"type":"boolean"},"Server":{"type":"string","x-nullable":true},"Username":{"type":"string","x-nullable":true},"UsersSearchBase":{"type":"string","x-nullable":true},"UsersSearchFilter":{"type":"string","x-nullable":true},"UsersSearchScope":{"type":"string","x-nullable":true}},"type":"object"},"EditC2ClientViewModel":{"additionalProperties":false,"properties":{"ApplicationUrl":{"type":"string","x-nullable":true},"C2ClientName":{"type":"string","x-nullable":true},"CanExecuteSnapshot":{"type":"boolean"},"CanUseApi":{"type":"boolean"},"ChosenC2ClientId":{"format":"uuid","type":"string","x-nullable":true},"City":{"type":"string","x-nullable":true},"ConnectedResources":{"items":{"$ref":"#/definitions/UserProfileViewModel"},"type":"array","x-nullable":true},"ContactEmail":{"type":"string","x-nullable":true},"ContactName":{"type":"string","x-nullable":true},"ContactPhone":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string","x-nullable":true},"DataWarehouseCultureCode":{"type":"string","x-nullable":true},"DataWarehouseIsActive":{"type":"boolean"},"DataWarehouseJobNumber":{"format":"int32","type":"integer"},"DataWarehousePassword":{"type":"string","x-nullable":true},"DataWarehouseUsername":{"type":"string","x-nullable":true},"Entities":{"items":{"$ref":"#/definitions/EntityCountDto"},"type":"array","x-nullable":true},"ExpirationDate":{"format":"date-time","type":"string","x-nullable":true},"ExpirationDateISO":{"type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"HasMasterC2ClientSynchronizedLanguage":{"type":"boolean"},"ISOCountryCode":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IntegrationsEnabled":{"type":"boolean"},"IpAddressesWhiteList":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsTemplate":{"type":"boolean"},"IsTrial":{"type":"boolean","x-nullable":true},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string","x-nullable":true},"LastName":{"type":"string","x-nullable":true},"LicenseId":{"format":"uuid","type":"string"},"MasterC2ClientId":{"format":"uuid","type":"string","x-nullable":true},"MasterC2ClientName":{"type":"string","x-nullable":true},"MaxClients":{"format":"int32","type":"integer"},"MaxNamedResources":{"format":"int32","type":"integer"},"MaxNbOfResources":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"PostalCode":{"type":"string","x-nullable":true},"PreferedCulture":{"type":"string","x-nullable":true},"ProvinceOrState":{"type":"string","x-nullable":true},"ResourcesCount":{"format":"int32","type":"integer"},"SecurityTokenExpiration":{"format":"int32","type":"integer","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"StreetName":{"type":"string","x-nullable":true},"Subdomain":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"EditEnterpriseViewModel":{"additionalProperties":false,"properties":{"BankedHoursCount":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CIEnterprisesCount":{"format":"int32","type":"integer"},"Catalogs":{"items":{"$ref":"#/definitions/EnterpriseCatalogViewModel"},"type":"array","x-nullable":true},"City":{"maxLength":200,"type":"string","x-nullable":true},"ClientEnterprisesCount":{"format":"int32","type":"integer"},"CommunicationsCount":{"format":"int32","type":"integer"},"CreatedOn":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"CustomPortal":{"type":"string","x-nullable":true},"EmailAddress":{"type":"string","x-nullable":true},"EnterpriseCatalogs":{"items":{"$ref":"#/definitions/EnterpriseCatalogViewModel"},"type":"array","x-nullable":true},"EnterpriseDomains":{"items":{"$ref":"#/definitions/EnterpriseDomainViewModel"},"type":"array","x-nullable":true},"EnterpriseManagers":{"items":{"$ref":"#/definitions/EnterpriseManagerViewModel"},"type":"array","x-nullable":true},"EnterpriseName":{"maxLength":500,"type":"string","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"HasChildren":{"type":"boolean"},"ISOCountryCode":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsReadonly":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastName":{"type":"string","x-nullable":true},"LockedBy":{"type":"string","x-nullable":true},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"Managers":{"items":{"$ref":"#/definitions/ClientSummaryViewModel"},"type":"array","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"ParentName":{"type":"string","x-nullable":true},"Phone":{"maxLength":100,"type":"string","x-nullable":true},"PostalCode":{"maxLength":10,"type":"string","x-nullable":true},"ProvinceOrState":{"type":"string","x-nullable":true},"RestrictAssociation":{"type":"boolean"},"SequenceNumber":{"type":"string","x-nullable":true},"StreetName":{"maxLength":200,"type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true},"TicketsCount":{"format":"int32","type":"integer"},"UnavailabilityReason":{"type":"string","x-nullable":true},"UnavailabilityReasonId":{"format":"uuid","type":"string","x-nullable":true},"UnreadCommunicationsCount":{"format":"int32","type":"integer"}},"type":"object"},"EditGroupViewModel":{"additionalProperties":false,"properties":{"AssigneeType":{"enum":["0 - Resource","1 - Client","2 - Group"],"format":"int32","type":"integer"},"AutoStartTimerMode":{"enum":["0 - Never","1 - Always","2 - OnlyIfAssigned"],"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CanManageAllTimesheetGroups":{"type":"boolean"},"CanSeeAllGroups":{"type":"boolean"},"CanSeeGroups":{"items":{"$ref":"#/definitions/GroupCanSeeGroupViewModel"},"type":"array","x-nullable":true},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"CopyFromGroupId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedOn":{"format":"date-time","type":"string"},"Description":{"type":"string","x-nullable":true},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EmailAddress":{"type":"string","x-nullable":true},"EmailTemplates":{"items":{"$ref":"#/definitions/GroupEmailTemplateViewModel"},"type":"array","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"EnglishSignature":{"type":"string","x-nullable":true},"FeatureSets":{"items":{"$ref":"#/definitions/FeaturesSetViewModel"},"type":"array","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"FrenchSignature":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IntermailConfigs":{"items":{"$ref":"#/definitions/GroupIntermailConfigViewModel"},"type":"array","x-nullable":true},"IsActive":{"type":"boolean"},"IsAdmin":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsGroup":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Members":{"items":{"$ref":"#/definitions/ResourceViewModel"},"type":"array","x-nullable":true},"MissingAppFeatures":{"items":{"$ref":"#/definitions/MissingAppFeatureViewModel"},"type":"array","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NotificationByResource":{"type":"boolean"},"PreferenceTypesToManage":{"items":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"type":"array","x-nullable":true},"Queues":{"items":{"$ref":"#/definitions/QueueViewModel"},"type":"array","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"SignatureId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true},"value":{"type":"string","x-nullable":true}},"type":"object"},"EditJSonDataViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ClientId":{"format":"uuid","type":"string"},"CreatedOn":{"format":"date-time","type":"string"},"FilterId":{"format":"uuid","type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsPublic":{"type":"boolean"},"SequenceNumber":{"type":"string","x-nullable":true},"Type":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"EditListItemViewModel":{"additionalProperties":false,"description":"ViewModel used in manager's edit.","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Code":{"type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"HoldDueDate":{"type":"boolean","x-nullable":true},"HoldResponseDate":{"type":"boolean","x-nullable":true},"HoldSelectedDueDate":{"type":"boolean","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImpactBackgroundColor":{"type":"string","x-nullable":true},"ImpactIsActive":{"type":"boolean","x-nullable":true},"ImpactMessage":{"type":"string","x-nullable":true},"ImpactTextColor":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsAssignable":{"type":"boolean","x-nullable":true},"IsDeleted":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"IsResourceStateAvailableToChat":{"type":"boolean","x-nullable":true},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListId":{"format":"uuid","type":"string"},"ListType":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NotificationTypeBackgroundColor":{"type":"string","x-nullable":true},"NotificationTypeTextColor":{"type":"string","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"PreventTicketCreation":{"type":"boolean","x-nullable":true},"ResourceStateColor":{"type":"string","x-nullable":true},"RestrictAssociation":{"type":"boolean","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"TicketStateBackgroundColor":{"type":"string","x-nullable":true},"TicketStateTextColor":{"type":"string","x-nullable":true}},"type":"object"},"EditListViewModel":{"additionalProperties":false,"description":"ViewModel used in manager's edit.","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"SortType":{"enum":["0 - Alphabetic","1 - Numeric"],"format":"int32","type":"integer"}},"type":"object"},"EmailAddress":{"additionalProperties":false,"properties":{"Address":{"type":"string","x-nullable":true},"AssigneeType":{"enum":["0 - Resource","1 - Client","2 - Group"],"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"CultureCode":{"type":"string","x-nullable":true},"DisplayName":{"type":"string","x-nullable":true},"EmailAddressType":{"enum":["0 - From","1 - To","2 - Cc","3 - Bcc","4 - ReplyTo"],"format":"int32","type":"integer"},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"TicketEmailId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"EmailTemplate":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"Bcc":{"items":{"$ref":"#/definitions/EmailAddress"},"readOnly":true,"type":"array","x-nullable":true},"BodyId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"Cc":{"items":{"$ref":"#/definitions/EmailAddress"},"readOnly":true,"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"EmailAddresses":{"items":{"$ref":"#/definitions/EmailAddress"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IntermailConfigId":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPublic":{"type":"boolean"},"IsSecured":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"LocalizedBodyText":{"type":"string","x-nullable":true},"LocalizedSubjectText":{"type":"string","x-nullable":true},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"SubjectId":{"format":"uuid","type":"string","x-nullable":true},"SystemType":{"type":"string","x-nullable":true},"To":{"items":{"$ref":"#/definitions/EmailAddress"},"readOnly":true,"type":"array","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"EmailTemplateSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"ExcludeSystems":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"SystemTypes":{"items":{"type":"string"},"type":"array","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"EmailTemplateSecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"Enterprise":{"additionalProperties":false,"description":"Enterprise represent the organization to which a calling client belongs to.\r\nExample:\r\nHelico Montreal is a Enterprise that belongs to Zion Communication C2Client.","properties":{"BankedHours":{"items":{"$ref":"#/definitions/BankedHour"},"type":"array","x-nullable":true},"BankedHoursCount":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"CIEnterprisesCount":{"format":"int32","type":"integer"},"City":{"type":"string","x-nullable":true},"ClientEnterprises":{"items":{"$ref":"#/definitions/ClientEnterprise"},"type":"array","x-nullable":true},"ClientEnterprisesCount":{"format":"int32","type":"integer"},"ClusterId":{"format":"int32","type":"integer"},"CommunicationsCount":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"CustomPortal":{"type":"string","x-nullable":true},"EnterpriseCatalogs":{"items":{"$ref":"#/definitions/EnterpriseCatalog"},"type":"array","x-nullable":true},"EnterpriseDomains":{"items":{"$ref":"#/definitions/EnterpriseDomain"},"type":"array","x-nullable":true},"EnterpriseManagers":{"items":{"$ref":"#/definitions/EnterpriseManager"},"type":"array","x-nullable":true},"EnterpriseTemplateFormView":{"$ref":"#/definitions/EnterpriseTemplateFormView"},"ExternalId":{"type":"string","x-nullable":true},"FilledForms":{"items":{"$ref":"#/definitions/FilledForm"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"ISOCountryCode":{"maxLength":3,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImportHash":{"type":"string","x-nullable":true},"ImportKey":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsLockedById":{"format":"uuid","type":"string","x-nullable":true},"IsLockedBySignalrConnectionId":{"maxLength":100,"type":"string","x-nullable":true},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"Name":{"maxLength":500,"type":"string","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Phone":{"maxLength":100,"type":"string","x-nullable":true},"PostalCode":{"type":"string","x-nullable":true},"ProvinceOrState":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StreetName":{"type":"string","x-nullable":true},"SubItems":{"items":{"$ref":"#/definitions/Enterprise"},"type":"array","x-nullable":true},"TicketsCount":{"format":"int32","type":"integer"},"UnavailabilityReasonId":{"format":"uuid","type":"string","x-nullable":true},"UnreadCommunicationsCount":{"format":"int32","type":"integer"},"UpdatingBy":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"EnterpriseCatalog":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CatalogId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"EnterpriseId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrimary":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"EnterpriseCatalogViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrimary":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"}},"type":"object"},"EnterpriseDomain":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"DomainName":{"type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"EnterpriseDomainViewModel":{"additionalProperties":false,"properties":{"DomainName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"EnterpriseManager":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"EnterpriseId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"EnterpriseManagerViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Username":{"type":"string","x-nullable":true}},"type":"object"},"EnterpriseTemplateFormView":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"EnterpriseId":{"format":"uuid","type":"string"},"FormId":{"format":"uuid","type":"string"}},"type":"object"},"EnterprisesAdvancedSearchCriteria":{"additionalProperties":false,"properties":{"CityFilter":{"type":"string","x-nullable":true},"ContactEmailAddress":{"type":"string","x-nullable":true},"ContactName":{"type":"string","x-nullable":true},"CountryCode":{"type":"string","x-nullable":true},"CreatedAfter":{"format":"date-time","type":"string","x-nullable":true},"CreatedBefore":{"format":"date-time","type":"string","x-nullable":true},"IncludeInactiveEnterprises":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true}},"type":"object"},"EnterprisesManagerOfWithCountParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/TicketsCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"EnterprisesSearchCriteria":{"additionalProperties":false,"properties":{"AdvancedSearchCriteria":{"$ref":"#/definitions/EnterprisesAdvancedSearchCriteria"},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"Columns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EnterpriseIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"ExcludeMasterC2Client":{"type":"boolean"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"FilterByParentId":{"type":"boolean"},"FilterCriteria":{"$ref":"#/definitions/EntityCriteria"},"FormFields":{"type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GridPreference":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"GroupByColumn":{"type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeCatalogs":{"type":"boolean"},"IncludeCustomFields":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IncludeManagers":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"RetrieveAllParents":{"type":"boolean"},"SearchFilterId":{"format":"uuid","type":"string","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"Entity":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"EntityCountDto":{"additionalProperties":false,"properties":{"Count":{"format":"int32","type":"integer"},"Name":{"type":"string","x-nullable":true}},"type":"object"},"EntityCriteria":{"additionalProperties":false,"properties":{"AdvancedSearchCriteria":{"$ref":"#/definitions/AdvancedSearchCriteria"},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EntityFilters":{"items":{"$ref":"#/definitions/ConditionGroup"},"type":"array","x-nullable":true},"ExcludeMasterC2Client":{"type":"boolean"},"ExcludeResources":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IncludeKBItem":{"type":"boolean"},"OnlyClosedTickets":{"type":"boolean"},"OnlyDraftTickets":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"OnlyOpenedTickets":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"TicketTypes":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true},"VariablesValues":{"items":{"$ref":"#/definitions/VariableValueDto"},"type":"array","x-nullable":true}},"type":"object"},"EntitySelector":{"additionalProperties":false,"properties":{"CICategoryPrefix":{"type":"string","x-nullable":true},"CustomFieldSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"CustomFieldTag":{"type":"string","x-nullable":true},"CustomFieldValue":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ManualCINumber":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"UserName":{"type":"string","x-nullable":true}},"type":"object"},"EventsSearchCriteria":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndDate":{"format":"date-time","type":"string","x-nullable":true},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"ExportedColumns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"GroupingType":{"enum":[0,1,2],"format":"int32","type":"integer","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"Level":{"enum":[0,1,2],"format":"int32","type":"integer","x-nullable":true},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartDate":{"format":"date-time","type":"string","x-nullable":true},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"ExecuteActionsEntityRequestParameters":{"additionalProperties":false,"properties":{"Actions":{"items":{"$ref":"#/definitions/IaActionsViewModel"},"type":"array","x-nullable":true},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/EntityCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ExecuteActionsFromButtonRequestParameters":{"additionalProperties":false,"properties":{"CustomFieldButtonId":{"format":"uuid","type":"string"},"EntityId":{"format":"uuid","type":"string"},"FieldDefinitionId":{"format":"uuid","type":"string"},"FormCustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ExportImportFromJsonResultCountDto":{"additionalProperties":false,"properties":{"Deleted":{"format":"int32","type":"integer"},"Inserted":{"format":"int32","type":"integer"},"Updated":{"format":"int32","type":"integer"}},"type":"object"},"ExportImportFromJsonResultDto":{"additionalProperties":false,"properties":{"ResultCount":{"$ref":"#/definitions/ExportImportFromJsonResultCountDto"},"TableName":{"type":"string","x-nullable":true}},"type":"object"},"ExtendLicenseViewModel":{"additionalProperties":false,"description":"Viewmodel used for extending a subscription.","properties":{"C2ClientId":{"description":"Id of the C2Client for which the license should be extended.","format":"uuid","type":"string"},"Duration":{"description":"ExtensionDuration by which the license should be extended.","enum":["0 - Month","1 - Year"],"format":"int32","type":"integer"},"Secret":{"description":"Secret key of the caller. Only callers authorized by C2 should have a secret.\r\nIf many callers are authorized, they should have different secrets in order to differenciate them.","type":"string","x-nullable":true}},"type":"object"},"FeaturesSetViewModel":{"additionalProperties":false,"properties":{"AppFeatures":{"items":{"$ref":"#/definitions/AppFeatureViewModel"},"type":"array","x-nullable":true},"Name":{"type":"string","x-nullable":true},"Type":{"enum":["0 - Application","1 - Ticket","2 - TicketSectionVisibility","3 - TicketStatus"],"format":"int32","type":"integer"}},"type":"object"},"FieldDefinition":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsEncrypted":{"type":"boolean"},"IsHtml":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListId":{"format":"uuid","type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"ParametersService":{"$ref":"#/definitions/IParametersService"},"SequenceNumber":{"format":"int64","type":"integer"},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"Type":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"FieldSection":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"FieldSectionTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPublic":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Order":{"format":"int32","type":"integer"},"OverrideOptions":{"type":"boolean"},"Rows":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"VisibleConditionGroups":{"items":{"$ref":"#/definitions/FieldSectionVisibleConditionGroup"},"type":"array","x-nullable":true},"VisibleIfFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"VisibleIfFieldValue":{"type":"string","x-nullable":true},"VisibleNameId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"FieldSectionTemplate":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsCurrentlyUsed":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"FieldSectionTemplatesSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"FieldSectionVisibleConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"FieldSectionVisibleId":{"format":"uuid","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"Step":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"FieldSectionVisibleViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"FieldsSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EntityType":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"ExcludeAssociationFields":{"type":"boolean"},"ExcludeCustomFields":{"type":"boolean"},"ExcludeGridFields":{"type":"boolean"},"ExcludeMasterC2Client":{"type":"boolean"},"FieldType":{"enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],"format":"int32","type":"integer","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"ManagerTarget":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"FillDisplayNameRequestParameters":{"additionalProperties":false,"properties":{"FieldDefinitionType":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"FilledForm":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CIId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"FormId":{"format":"uuid","type":"string"},"FormType":{"enum":["0 - Survey","1 - Popup"],"format":"int32","type":"integer"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"TransactionId":{"format":"uuid","type":"string","x-nullable":true},"UpdatingBy":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"Filter":{"additionalProperties":false,"properties":{"IncludeCIs":{"type":"boolean"},"IncludeClients":{"type":"boolean"},"IncludeEmails":{"type":"boolean"},"IncludeEnterprises":{"type":"boolean"},"IncludeNotes":{"type":"boolean"},"IncludeTickets":{"type":"boolean"},"IncludeTimesheetEntries":{"type":"boolean"},"IncludeUpdates":{"type":"boolean"}},"type":"object"},"FolderSearchCriteria":{"additionalProperties":false,"properties":{"ApplySecurity":{"type":"boolean"},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FilterByParentFolder":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"ParentFolderId":{"format":"uuid","type":"string","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"ForgotPasswordParameters":{"additionalProperties":false,"properties":{"Username":{"type":"string","x-nullable":true}},"type":"object"},"Form":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"IaProcesses":{"items":{"$ref":"#/definitions/IaProcess"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"Tag":{"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"FormFieldsDto":{"additionalProperties":false,"properties":{"FormFields":{"type":"string","x-nullable":true}},"type":"object"},"FormsSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"GenerateMissingThumbnailsRequestParameters":{"additionalProperties":false,"properties":{"ForC2ClientId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"GridFieldData":{"additionalProperties":false,"properties":{"BindingField":{"type":"string","x-nullable":true},"BindingNavigationField":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"CICategoryId":{"format":"uuid","type":"string","x-nullable":true},"CIId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"Column":{"format":"int32","type":"integer","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFieldCollectionData":{"items":{"$ref":"#/definitions/CustomFieldCollectionData"},"type":"array","x-nullable":true},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"DateTimeValue":{"format":"date-time","type":"string","x-nullable":true},"DecimalValue":{"format":"double","type":"number","x-nullable":true},"DisplayName":{"type":"string","x-nullable":true},"DoNotCopy":{"type":"boolean"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExternalDataObject":{"type":"string","x-nullable":true},"FieldDefinitionId":{"format":"uuid","type":"string"},"FieldSectionId":{"format":"uuid","type":"string","x-nullable":true},"FieldSectionTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FilledFormId":{"format":"uuid","type":"string","x-nullable":true},"FormId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IntegerValue":{"format":"int32","type":"integer","x-nullable":true},"IsActive":{"type":"boolean"},"IsChecked":{"type":"boolean","x-nullable":true},"IsColumnTotal":{"type":"boolean","x-nullable":true},"IsDeleted":{"type":"boolean"},"IsEncrypted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"IsReadOnlyAtCreationOnly":{"type":"boolean"},"IsReadOnlyIfFieldBindingName":{"type":"string","x-nullable":true},"IsReadOnlyIfFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"IsReadOnlyIfFieldValue":{"type":"string","x-nullable":true},"IsReadOnlyIfHasValue":{"type":"boolean"},"IsRequired":{"type":"boolean"},"IsTemplate":{"readOnly":true,"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListItemId":{"format":"uuid","type":"string","x-nullable":true},"NotReadOnlyGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"Order":{"format":"int32","type":"integer"},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"RequiredIfConditionGroups":{"items":{"$ref":"#/definitions/CustomFieldDataRequiredIfConditionGroup"},"type":"array","x-nullable":true},"RequiredIfNameId":{"format":"uuid","type":"string","x-nullable":true},"Row":{"format":"int32","type":"integer","x-nullable":true},"RowsCount":{"format":"int32","readOnly":true,"type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"StringValue":{"type":"string","x-nullable":true},"TaskTemplateId":{"format":"uuid","type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"ValidationConditionGroups":{"items":{"$ref":"#/definitions/CustomFieldDataConditionGroup"},"type":"array","x-nullable":true},"ValidationNameId":{"format":"uuid","type":"string","x-nullable":true},"Value":{"type":"string","x-deprecated":true,"x-nullable":true},"VariableId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"GridListViewModel":{"additionalProperties":false,"description":"ViewModel used in manager's grid.","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"SortType":{"enum":["0 - Alphabetic","1 - Numeric"],"format":"int32","type":"integer"}},"type":"object"},"GridListViewModelListAPIGridResponse":{"additionalProperties":false,"properties":{"Data":{"items":{"$ref":"#/definitions/GridListViewModel"},"type":"array","x-nullable":true},"Message":{"$ref":"#/definitions/Message"},"StackTrace":{"type":"string","x-nullable":true},"Status":{"enum":["0 - Success","1 - Error","2 - ErrorTokenExpired","3 - Warning"],"format":"int32","type":"integer"},"Time":{"format":"date-time","type":"string"}},"type":"object"},"GridSort":{"additionalProperties":false,"properties":{"Dir":{"type":"string","x-nullable":true},"Field":{"type":"string","x-nullable":true}},"type":"object"},"GridTemplate":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsSecured":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"Value":{"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"GridTemplateSecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"GridTemplatesSearchCriteria":{"additionalProperties":false,"properties":{"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"ExcludePrivate":{"type":"boolean"},"ExcludePublic":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true},"UserId":{"format":"uuid","type":"string"}},"type":"object"},"Group":{"additionalProperties":false,"properties":{"AppFeatures":{"items":{"$ref":"#/definitions/GroupAppFeature"},"type":"array","x-nullable":true},"AssigneeType":{"enum":["0 - Resource","1 - Client","2 - Group"],"format":"int32","readOnly":true,"type":"integer"},"AutoStartTimerMode":{"enum":["0 - Never","1 - Always","2 - OnlyIfAssigned"],"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"CanSeeAllGroups":{"type":"boolean"},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFieldDefinitions":{"items":{"$ref":"#/definitions/CustomFieldDefinitionGroup"},"type":"array","x-nullable":true},"EmailAddress":{"type":"string","x-nullable":true},"EmailName":{"readOnly":true,"type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GroupIntermailConfigs":{"items":{"$ref":"#/definitions/GroupIntermailConfig"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsAdmin":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadonly":{"type":"boolean"},"Language":{"readOnly":true,"type":"string","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"NotificationByResource":{"type":"boolean"},"PrimaryIntermailConfig":{"$ref":"#/definitions/IntermailConfig"},"Queues":{"items":{"$ref":"#/definitions/QueueGroup"},"type":"array","x-nullable":true},"RequestGroups":{"items":{"$ref":"#/definitions/RequestGroup"},"type":"array","x-nullable":true},"ResourceGroups":{"items":{"$ref":"#/definitions/ResourceGroup"},"type":"array","x-nullable":true},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"SignatureId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"GroupAppFeature":{"additionalProperties":false,"properties":{"AppFeatureId":{"format":"uuid","type":"string"},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"GroupCanSeeGroupViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CanSeeGroupInWidget":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"GroupEmailTemplateViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"GroupIntermailConfig":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IntermailConfigId":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrimary":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"GroupIntermailConfigViewModel":{"additionalProperties":false,"properties":{"AccountEmail":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"GroupId":{"format":"uuid","type":"string"},"GroupName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IntermailConfigId":{"format":"uuid","type":"string"},"IsPrimary":{"type":"boolean"},"value":{"type":"string","x-nullable":true}},"type":"object"},"GroupOverviewViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"GroupRequestViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsGroup":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"NameId":{"format":"uuid","type":"string"},"SequenceNumber":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string"},"Text":{"type":"string","x-nullable":true}},"type":"object"},"GroupTaskTemplateViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrincipal":{"type":"boolean"},"NameId":{"format":"uuid","type":"string"},"SequenceNumber":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string"},"Text":{"type":"string","x-nullable":true}},"type":"object"},"GroupTimesheetViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsTimesheetGroupReadonly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"GroupViewModel":{"additionalProperties":false,"properties":{"AssigneeType":{"enum":["0 - Resource","1 - Client","2 - Group"],"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedOn":{"format":"date-time","type":"string"},"Description":{"type":"string","x-nullable":true},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsAdmin":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsGroup":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true},"value":{"type":"string","x-nullable":true}},"type":"object"},"GroupsSearchCriteria":{"additionalProperties":false,"properties":{"AppFeaturesIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"CanSeeInWidgetOnly":{"type":"boolean"},"CanSeeOnly":{"type":"boolean"},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeAdmin":{"type":"boolean"},"ExcludeGroupId":{"format":"uuid","type":"string","x-nullable":true},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IsGroupMember":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"ResourcesIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"RetrieveAdminOnly":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"GuidAPIResponse":{"additionalProperties":false,"properties":{"Data":{"format":"uuid","type":"string"},"Message":{"$ref":"#/definitions/Message"},"StackTrace":{"type":"string","x-nullable":true},"Status":{"enum":["0 - Success","1 - Error","2 - ErrorTokenExpired","3 - Warning"],"format":"int32","type":"integer"},"Time":{"format":"date-time","type":"string"}},"type":"object"},"Holiday":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"OffDay":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"IParametersService":{"additionalProperties":false,"type":"object"},"IaAction":{"additionalProperties":false,"properties":{"ActionParameters":{"$ref":"#/definitions/JsonData"},"ActionType":{"description":"Do not change order here","enum":["0 - SendEmail","1 - ApiCall","2 - SetFieldValue","3 - Create","4 - Calculate","5 - SendForm","6 - WebService","7 - SendUserEvent","8 - RunScript"],"format":"int32","type":"integer"},"Api":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"ConditionExpressionData":{"$ref":"#/definitions/ConditionExpressionData"},"CreatedDateTime":{"format":"date-time","type":"string"},"EntityId":{"format":"uuid","type":"string"},"ExpressionId":{"format":"uuid","type":"string"},"IaActionTemplateId":{"format":"uuid","type":"string","x-nullable":true},"IaProcessId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Password":{"type":"string","x-nullable":true},"Step":{"format":"int32","type":"integer"},"TicketWorkflowId":{"format":"uuid","type":"string","x-nullable":true},"Username":{"type":"string","x-nullable":true},"WebHookId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"IaActionTemplate":{"additionalProperties":false,"properties":{"Actions":{"items":{"$ref":"#/definitions/IaAction"},"type":"array","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"Description":{"$ref":"#/definitions/Label"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsQuickSave":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"TargetGridId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"IaActionTemplatesSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"IaActionTemplatesViewModel":{"additionalProperties":false,"properties":{"Actions":{"items":{"$ref":"#/definitions/IaActionsViewModel"},"type":"array","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsQuickSave":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"TargetGridId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"IaActionsViewModel":{"additionalProperties":false,"properties":{"ActionType":{"description":"Do not change order here","enum":["0 - SendEmail","1 - ApiCall","2 - SetFieldValue","3 - Create","4 - Calculate","5 - SendForm","6 - WebService","7 - SendUserEvent","8 - RunScript"],"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Expression":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Step":{"format":"int32","type":"integer"}},"type":"object"},"IaCondition":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"ConditionExpressionData":{"$ref":"#/definitions/ConditionExpressionData"},"ConditionGroupId":{"format":"uuid","type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"ExpressionId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Step":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"IaConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"IaProcessId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"Step":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"IaConditionGroupViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ConditionExpressions":{"items":{"$ref":"#/definitions/IaExpressionViewModel"},"type":"array","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"IaProcessId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"SearchFilterId":{"format":"uuid","type":"string","x-nullable":true},"Step":{"format":"int32","type":"integer"},"TicketWorkflowId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"IaEventSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IaProcessId":{"format":"uuid","type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"IaExpressionViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ExpressionId":{"format":"uuid","type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"Step":{"format":"int32","type":"integer"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"IaFolder":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"IaProcesses":{"items":{"$ref":"#/definitions/IaProcess"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"IaFolderSaveFolderViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/IaFolderSecurityGroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"IaFolderSaveFolderViewModelIaFolderSaveParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/IaFolderSaveFolderViewModel"}},"type":"object"},"IaFolderSecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"IaProcess":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"EvaluationAverageTime":{"format":"int64","type":"integer"},"EvaluationCounter":{"format":"int32","type":"integer"},"EvaluationLastTime":{"format":"int64","type":"integer"},"ExecutionAverageTime":{"format":"int64","type":"integer"},"ExecutionCounter":{"format":"int32","type":"integer"},"ExecutionLastTime":{"format":"int64","type":"integer"},"FormId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridActionExecution":{"enum":[0,1],"format":"int32","type":"integer","x-nullable":true},"IaActions":{"items":{"$ref":"#/definitions/IaAction"},"type":"array","x-nullable":true},"IaConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroup"},"type":"array","x-nullable":true},"IaFolderId":{"format":"uuid","type":"string"},"IaProcessEvents":{"items":{"$ref":"#/definitions/IaProcessEvent"},"type":"array","x-nullable":true},"IaProcessRequests":{"items":{"$ref":"#/definitions/IaProcessRequest"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IncludeKBItems":{"type":"boolean"},"IncludeServices":{"type":"boolean"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsSync":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"ReExecutionEnabled":{"type":"boolean"},"ReExecutionTime":{"format":"int32","type":"integer","x-nullable":true},"ReExecutionTimeUnit":{"enum":["0 - Minutes","1 - Hours","2 - Days","3 - Date","4 - Months","5 - Years"],"format":"int32","type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"SystemType":{"type":"string","x-nullable":true},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"TargetGridId":{"format":"uuid","type":"string","x-nullable":true},"ThresholdExceeded":{"type":"boolean"},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"IaProcessEvent":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"Client":{"$ref":"#/definitions/Client"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"Enterprise":{"$ref":"#/definitions/Enterprise"},"EntityId":{"format":"uuid","type":"string"},"FilledForm":{"$ref":"#/definitions/FilledForm"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridId":{"format":"uuid","type":"string","x-nullable":true},"IaProcessId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastRunDate":{"format":"date-time","type":"string","x-nullable":true},"Note":{"$ref":"#/definitions/Note"},"Reevaluate":{"type":"boolean"},"Resource":{"$ref":"#/definitions/Resource"},"RowIndex":{"format":"int32","type":"integer","x-nullable":true},"RunAt":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"Ticket":{"$ref":"#/definitions/Ticket"},"TicketEmail":{"$ref":"#/definitions/TicketEmail"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"IaProcessRequest":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"IaProcessId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"RequestId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"IaProcessRequestViewModel":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string"},"RelationId":{"format":"uuid","type":"string"},"Request":{"type":"string","x-nullable":true}},"type":"object"},"IaProcessSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"FolderIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IsSystem":{"type":"boolean","x-nullable":true},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"IaType":{"additionalProperties":false,"properties":{"FieldId":{"type":"string","x-nullable":true},"Id":{"enum":["0 - Specifics","1 - Parent","2 - PrincipalClient","3 - Me","4 - FromField","5 - Note","6 - Email","7 - Enterprise","8 - ReferenceTo","9 - PrincipalCI","10 - ReferenceBy","11 - Ticket","12 - CIs","13 - CustomCI","14 - CustomClient","15 - DependentCIs","16 - ImpactedCIs","17 - Grid","18 - Form","19 - OneOfSpecifics","20 - SubTickets","21 - Variable","22 - Clients","23 - Tickets","24 - CustomTicket","25 - CustomEnterprise","26 - Resources","27 - ConnectedResource","28 - Now","29 - FromCreatedEntity"],"format":"int32","type":"integer"}},"type":"object"},"ImportCsvRequestParameters":{"additionalProperties":false,"properties":{"Delimiter":{"type":"string","x-nullable":true},"DoNotSendActivateAccountNotification":{"type":"boolean"},"FileCulture":{"type":"string","x-nullable":true},"KeepSynchronized":{"type":"boolean"},"MultipleSeparator":{"type":"string"},"NormalizeData":{"type":"boolean"},"OnErrorResumeNext":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"Path":{"type":"string","x-nullable":true},"SearchCulture":{"type":"string","x-nullable":true},"SearchType":{"format":"int32","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UploadFiles":{"items":{"format":"binary","type":"string"},"type":"array","x-nullable":true},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ValidationOnly":{"type":"boolean"}},"type":"object"},"ImportFromJsonParameters":{"additionalProperties":false,"properties":{"ChunksCount":{"format":"int32","type":"integer"},"FileId":{"format":"uuid","type":"string"},"FilePassword":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ImportFromJsonSnapshotParameters":{"additionalProperties":false,"properties":{"ChunksCount":{"format":"int32","type":"integer"},"FileId":{"format":"uuid","type":"string"},"FilePassword":{"type":"string","x-nullable":true},"IsPreviewMode":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SnapshotC2ClientId":{"format":"uuid","type":"string","x-nullable":true},"SnapshotId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ImportRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ValidationOnly":{"type":"boolean"}},"type":"object"},"InitiateChatRequestFromPortalRequestParameters":{"additionalProperties":false,"properties":{"ChannelId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"Message":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"IntermailConfig":{"additionalProperties":false,"properties":{"AccountEmail":{"type":"string","x-nullable":true},"AddClientsForCC":{"type":"boolean"},"C2ClientId":{"format":"uuid","type":"string"},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DoNotCreateTicket":{"type":"boolean"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"InboundOAuth2AccessToken":{"type":"string","x-nullable":true},"InboundOAuth2ExpiresOn":{"format":"date-time","type":"string","x-nullable":true},"InboundOAuth2RefreshToken":{"type":"string","x-nullable":true},"InboundPassword":{"type":"string","x-nullable":true},"InboundPort":{"format":"int32","type":"integer","x-nullable":true},"InboundServer":{"type":"string","x-nullable":true},"InboundServerType":{"enum":["0 - Exchange","1 - IMAP_OLD","2 - IMAP","3 - SMTP","4 - Outlook365","5 - Gmail"],"format":"int32","type":"integer"},"InboundUseSsl":{"type":"boolean"},"InboundUsername":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsOutbound":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"MailReaderState":{"$ref":"#/definitions/MailReaderStateDto"},"OutboundDomain":{"type":"string","x-nullable":true},"OutboundEmailAddress":{"type":"string","x-nullable":true},"OutboundOAuth2AccessToken":{"type":"string","x-nullable":true},"OutboundOAuth2ExpiresOn":{"format":"date-time","type":"string","x-nullable":true},"OutboundOAuth2RefreshToken":{"type":"string","x-nullable":true},"OutboundPassword":{"type":"string","x-nullable":true},"OutboundPort":{"format":"int32","type":"integer","x-nullable":true},"OutboundServer":{"type":"string","x-nullable":true},"OutboundServerType":{"enum":[0,1,2,3,4,5],"format":"int32","type":"integer","x-nullable":true},"OutboundUseSsl":{"type":"boolean"},"OutboundUsername":{"type":"string","x-nullable":true},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Tag":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"IntermailConfigsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"InvalidTagDefinition":{"additionalProperties":false,"properties":{"Label":{"type":"string","x-nullable":true},"LabelVariables":{"items":{"type":"string"},"type":"array","x-nullable":true},"Tag":{"type":"string","x-nullable":true},"TranslatedMessage":{"type":"string","x-nullable":true}},"type":"object"},"JSonDataViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ClientId":{"format":"uuid","type":"string"},"CreatedOn":{"format":"date-time","type":"string"},"FilterId":{"format":"uuid","type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsPublic":{"type":"boolean"},"SequenceNumber":{"type":"string","x-nullable":true},"Type":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"JournalFilters":{"additionalProperties":false,"properties":{"IncludeEmails":{"type":"boolean"},"IncludeNotes":{"type":"boolean"},"IncludeTimesheetRecords":{"type":"boolean"},"IncludeUpdates":{"type":"boolean"}},"type":"object"},"JournalRequestParameters":{"additionalProperties":false,"properties":{"EntityId":{"format":"uuid","type":"string","x-nullable":true},"Filters":{"$ref":"#/definitions/JournalFilters"},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"TransactionChangeId":{"format":"uuid","type":"string","x-nullable":true},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"JsonData":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FilterId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Value":{"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"KBItem":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"Availability":{"enum":["0 - WaitingForApproval","1 - Public","2 - Private"],"format":"int32","type":"integer"},"BankedHours":{"items":{"$ref":"#/definitions/BankedHour"},"type":"array","x-nullable":true},"BankedHoursCount":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"CICategoryId":{"format":"uuid","type":"string"},"CICategoryPrefix":{"type":"string","x-nullable":true},"CIClients":{"items":{"$ref":"#/definitions/CIClient"},"type":"array","x-nullable":true},"CIClientsCount":{"format":"int32","type":"integer"},"CIEnterprises":{"items":{"$ref":"#/definitions/CIEnterprise"},"type":"array","x-nullable":true},"CIEnterprisesCount":{"format":"int32","type":"integer"},"CIFolderId":{"format":"uuid","type":"string"},"CINumber":{"maxLength":100,"minLength":0,"type":"string"},"CINumberReversed":{"type":"string","x-nullable":true},"CIRelationsFrom":{"items":{"$ref":"#/definitions/CIRelation"},"type":"array","x-nullable":true},"CIRelationsTo":{"items":{"$ref":"#/definitions/CIRelation"},"type":"array","x-nullable":true},"CITicketsCount":{"format":"int32","type":"integer"},"CITypeId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"ConsultationCount":{"format":"int32","readOnly":true,"type":"integer"},"Consultations":{"items":{"$ref":"#/definitions/KBItemConsultation"},"type":"array","x-nullable":true},"CopiedFromCIId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"Discriminator":{"readOnly":true,"type":"string","x-nullable":true},"DownVoteCount":{"format":"int32","readOnly":true,"type":"integer"},"ExternalId":{"type":"string","x-nullable":true},"FilledForms":{"items":{"$ref":"#/definitions/FilledForm"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImportHash":{"type":"string","x-nullable":true},"ImportKey":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsLockedById":{"format":"uuid","type":"string","x-nullable":true},"IsLockedBySignalrConnectionId":{"maxLength":100,"type":"string","x-nullable":true},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"Issues":{"items":{"$ref":"#/definitions/Ticket"},"type":"array","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Likes":{"items":{"$ref":"#/definitions/KBItemLike"},"type":"array","x-nullable":true},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"OwnerId":{"format":"uuid","type":"string","x-nullable":true},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Services":{"items":{"$ref":"#/definitions/KBItemService"},"type":"array","x-nullable":true},"StateId":{"format":"uuid","type":"string"},"Subscriptions":{"items":{"$ref":"#/definitions/KBItemSubscription"},"type":"array","x-nullable":true},"SubscriptionsCount":{"format":"int32","readOnly":true,"type":"integer"},"Tags":{"items":{"$ref":"#/definitions/Tag"},"type":"array","x-nullable":true},"TicketCI":{"items":{"$ref":"#/definitions/TicketCI"},"type":"array","x-nullable":true},"UpVoteCount":{"format":"int32","readOnly":true,"type":"integer"},"UpVotePercent":{"format":"int32","readOnly":true,"type":"integer"},"UpdatingBy":{"format":"uuid","type":"string","x-nullable":true}},"required":["CINumber","CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"KBItemConsultation":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"KBItemId":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"KBItemLike":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"KBItemId":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Value":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"KBItemService":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"KBItemId":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ServiceId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"KBItemServicesViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"}},"type":"object"},"KBItemSubscription":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"KBItemId":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"KbSubscribtionsUnsubscribeParameters":{"additionalProperties":false,"properties":{"KbItemsIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"KnowledgeBaseSearchCriteria":{"additionalProperties":false,"properties":{"AdvancedSearchCriteria":{"$ref":"#/definitions/CIAdvancedSearchCriteria"},"ApplySecurity":{"type":"boolean"},"CICategoryId":{"format":"uuid","type":"string","x-nullable":true},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"CiId":{"format":"uuid","type":"string","x-nullable":true},"CiIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"Columns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"CompleteSearchCiIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExcludeCustomFields":{"type":"boolean"},"ExcludeMasterC2Client":{"type":"boolean"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"FilterCriteria":{"$ref":"#/definitions/EntityCriteria"},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"FormFields":{"type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeCIType":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IncludeKBItem":{"type":"boolean"},"IncludeRelatedClients":{"type":"boolean"},"IncludeRelatedEnterprises":{"type":"boolean"},"IncludeRelations":{"type":"boolean"},"IncludeService":{"type":"boolean"},"IncludeState":{"type":"boolean"},"IsExclusiveSearchFields":{"type":"boolean"},"IsRetrieveForAutocomplete":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"OnlyPublic":{"type":"boolean"},"SearchFieldDefinitionId1":{"format":"uuid","type":"string","x-nullable":true},"SearchFieldDefinitionId2":{"format":"uuid","type":"string","x-nullable":true},"SearchFilterId":{"format":"uuid","type":"string","x-nullable":true},"SearchType":{"enum":["0 - Normal","1 - Complete"],"format":"int32","type":"integer"},"SearchingSolution":{"type":"boolean"},"ServiceId":{"format":"uuid","type":"string","x-nullable":true},"ServiceIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TagFilter":{"type":"string","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"Label":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LabelTextViewEN":{"$ref":"#/definitions/LabelTextViewEN"},"LabelTextViewFR":{"$ref":"#/definitions/LabelTextViewFR"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"OriginLabelId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Tag":{"maxLength":100,"type":"string","x-nullable":true},"Texts":{"items":{"$ref":"#/definitions/LabelText"},"type":"array","x-nullable":true},"Type":{"maxLength":100,"type":"string"},"ViewName":{"maxLength":100,"type":"string"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","Type","ViewName"],"type":"object"},"LabelDto":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"Texts":{"items":{"$ref":"#/definitions/LabelTextDto"},"type":"array","x-nullable":true}},"type":"object"},"LabelText":{"additionalProperties":false,"properties":{"AuditingEntity":{"$ref":"#/definitions/Entity"},"AuditingPropertyName":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CultureCode":{"maxLength":128,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LabelId":{"format":"uuid","type":"string"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"Text":{"maxLength":2147483647,"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","CultureCode","IsActive","IsDeleted","LabelId","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"LabelTextDto":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string","x-nullable":true},"CultureCode":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"LabelId":{"format":"uuid","type":"string"},"Text":{"type":"string","x-nullable":true}},"type":"object"},"LabelTextViewEN":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"LabelId":{"format":"uuid","type":"string"},"LabelTextId":{"format":"uuid","type":"string"}},"type":"object"},"LabelTextViewFR":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"LabelId":{"format":"uuid","type":"string"},"LabelTextId":{"format":"uuid","type":"string"}},"type":"object"},"License":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LicenseAppFeatures":{"items":{"$ref":"#/definitions/LicenseAppFeature"},"type":"array","x-nullable":true},"Type":{"enum":["0 - C2Atom","1 - Requuest"],"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"LicenseAppFeature":{"additionalProperties":false,"properties":{"AppFeatureId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LicenseId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"ListFilter":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FilteredFieldId":{"format":"uuid","type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListItemFilters":{"items":{"$ref":"#/definitions/ListItemFilter"},"type":"array","x-nullable":true},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"SourceFieldId":{"format":"uuid","type":"string"},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"ListItem":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"ListItemFilter":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"FilteredListItemId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilterId":{"format":"uuid","type":"string"},"ListItemId":{"format":"uuid","type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"ListItemFilterViewModel":{"additionalProperties":false,"properties":{"FilteredIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"}},"type":"object"},"ListItemTreeviewViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CommonListId":{"format":"uuid","type":"string"},"HasSubfolders":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsCommonList":{"type":"boolean"},"ListType":{"type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"ParentName":{"type":"string","x-nullable":true},"SubFolders":{"items":{"$ref":"#/definitions/ListItemTreeviewViewModel"},"type":"array","x-nullable":true}},"type":"object"},"ListItemViewEN":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"LabelTextId":{"format":"uuid","type":"string"},"ListItemId":{"format":"uuid","type":"string"},"Text":{"type":"string","x-nullable":true}},"type":"object"},"ListItemViewFR":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"LabelTextId":{"format":"uuid","type":"string"},"ListItemId":{"format":"uuid","type":"string"},"Text":{"type":"string","x-nullable":true}},"type":"object"},"ListItemViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Code":{"type":"string","x-nullable":true},"Description":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"Items":{"items":{"$ref":"#/definitions/ListItemViewModel"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Text":{"type":"string","x-nullable":true}},"type":"object"},"ListItemsSearchCriteria":{"additionalProperties":false,"properties":{"Culture":{"type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"HasParent":{"type":"boolean"},"Ids":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"ListId":{"format":"uuid","type":"string","x-nullable":true},"OnlyInactives":{"type":"boolean"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"ListTreeviewViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"HasSubfolders":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsCommonList":{"type":"boolean"},"ListType":{"type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"ParentName":{"type":"string","x-nullable":true},"SubFolders":{"items":{"$ref":"#/definitions/ListItemTreeviewViewModel"},"type":"array","x-nullable":true}},"type":"object"},"ListTreeviewViewModelListAPIResponse":{"additionalProperties":false,"properties":{"Data":{"items":{"$ref":"#/definitions/ListTreeviewViewModel"},"type":"array","x-nullable":true},"Message":{"$ref":"#/definitions/Message"},"StackTrace":{"type":"string","x-nullable":true},"Status":{"enum":["0 - Success","1 - Error","2 - ErrorTokenExpired","3 - Warning"],"format":"int32","type":"integer"},"Time":{"format":"date-time","type":"string"}},"type":"object"},"ListsSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EditableOnly":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"ListType":{"type":"string","x-nullable":true},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"LoginAzureIsActiveParameters":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientSubdomain":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"LoginAzureParameters":{"additionalProperties":false,"properties":{"AuthorizationCode":{"type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string"}},"type":"object"},"LoginIdentityParameters":{"additionalProperties":false,"properties":{"Identity":{"type":"string","x-nullable":true},"Signature":{"type":"string","x-nullable":true}},"type":"object"},"LoginParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"Username":{"type":"string","x-nullable":true}},"type":"object"},"LoginTokenParameters":{"additionalProperties":false,"properties":{"Token":{"type":"string","x-nullable":true}},"type":"object"},"LogoutUserRequestParameters":{"additionalProperties":false,"description":"Class representing a logout user request.","properties":{"MembershipId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"MailReaderStateDto":{"additionalProperties":false,"properties":{"ErrorMessage":{"type":"string","x-nullable":true},"IsConnected":{"type":"boolean","x-nullable":true}},"type":"object"},"MaintenanceDeleteItemsRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/MaintenanceDeleteItemsViewModel"}},"type":"object"},"MaintenanceDeleteItemsViewModel":{"additionalProperties":false,"properties":{"FromDate":{"format":"date-time","type":"string","x-nullable":true},"Items":{"items":{"enum":["0 - Lists","1 - ListItems","2 - ListFilters","3 - CustomFields","4 - FieldSections","5 - Forms","6 - Catalogs","7 - Categories","8 - Services","9 - Requests","10 - Tasks","11 - CITypes","12 - CIFolders","13 - CICategories","14 - CIRelations","15 - CIs","16 - EmailTemplates","17 - PrintTemplates","18 - FilterTemplates","19 - SearchTemplates","20 - GridTemplates","21 - ActionTemplates","22 - IAFolders","23 - IAProcesses","24 - Messagings","25 - ApiCalls","26 - WebHooks","27 - MyFilterTemplates","28 - MySearchTemplates","29 - MyGridTemplates"],"format":"int32","type":"integer"},"type":"array","x-nullable":true},"MaintenanceType":{"enum":["0 - General","1 - MyOptions"],"format":"int32","type":"integer"},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"MarkAsReadUnreadRequestParameters":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string"},"IsNote":{"type":"boolean"},"MarkAsRead":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Message":{"additionalProperties":false,"properties":{"MessageType":{"enum":["0 - Error","1 - Information","2 - Warning"],"format":"int32","type":"integer"},"Text":{"description":"This is a friendly message (error, warning or informational) displayed as is by the web application.\r\nIt should be localized.","type":"string","x-nullable":true}},"type":"object"},"MissingAppFeatureViewModel":{"additionalProperties":false,"properties":{"AppFeatureName":{"type":"string","x-nullable":true},"AppFeatureSetName":{"type":"string","x-nullable":true}},"type":"object"},"MoveEmailToTicketParameters":{"additionalProperties":false,"properties":{"NextOwnerTicketId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketEmailId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"MoveTicketCalendarRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/TicketCalendarViewModel"}},"type":"object"},"NewEmailRequestParameters":{"additionalProperties":false,"properties":{"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"NewPrintRequestParameters":{"additionalProperties":false,"properties":{"InsertPageBreak":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"PrintTemplateId":{"format":"uuid","type":"string"},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"NewTicketDetailsViewModel":{"additionalProperties":false,"properties":{"ApprovalDate":{"format":"date-time","type":"string","x-nullable":true},"Assignees":{"items":{"$ref":"#/definitions/TicketAssigneeViewModel"},"type":"array","x-nullable":true},"Attachments":{"$ref":"#/definitions/TicketAttachmentsViewModel"},"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"BillableDuration":{"type":"string","x-nullable":true},"BillableOvertime":{"type":"string","x-nullable":true},"BusinessServiceId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CIs":{"items":{"$ref":"#/definitions/RetrieveTicketCIsViewModel"},"type":"array","x-nullable":true},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CategoryName":{"type":"string","x-nullable":true},"ChangeTypeId":{"format":"uuid","type":"string","x-nullable":true},"ChannelId":{"format":"uuid","type":"string","x-nullable":true},"ClientResolution":{"type":"string","x-nullable":true},"ClientRoleId":{"format":"uuid","type":"string","x-nullable":true},"Clients":{"items":{"$ref":"#/definitions/ClientAutocompleteViewModel"},"type":"array","x-nullable":true},"ClosedBy":{"type":"string","x-nullable":true},"ClosedDateTime":{"format":"date-time","type":"string","x-nullable":true},"ClosingReasonId":{"format":"uuid","type":"string","x-nullable":true},"CommunicationsCount":{"format":"int32","type":"integer"},"CopiedFromSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"Cost":{"format":"double","type":"number","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedOn":{"format":"date-time","type":"string","x-nullable":true},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"Description":{"type":"string","x-nullable":true},"DifferenceDuration":{"type":"string","x-nullable":true},"DraftDefaultAction":{"enum":["0 - Save","1 - SaveAsDraft"],"format":"int32","type":"integer"},"DueDate":{"format":"date-time","type":"string","x-nullable":true},"DueDateWaitingTime":{"format":"int32","type":"integer"},"Duration":{"type":"string","x-nullable":true},"EndDate":{"type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"EnterpriseName":{"type":"string","x-nullable":true},"EnterpriseUnavailabilityReasonId":{"format":"uuid","type":"string","x-nullable":true},"EstimatedDuration":{"type":"string","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FirstAssignationDate":{"format":"date-time","type":"string","x-nullable":true},"FunctionOnBeforeSave":{"type":"string","x-nullable":true},"HasChannelMessages":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImpactId":{"format":"uuid","type":"string","x-nullable":true},"ImplementationDate":{"format":"date-time","type":"string","x-nullable":true},"IncludeClientAssignation":{"type":"boolean"},"IsAttachmentsSectionVisibleOnPortal":{"type":"boolean"},"IsClosedTicket":{"type":"boolean"},"IsDescriptionSectionVisible":{"type":"boolean"},"IsDraft":{"type":"boolean"},"IsDraftAllowed":{"type":"boolean"},"IsFullDay":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsPublic":{"type":"boolean"},"IsReadonly":{"type":"boolean"},"IsReady":{"type":"boolean"},"IsSurveyCompleted":{"type":"boolean"},"IsTicket":{"type":"boolean"},"KBItemId":{"format":"uuid","type":"string","x-nullable":true},"KBItemName":{"type":"string","x-nullable":true},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedOn":{"format":"date-time","type":"string","x-nullable":true},"LevelId":{"format":"uuid","type":"string","x-nullable":true},"LockedBy":{"type":"string","x-nullable":true},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"OnSaveApiCallTemplateId":{"format":"uuid","type":"string","x-nullable":true},"OriginId":{"format":"uuid","type":"string","x-nullable":true},"ParentTicketBankedHourId":{"format":"uuid","type":"string","x-nullable":true},"ParentTicketId":{"format":"uuid","type":"string","x-nullable":true},"ParentTicketNumber":{"format":"int64","type":"integer","x-nullable":true},"ParentTicketRequestId":{"format":"uuid","type":"string","x-nullable":true},"ParentTicketSummary":{"type":"string","x-nullable":true},"ParentTicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"Price":{"format":"double","type":"number","x-nullable":true},"PriorisationDate":{"format":"date-time","type":"string","x-nullable":true},"PriorityId":{"format":"uuid","type":"string","x-nullable":true},"PriorityName":{"type":"string","x-nullable":true},"PrioritySequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"QueueId":{"format":"uuid","type":"string"},"ReactivationDate":{"format":"date-time","type":"string","x-nullable":true},"ReasonForRejection":{"type":"string","x-nullable":true},"ReferencesBy":{"items":{"$ref":"#/definitions/TicketSummaryViewModel"},"type":"array","x-nullable":true},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"RequestName":{"type":"string","x-nullable":true},"ResolutionDate":{"format":"date-time","type":"string","x-nullable":true},"ResolutionDateStatusSequenceNumber":{"format":"int64","type":"integer"},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResolutionTypeId":{"format":"uuid","type":"string","x-nullable":true},"ResponseDate":{"format":"date-time","type":"string","x-nullable":true},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResponseWaitingTime":{"format":"int32","type":"integer"},"SelectedDueDate":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"ServiceId":{"format":"uuid","type":"string","x-nullable":true},"ServiceLevelStatusResolution":{"$ref":"#/definitions/ServiceLevelDto"},"ServiceLevelStatusTakingCharge":{"$ref":"#/definitions/ServiceLevelDto"},"ServiceName":{"type":"string","x-nullable":true},"StartDate":{"type":"string","x-nullable":true},"StateId":{"format":"uuid","type":"string","x-nullable":true},"StatusId":{"format":"uuid","type":"string"},"Step":{"format":"int32","type":"integer","x-nullable":true},"Summary":{"type":"string","x-nullable":true},"TakingChargeDate":{"format":"date-time","type":"string","x-nullable":true},"TaskTemplateId":{"format":"uuid","type":"string","x-nullable":true},"TechnicalResolution":{"type":"string","x-nullable":true},"TicketTotalDurationInSeconds":{"format":"int32","type":"integer"},"TicketTypeId":{"format":"uuid","type":"string"},"TotalBillableDuration":{"type":"string","x-nullable":true},"TotalBillableOvertime":{"type":"string","x-nullable":true},"TotalDuration":{"type":"string","x-nullable":true},"UnreadCommunicationsCount":{"format":"int32","type":"integer"},"UrgencyId":{"format":"uuid","type":"string","x-nullable":true},"WasDraft":{"type":"boolean"},"WorkflowId":{"format":"uuid","type":"string","x-nullable":true},"WorkflowParentConditionResult":{"type":"boolean","x-nullable":true},"WorkflowParentId":{"format":"uuid","type":"string","x-nullable":true},"Workflows":{"items":{"$ref":"#/definitions/TicketWorkflowViewModel"},"type":"array","x-nullable":true},"WorkingHours247":{"type":"boolean"}},"type":"object"},"NewTicketDetailsViewModelAPIResponse":{"additionalProperties":false,"properties":{"Data":{"$ref":"#/definitions/NewTicketDetailsViewModel"},"Message":{"$ref":"#/definitions/Message"},"StackTrace":{"type":"string","x-nullable":true},"Status":{"enum":["0 - Success","1 - Error","2 - ErrorTokenExpired","3 - Warning"],"format":"int32","type":"integer"},"Time":{"format":"date-time","type":"string"}},"type":"object"},"NormalizedFieldValueViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"NewValue":{"type":"string","x-nullable":true},"NormalizedFieldId":{"format":"uuid","type":"string"},"OldValue":{"type":"string","x-nullable":true}},"type":"object"},"NormalizedFieldsSearchCriteria":{"additionalProperties":false,"properties":{"Culture":{"type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"Note":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"Clients":{"items":{"$ref":"#/definitions/ClientsNotes"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"Content":{"type":"string","x-nullable":true},"ContentText":{"type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CreatorId":{"description":"User Id of the creator of this note.","format":"uuid","type":"string","x-nullable":true},"EventDate":{"format":"date-time","type":"string","x-nullable":true},"FollowUpDate":{"format":"date-time","type":"string","x-nullable":true},"FollowUpDoneDate":{"format":"date-time","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/NoteGroup"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsClientUnread":{"type":"boolean"},"IsConvertedFromEmail":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPublic":{"type":"boolean"},"IsUnread":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NextNoteId":{"format":"uuid","type":"string","x-nullable":true},"NotificationType":{"enum":[0],"format":"int32","type":"integer","x-nullable":true},"Number":{"format":"int32","type":"integer"},"PreviousNoteId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"Title":{"type":"string"},"TypeId":{"format":"uuid","type":"string","x-nullable":true},"WasCreatedFromPortal":{"type":"boolean"},"WasUnread":{"type":"boolean"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","Title"],"type":"object"},"NoteGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NoteId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"NoteViewModel":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"Clients":{"items":{"$ref":"#/definitions/RetrieveClientsNotesViewModel"},"type":"array","x-nullable":true},"Content":{"type":"string","x-nullable":true},"EventDate":{"format":"date-time","type":"string","x-nullable":true},"FollowUpDate":{"format":"date-time","type":"string","x-nullable":true},"FollowUpDoneDate":{"format":"date-time","type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/GroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsClientUnread":{"type":"boolean"},"IsConvertedFromEmail":{"type":"boolean"},"IsPublic":{"type":"boolean"},"IsUnread":{"type":"boolean"},"ModifiedOn":{"format":"date-time","type":"string"},"NotificationType":{"enum":[0],"format":"int32","type":"integer","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"TicketNoteId":{"format":"uuid","type":"string","x-nullable":true},"Title":{"type":"string","x-nullable":true},"TypeId":{"format":"uuid","type":"string","x-nullable":true},"UserName":{"type":"string","x-nullable":true},"WasCreatedFromPortal":{"type":"boolean"}},"type":"object"},"Notification":{"additionalProperties":false,"properties":{"BroadcastStatus":{"enum":["0 - Pending","1 - Sent","2 - Cleared"],"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DateBegin":{"format":"date-time","type":"string","x-nullable":true},"DateEnd":{"format":"date-time","type":"string","x-nullable":true},"DisplayMode":{"enum":["1 - Portal","2 - Application","3 - Both"],"format":"int32","type":"integer"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsSticky":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"MessageId":{"format":"uuid","type":"string"},"NotificationEnterprises":{"items":{"$ref":"#/definitions/NotificationEnterprise"},"type":"array","x-nullable":true},"NotificationGroups":{"items":{"$ref":"#/definitions/NotificationGroup"},"type":"array","x-nullable":true},"NotificationTypeId":{"format":"uuid","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"SystemType":{"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"NotificationEnterprise":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"EnterpriseId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NotificationId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"NotificationEnterpriseViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NotificationEnterpriseId":{"format":"uuid","type":"string"},"ParentName":{"type":"string","x-nullable":true}},"type":"object"},"NotificationGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NotificationId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"NotificationGroupViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string"},"NotificationGroupId":{"format":"uuid","type":"string"},"Text":{"type":"string","x-nullable":true}},"type":"object"},"NotificationSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"SystemType":{"type":"string","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"NotificationType":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"NotificationTypeBackgroundColor":{"type":"string","x-nullable":true},"NotificationTypeTextColor":{"type":"string","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"StaticListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"OAuth2ConfigurationDto":{"additionalProperties":false,"properties":{"AuthorizationUrl":{"type":"string","x-nullable":true},"ClientIdentifier":{"type":"string","x-nullable":true},"ClientSecret":{"type":"string","x-nullable":true},"EndSessionUrl":{"type":"string","x-nullable":true},"Issuer":{"type":"string","x-nullable":true},"OpenIdDiscoveryEndpoint":{"type":"string","x-nullable":true},"Scope":{"type":"string","x-nullable":true},"TokenUrl":{"type":"string","x-nullable":true},"UseClaims":{"items":{"type":"string"},"type":"array","x-nullable":true}},"type":"object"},"OccurrencesSearchCriteria":{"additionalProperties":false,"properties":{"CustomFieldId":{"format":"uuid","type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"Entity":{"enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],"format":"int32","type":"integer","x-nullable":true},"ExcludeMasterC2Client":{"type":"boolean"},"FieldSectionTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"OnChannelClosedRequestParameters":{"additionalProperties":false,"properties":{"AcceptMode":{"type":"boolean"},"FromPortal":{"type":"boolean"},"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"OverwriteUserPreferencesParameters":{"additionalProperties":false,"properties":{"OverwriteClientsPreferences":{"type":"boolean"},"OverwriteGroupsPreferences":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"Type":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"PagingFilter":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"GroupByColumn":{"type":"string","x-nullable":true},"IgnorePaging":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"}},"type":"object"},"ParameterViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ClientId":{"format":"uuid","type":"string"},"CreatedOn":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"ParametersSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"OverrideParameters":{"items":{"type":"string"},"type":"array","x-nullable":true},"RetrieveMasterDataLanguages":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"PortalApprovalViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Description":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsApproved":{"type":"boolean"},"ParentClientName":{"type":"string","x-nullable":true},"ParentTicketNumber":{"format":"int64","type":"integer"},"Reason":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Summary":{"type":"string","x-nullable":true}},"type":"object"},"PrintTemplate":{"additionalProperties":false,"properties":{"BodyId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPublic":{"type":"boolean"},"IsSecured":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"LocalizedBodyText":{"type":"string","x-nullable":true},"RequestPrintTemplate":{"items":{"$ref":"#/definitions/RequestPrintTemplate"},"type":"array","x-nullable":true},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"PrintTemplateRequestViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrincipal":{"type":"boolean"},"IsPublic":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"PrintTemplateId":{"format":"uuid","type":"string"},"RequestId":{"format":"uuid","type":"string"}},"type":"object"},"PrintTemplateSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"LoadDefault":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"OnlyPublic":{"type":"boolean"},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"PrioritiesViewModel":{"additionalProperties":false,"description":"ViewModel for the complete priorities.\r\nThis include the array of priorities, as well as the matrix for defining them.","properties":{"Matrix":{"items":{"$ref":"#/definitions/PriorityMatrixViewModel"},"type":"array","x-nullable":true},"Modifiers":{"items":{"$ref":"#/definitions/ClientRoleViewModel"},"type":"array","x-nullable":true},"Priorities":{"items":{"$ref":"#/definitions/PriorityViewModel"},"type":"array","x-nullable":true}},"type":"object"},"Priority":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"ResolutionTime":{"description":"Expected delay (in minutes) to resolve a ticket.","format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResponseTime":{"description":"Expected delay (in minutes) to answer or take charge of a ticket.","format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"Weight":{"format":"int32","type":"integer"},"WorkingHours247":{"type":"boolean"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem","Weight"],"type":"object"},"PriorityMatrixViewModel":{"additionalProperties":false,"description":"ViewModel for the priority matrix.","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImpactId":{"format":"uuid","type":"string"},"PriorityId":{"format":"uuid","type":"string"},"TicketTypeId":{"format":"uuid","type":"string"},"UrgencyId":{"format":"uuid","type":"string"}},"type":"object"},"PriorityViewModel":{"additionalProperties":false,"description":"ViewModel for a priority.","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"EnglishName":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"Property":{"additionalProperties":false,"properties":{"Action":{"enum":["0 - Add","1 - Remove"],"format":"int32","type":"integer"},"Culture":{"type":"string","x-nullable":true},"CustomFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"CustomFieldTag":{"type":"string","x-nullable":true},"NavigationPropertyName":{"type":"string","x-nullable":true},"PropertyName":{"type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"Queue":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Groups":{"items":{"$ref":"#/definitions/QueueGroup"},"type":"array","x-nullable":true},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"StaticListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"QueueGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"QueueId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"QueueViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Checked":{"type":"boolean"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"QueueId":{"format":"uuid","type":"string"},"QueueName":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"TicketCount":{"format":"int32","type":"integer"}},"type":"object"},"QuickStatusChangeParameters":{"additionalProperties":false,"properties":{"NewStatusId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RemoveFavoriteParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ReplaceTagsParameters":{"additionalProperties":false,"properties":{"CustomFormFields":{"items":{"$ref":"#/definitions/CustomFormFieldDto"},"type":"array","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SystemFormFields":{"items":{"$ref":"#/definitions/SystemFormFieldDto"},"type":"array","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"ReportV2":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FileContent":{"type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"ReportV2SecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"ReportV2ViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/ReportV2SecurityGroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"Request":{"additionalProperties":false,"properties":{"AutoAssignBankedHours":{"type":"boolean"},"AutomaticResourceAssignation":{"enum":[0],"format":"int32","type":"integer","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"CanUseAllPrintTemplates":{"type":"boolean"},"CatalogRequests":{"items":{"$ref":"#/definitions/CatalogRequest"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"Cost":{"format":"double","type":"number"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"DefaultAction":{"enum":["0 - Save","1 - SaveAsDraft"],"format":"int32","type":"integer"},"DirectiveId":{"format":"uuid","type":"string","x-nullable":true},"EstimatedDuration":{"format":"int32","type":"integer"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"FunctionOnBeforeSave":{"type":"string","x-nullable":true},"FunctionOnLoad":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/RequestGroup"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImpactId":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsAttachmentsSectionVisibleOnPortal":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDescriptionSectionVisible":{"type":"boolean"},"IsDraftAllowed":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPublic":{"type":"boolean"},"IsSummaryGenerated":{"type":"boolean","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"OnLoadApiCallTemplateId":{"format":"uuid","type":"string","x-nullable":true},"OnSaveApiCallTemplateId":{"format":"uuid","type":"string","x-nullable":true},"OverrideServiceLevels":{"type":"boolean"},"Price":{"format":"double","type":"number"},"PrintTemplates":{"items":{"$ref":"#/definitions/RequestPrintTemplate"},"type":"array","x-nullable":true},"QueueId":{"format":"uuid","type":"string","x-nullable":true},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"Resources":{"items":{"$ref":"#/definitions/RequestResource"},"type":"array","x-nullable":true},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"ServiceId":{"format":"uuid","type":"string","x-nullable":true},"ServiceLevels":{"items":{"$ref":"#/definitions/RequestServiceLevel"},"type":"array","x-nullable":true},"Tags":{"items":{"$ref":"#/definitions/Tag"},"type":"array","x-nullable":true},"Tickets":{"items":{"$ref":"#/definitions/Ticket"},"type":"array","x-nullable":true},"TypeId":{"format":"uuid","type":"string"},"UrgencyId":{"format":"uuid","type":"string","x-nullable":true},"WorkflowTemplates":{"items":{"$ref":"#/definitions/TicketWorkflow"},"type":"array","x-nullable":true},"WorkingHours247":{"type":"boolean"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"RequestGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"RequestId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"RequestPrintTemplate":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"PrintTemplateId":{"format":"uuid","type":"string"},"RequestId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"RequestResource":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"RequestId":{"format":"uuid","type":"string"},"ResourceId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"RequestServiceLevel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"Cost":{"format":"double","type":"number"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Price":{"format":"double","type":"number"},"PriorityId":{"format":"uuid","type":"string"},"RequestId":{"format":"uuid","type":"string"},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"WorkingHours247":{"type":"boolean"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"RequestServiceLevelViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Cost":{"format":"double","type":"number"},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"Price":{"format":"double","type":"number"},"RelationId":{"format":"uuid","type":"string"},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"WorkingHours247":{"type":"boolean"}},"type":"object"},"RequestsSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"LoadForAutocomplete":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"ReservationForCalendarCriteria":{"additionalProperties":false,"properties":{"CIs":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EndDateTime":{"format":"date-time","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"StartDateTime":{"format":"date-time","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ResetPasswordRequestParameters":{"additionalProperties":false,"description":"Class representing a change password request.","properties":{"MembershipId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Resource":{"additionalProperties":false,"properties":{"AccountNotificationSent":{"type":"boolean"},"AssigneeType":{"enum":["0 - Resource","1 - Client","2 - Group"],"format":"int32","readOnly":true,"type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"CIClients":{"items":{"$ref":"#/definitions/CIClient"},"type":"array","x-nullable":true},"CanManageAllTimesheetGroups":{"type":"boolean"},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"ChannelMessages":{"items":{"$ref":"#/definitions/ChannelMessage"},"type":"array","x-nullable":true},"City":{"type":"string","x-nullable":true},"ClientEnterprises":{"items":{"$ref":"#/definitions/ClientEnterprise"},"type":"array","x-nullable":true},"ClientTemplateFormView":{"$ref":"#/definitions/ClientTemplateFormView"},"ClusterId":{"format":"int32","type":"integer"},"ColorProfile":{"maxLength":7,"type":"string","x-nullable":true},"CommunicationsCount":{"format":"int32","type":"integer"},"ContactInfo":{"$ref":"#/definitions/ContactInfo"},"CountryId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"Discriminator":{"maxLength":20,"readOnly":true,"type":"string","x-nullable":true},"EmailAddress":{"maxLength":100,"type":"string","x-nullable":true},"EmailName":{"readOnly":true,"type":"string","x-nullable":true},"EnterpriseManagers":{"items":{"$ref":"#/definitions/EnterpriseManager"},"type":"array","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FilledForms":{"items":{"$ref":"#/definitions/FilledForm"},"type":"array","x-nullable":true},"FirstName":{"maxLength":100,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"FullName":{"readOnly":true,"type":"string","x-nullable":true},"Gender":{"maxLength":1,"type":"string","x-nullable":true},"HPUsername":{"readOnly":true,"type":"string","x-nullable":true},"HasNamedLicense":{"type":"boolean"},"HasPortalAccess":{"type":"boolean"},"HomePhone":{"maxLength":100,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImportHash":{"type":"string","x-nullable":true},"ImportKey":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsLockedById":{"format":"uuid","type":"string","x-nullable":true},"IsLockedBySignalrConnectionId":{"maxLength":100,"type":"string","x-nullable":true},"IsNew":{"type":"boolean"},"KBItemLikes":{"items":{"$ref":"#/definitions/KBItemLike"},"type":"array","x-nullable":true},"KBItemSubscriptions":{"items":{"$ref":"#/definitions/KBItemSubscription"},"type":"array","x-nullable":true},"Language":{"type":"string","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastName":{"maxLength":100,"type":"string"},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"MembershipId":{"format":"uuid","type":"string","x-nullable":true},"MobilePhone":{"maxLength":100,"type":"string","x-nullable":true},"NewPassword":{"type":"string","x-nullable":true},"Notes":{"items":{"$ref":"#/definitions/Note"},"type":"array","x-nullable":true},"OfficePhone":{"maxLength":100,"type":"string","x-nullable":true},"PictureId":{"format":"uuid","type":"string","x-nullable":true},"PostalCode":{"type":"string","x-nullable":true},"PreferedCulture":{"maxLength":100,"type":"string","x-nullable":true},"PrimaryEnterprise":{"$ref":"#/definitions/Enterprise"},"PrimaryIntermailConfig":{"$ref":"#/definitions/IntermailConfig"},"ProvinceId":{"format":"uuid","type":"string","x-nullable":true},"ResourceGroups":{"items":{"$ref":"#/definitions/ResourceGroup"},"type":"array","x-nullable":true},"ResourceIntermailConfigs":{"items":{"$ref":"#/definitions/ResourceIntermailConfig"},"type":"array","x-nullable":true},"ResourceStateId":{"format":"uuid","type":"string","x-nullable":true},"ResourceTimesheetGroups":{"items":{"$ref":"#/definitions/ResourceTimesheetGroup"},"type":"array","x-nullable":true},"Role":{"$ref":"#/definitions/ListItem"},"RoleId":{"format":"uuid","type":"string","x-nullable":true},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StreetName":{"type":"string","x-nullable":true},"TicketAssignees":{"items":{"$ref":"#/definitions/TicketAssignee"},"type":"array","x-nullable":true},"UnreadCommunicationsCount":{"format":"int32","type":"integer"},"UpdatingBy":{"format":"uuid","type":"string","x-nullable":true},"UserEventClients":{"items":{"$ref":"#/definitions/UserEventClient"},"type":"array","x-nullable":true},"Username":{"maxLength":100,"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","FirstName","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","LastName"],"type":"object"},"ResourceDetailsViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CanManageAllTimesheetGroups":{"type":"boolean"},"CanManageTimesheetGroups":{"items":{"$ref":"#/definitions/GroupTimesheetViewModel"},"type":"array","x-nullable":true},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"City":{"type":"string","x-nullable":true},"ColorProfile":{"type":"string","x-nullable":true},"CountryId":{"format":"uuid","type":"string","x-nullable":true},"CreatedOn":{"format":"date-time","type":"string"},"Culture":{"type":"string","x-nullable":true},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"EmailAddress":{"type":"string","x-nullable":true},"Enterprises":{"items":{"$ref":"#/definitions/ClientEnterpriseViewModel"},"type":"array","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"GroupMemberId":{"format":"uuid","type":"string"},"Groups":{"items":{"$ref":"#/definitions/ResourceGroupViewModel"},"type":"array","x-nullable":true},"GroupsAsString":{"type":"string","x-nullable":true},"GroupsResource":{"items":{"type":"string"},"type":"array","x-nullable":true},"HasNamedLicense":{"type":"boolean"},"HasPrincipalGroup":{"type":"boolean"},"HomePhone":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Initials":{"type":"string","x-nullable":true},"IntermailConfigs":{"items":{"$ref":"#/definitions/ResourceIntermailConfigViewModel"},"type":"array","x-nullable":true},"IsActive":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastName":{"type":"string","x-nullable":true},"MembershipId":{"format":"uuid","type":"string","x-nullable":true},"MobilePhone":{"type":"string","x-nullable":true},"OfficePhone":{"type":"string","x-nullable":true},"PictureId":{"format":"uuid","type":"string","x-nullable":true},"PostalCode":{"type":"string","x-nullable":true},"ProvinceId":{"format":"uuid","type":"string","x-nullable":true},"ResourceState":{"$ref":"#/definitions/ResourceStateItemViewModel"},"ResourceStateId":{"format":"uuid","type":"string","x-nullable":true},"RoleId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"StreetName":{"type":"string","x-nullable":true},"UserName":{"type":"string","x-nullable":true}},"type":"object"},"ResourceGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ResourceId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"ResourceGroupViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrincipal":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string"},"SequenceNumber":{"type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"ResourceIntermailConfig":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"IntermailConfigId":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrimary":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ResourceId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"ResourceIntermailConfigViewModel":{"additionalProperties":false,"properties":{"AccountEmail":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrimary":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string"},"value":{"type":"string","x-nullable":true}},"type":"object"},"ResourceRequestViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrincipal":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string"},"ResourceState":{"$ref":"#/definitions/ResourceStateItemViewModel"},"TemplateId":{"format":"uuid","type":"string"}},"type":"object"},"ResourceState":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsAssignable":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"IsResourceStateAvailableToChat":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"ResourceStateColor":{"type":"string","x-nullable":true},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"StaticListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"ResourceStateItemViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Code":{"type":"string","x-nullable":true},"Description":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsAssignableToTicket":{"type":"boolean"},"IsResourceStateAvailableToChat":{"type":"boolean"},"Items":{"items":{"$ref":"#/definitions/ListItemViewModel"},"type":"array","x-nullable":true},"ResourceStateColor":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Text":{"type":"string","x-nullable":true}},"type":"object"},"ResourceTaskTemplateViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPrincipal":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string"},"ResourceState":{"$ref":"#/definitions/ResourceStateItemViewModel"},"TemplateId":{"format":"uuid","type":"string"}},"type":"object"},"ResourceTimesheetGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CanManageGroupId":{"format":"uuid","type":"string","x-nullable":true},"CanManageGroupReadonly":{"type":"boolean","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ResourceId":{"format":"uuid","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"ResourceViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CanManageAllTimesheetGroups":{"type":"boolean"},"ColorProfile":{"type":"string","x-nullable":true},"CreatedOn":{"format":"date-time","type":"string"},"Enterprises":{"items":{"$ref":"#/definitions/ClientEnterpriseViewModel"},"type":"array","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"GroupMemberId":{"format":"uuid","type":"string"},"Groups":{"items":{"$ref":"#/definitions/ResourceGroupViewModel"},"type":"array","x-nullable":true},"GroupsAsString":{"type":"string","x-nullable":true},"GroupsResource":{"items":{"type":"string"},"type":"array","x-nullable":true},"HasNamedLicense":{"type":"boolean"},"HasPrincipalGroup":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"Initials":{"type":"string","x-nullable":true},"IntermailConfigs":{"items":{"$ref":"#/definitions/ResourceIntermailConfigViewModel"},"type":"array","x-nullable":true},"IsActive":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastName":{"type":"string","x-nullable":true},"PictureId":{"format":"uuid","type":"string","x-nullable":true},"ResourceState":{"$ref":"#/definitions/ResourceStateItemViewModel"},"ResourceStateId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"UserName":{"type":"string","x-nullable":true}},"type":"object"},"RetrieveApiCallTemplatesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveAttachmentByIdRequestParameters":{"additionalProperties":false,"properties":{"AttachmentId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveBankedHoursParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BankedHoursSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveByC2ClientIdParameters":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveByCustomPropertyRequestParameters":{"additionalProperties":false,"properties":{"DestinationType":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SourceType":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"RetrieveByGroupParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Tag parameter for API calls.","properties":{"GroupId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveByIdParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveByIdsParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Ids parameter for API calls.","properties":{"Ids":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveByPropertyRequestParameters":{"additionalProperties":false,"properties":{"LookupPropertyName":{"type":"string","x-nullable":true},"LookupValue":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"ResultPropertyName":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"TypeName":{"type":"string","x-nullable":true},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveByTagParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Tag parameter for API calls.","properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Tag":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveByUsernameParameters":{"additionalProperties":false,"properties":{"ClientUserName":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveCICategoriesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/CICategorySearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveCIDetailsParameters":{"additionalProperties":false,"properties":{"CINumber":{"type":"string","x-nullable":true},"ExcludeCIClients":{"type":"boolean","x-nullable":true},"ExcludeCIEnterprises":{"type":"boolean","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IncludeCIRelationsSearchFields":{"type":"boolean"},"IsD3TreeFormat":{"type":"boolean"},"IsPortalAccess":{"type":"boolean"},"LockEntity":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveCITypesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/CITypeSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveCIsForAutocompleteParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Ids parameter for API calls.","properties":{"Ids":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"IncludeInactives":{"type":"boolean"},"IncludeKBItem":{"type":"boolean"},"IncludeService":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveCIsParameters":{"additionalProperties":false,"properties":{"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/CISearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveCatalogListsParameters":{"additionalProperties":false,"description":"Parameters for the call to StaticLists/Update","properties":{"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ForcedTicketId":{"format":"uuid","type":"string","x-nullable":true},"IgnoreCatalogFilter":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SingleVirtualCatalog":{"type":"boolean"},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveCatalogsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/CatalogSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveChannelMessagesRequestParameters":{"additionalProperties":false,"properties":{"ChannelId":{"format":"uuid","type":"string"},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveChannelRequestParameters":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"ToClientIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveChatTicketsParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"MaxTicketCount":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveClientCredentialsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveClientDetailsRequestParameters":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string"},"LockEntity":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveClientsNotesViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"RetrieveClientsRequestParameters":{"additionalProperties":false,"properties":{"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"GridPreference":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/ClientsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveCollectionDetailsByIdsParameters":{"additionalProperties":false,"properties":{"Ids":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"IncludeInactives":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveDataRequestParameters":{"additionalProperties":false,"properties":{"CustomFormFields":{"items":{"$ref":"#/definitions/CustomFormFieldDto"},"type":"array","x-nullable":true},"Password":{"type":"string","x-nullable":true},"RequestId":{"format":"uuid","type":"string"},"SignalrConnectionId":{"type":"string","x-nullable":true},"SystemFormFields":{"items":{"$ref":"#/definitions/SystemFormFieldDto"},"type":"array","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveDefaultRequestByClientParameters":{"additionalProperties":false,"properties":{"ClientId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveEmailTemplateConvertedRequestParameters":{"additionalProperties":false,"properties":{"CultureCode":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IntermailConfigId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveEmailTemplatesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/EmailTemplateSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveEnterpriseByIdRequestParameters":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string"},"LockEntity":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveEnterprisesRequestParameters":{"additionalProperties":false,"properties":{"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"GridPreference":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/EnterprisesSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveEntityRequestParameters":{"additionalProperties":false,"properties":{"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/EntityCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveEventParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/EventsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveExternalDataRequestParameters":{"additionalProperties":false,"properties":{"CustomFormFields":{"items":{"$ref":"#/definitions/CustomFormFieldDto"},"type":"array","x-nullable":true},"SystemFormFields":{"items":{"$ref":"#/definitions/SystemFormFieldDto"},"type":"array","x-nullable":true}},"type":"object"},"RetrieveFieldSectionTemplatesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/FieldSectionTemplatesSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveFieldsRequestParameters":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"PublicAccess":{"type":"boolean"},"SearchCriteria":{"$ref":"#/definitions/FieldsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveFilledFormsParameters":{"additionalProperties":false,"description":"This is a generic retrieve by TicketId parameter for API calls.","properties":{"CIId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"FormType":{"enum":["0 - Survey","1 - Popup"],"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveFoldersParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"ReturnAsFlatList":{"type":"boolean"},"SearchCriteria":{"$ref":"#/definitions/FolderSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveFormsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/FormsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveGridTemplatesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/GridTemplatesSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveGroupIntermailConfigsRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveGroupsRequestParameters":{"additionalProperties":false,"properties":{"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/GroupsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveHolidaysParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveIaActionTemplatesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/IaActionTemplatesSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveIaEventsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/IaEventSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveIaProcessesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/IaProcessSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveKBCountParameters":{"additionalProperties":false,"properties":{"Ids":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"OnlyPublic":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveKBItemsParameters":{"additionalProperties":false,"properties":{"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/KnowledgeBaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveKbItemConsultationsPageParameters":{"additionalProperties":false,"description":"This is a retrieve for paged views for API calls.","properties":{"Id":{"format":"uuid","type":"string"},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/PagingFilter"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveKbItemSubscriptionsPageParameters":{"additionalProperties":false,"description":"This is a retrieve for paged views for API calls.","properties":{"Id":{"format":"uuid","type":"string"},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/PagingFilter"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"SubscriptionsClientType":{"enum":["0 - Client","1 - Resource"],"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveKbLikeParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"KbItemId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"format":"int32","type":"integer"}},"type":"object"},"RetrieveKbSubscribtionParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"KbItemId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveListByTypeParameters":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string","x-nullable":true},"ListToRetrieve":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"PublicAccess":{"type":"boolean"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveListFiltersParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveListForTreeviewParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveListItemForTreeviewParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"ParentId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveListItemsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/ListItemsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveListsByIdParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"FormFields":{"type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveListsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/ListsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveManyByIdsParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"Ids":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveManyListByTypeParameters":{"additionalProperties":false,"properties":{"ListToRetrieves":{"items":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","type":"integer"},"type":"array","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveMissingAppFeaturesParameters":{"additionalProperties":false,"properties":{"GroupId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveNewTicketDetailsParameters":{"additionalProperties":false,"properties":{"DoNotLock":{"type":"boolean"},"ExcludeNavigationProperties":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"PortalViewId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveNextDateTimeForGivenDay":{"additionalProperties":false,"properties":{"Date":{"format":"date-time","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveNormalizedFieldsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/NormalizedFieldsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveNoteByIdRequestParameters":{"additionalProperties":false,"properties":{"CommunicationRequestParameters":{"$ref":"#/definitions/CommunicationRequestParameters"},"CommunicationsSortingColumn":{"type":"string","x-nullable":true},"CommunicationsSortingDirection":{"type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveNotificationsForDisplayParameters":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string","x-nullable":true},"IsForClearing":{"type":"boolean"},"IsPortal":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveNotificationsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/NotificationSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveOccurrencesRequestParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/OccurrencesSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveParameterByNameRequestParameter":{"additionalProperties":false,"properties":{"ParameterName":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveParametersRequestParameters":{"additionalProperties":false,"properties":{"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/ParametersSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrievePrintTemplatesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/PrintTemplateSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveQueuesCountsRequestParameters":{"additionalProperties":false,"properties":{"CheckedNodes":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/TicketsCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveRemoteApplicationParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"EntityId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveReportsV2Parameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveRequestDetailsWithServiceLevelParameters":{"additionalProperties":false,"properties":{"ClientId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"PriorityId":{"format":"uuid","type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TaskTemplateIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveRequestForWizardParameters":{"additionalProperties":false,"properties":{"CatalogId":{"format":"uuid","type":"string"},"EnterpriseId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveRequestsByServiceRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"ServiceId":{"format":"uuid","type":"string"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveRequestsRequestParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/RequestsSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveResourceByIdRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveResourcesRequestParameters":{"additionalProperties":false,"properties":{"ExcludeMasterC2Client":{"type":"boolean"},"Group":{"$ref":"#/definitions/GroupOverviewViewModel"},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"GroupsIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"HasNoPrincipalGroup":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveSearchFiltersParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/SearchFiltersSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveServiceByIdRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"ServiceId":{"format":"uuid","type":"string"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveServicesRequestParameters":{"additionalProperties":false,"properties":{"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/ServicesSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveSnapshotDetailsParameters":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SnapshotC2ClientId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveSnapshotsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/SnapshotSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveStatusesParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"FromType":{"enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29],"format":"int32","type":"integer","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveSurveyParameters":{"additionalProperties":false,"description":"This is a generic retrieve by TicketId parameter for API calls.","properties":{"FormId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveSystemFieldDatasRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTaskTemplatesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/TaskTemplateSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTicketCIsViewModel":{"additionalProperties":false,"description":"Retrieve Ticket CI ViewModel","properties":{"BackgroundColor":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CINumber":{"type":"string","x-nullable":true},"CategoryName":{"type":"string","x-nullable":true},"HasRemoteApplication":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"ImagePathTitle":{"type":"string","x-nullable":true},"ImpactMessage":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string","x-nullable":true},"TextColor":{"type":"string","x-nullable":true}},"type":"object"},"RetrieveTicketChangeBankedHoursParameters":{"additionalProperties":false,"properties":{"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTicketCommunicationsAttachmentsParameters":{"additionalProperties":false,"properties":{"CommunicationType":{"enum":["0 - Notes","1 - Emails"],"format":"int32","type":"integer"},"Id":{"format":"uuid","type":"string"},"IsPortalMode":{"type":"boolean"},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTicketCountParameters":{"additionalProperties":false,"properties":{"LastRefreshDate":{"format":"date-time","type":"string"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/TicketsCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTicketTypeParametersRequestParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTicketsCalendarRequestParameters":{"additionalProperties":false,"properties":{"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"IncludeClients":{"type":"boolean"},"IncludeResources":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/TicketsCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"end":{"format":"date-time","type":"string"},"page":{"format":"int32","type":"integer"},"size":{"format":"int32","type":"integer"},"start":{"format":"date-time","type":"string"}},"type":"object"},"RetrieveTicketsKanbanRequestParameters":{"additionalProperties":false,"properties":{"Columns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"GridPreference":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/TicketsCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTicketsRequestParameters":{"additionalProperties":false,"properties":{"Columns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"GridPreference":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/TicketsCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTimesheetRequestParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/TimesheetCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveTreeRelationsParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"Direction":{"enum":["0 - Impacted","1 - Dependent"],"format":"int32","type":"integer"},"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveUserEventReadUnreadParameters":{"additionalProperties":false,"description":"This is a generic retrieve by Id parameter for API calls.","properties":{"Ids":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"MarkAsRead":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveUserEventsRequestParameters":{"additionalProperties":false,"properties":{"GroupBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/UserEventSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveUserPreferencesByTypeRequestParameters":{"additionalProperties":false,"properties":{"FilterId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"Type":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveUserPreferencesByTypesRequestParameters":{"additionalProperties":false,"properties":{"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"Types":{"items":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"type":"array","x-nullable":true},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveVariablesParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/VariablesCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveViewByUrlParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"Url":{"type":"string","x-nullable":true},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveViewsParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"RetrieveWebHooksRequestParameters":{"additionalProperties":false,"properties":{"OrderBy":{"items":{"$ref":"#/definitions/GridSort"},"type":"array","x-nullable":true},"Page":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SearchCriteria":{"$ref":"#/definitions/BaseSearchCriteria"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Size":{"format":"int32","type":"integer"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Saml2ConfigurationDto":{"additionalProperties":false,"properties":{"AllowedAudienceUris":{"items":{"type":"string"},"type":"array","x-nullable":true},"AudienceRestricted":{"type":"boolean"},"CertificateValidationMode":{"enum":["0 - None","1 - PeerTrust","2 - ChainTrust","3 - PeerOrChainTrust"],"format":"int32","type":"integer"},"ForceEnterCredentials":{"type":"boolean"},"ForceIdPLogout":{"type":"boolean"},"IdPMetadata":{"type":"string","x-nullable":true},"IdPMetadataSource":{"enum":["0 - Url","1 - XMLText"],"format":"int32","type":"integer"},"Issuer":{"type":"string","x-nullable":true},"SignatureAlgorithm":{"type":"string","x-nullable":true},"SignatureMode":{"enum":["0 - Responses","1 - Assertions","2 - AssertionsAndResponses"],"format":"int32","type":"integer"},"UseClaims":{"items":{"type":"string"},"type":"array","x-nullable":true},"WithEncryption":{"type":"boolean"},"WithEncryptionUsingSigningCertificate":{"type":"boolean"},"WithSignature":{"type":"boolean"}},"type":"object"},"SampleWsdlRequestParameters":{"additionalProperties":false,"properties":{"EndPoint":{"type":"string","x-nullable":true},"Operation":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"Service":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"Url":{"type":"string","x-nullable":true},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"SaveApiCallTemplateParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveApiCallTemplateViewModel"}},"type":"object"},"SaveApiCallTemplateViewModel":{"additionalProperties":false,"properties":{"BearerToken":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ContentType":{"type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FieldSectionTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"HttpAuthentication":{"type":"string","x-nullable":true},"HttpMethod":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"OAuth2AccessToken":{"type":"string","x-nullable":true},"OAuth2Audience":{"type":"string","x-nullable":true},"OAuth2AuthorizationUrl":{"type":"string","x-nullable":true},"OAuth2ClientId":{"type":"string","x-nullable":true},"OAuth2ClientSecret":{"type":"string","x-nullable":true},"OAuth2ExpiresOn":{"format":"date-time","type":"string","x-nullable":true},"OAuth2RefreshToken":{"type":"string","x-nullable":true},"OAuth2Scope":{"type":"string","x-nullable":true},"OAuth2TokenUrl":{"type":"string","x-nullable":true},"Options":{"$ref":"#/definitions/JSonDataViewModel"},"Password":{"type":"string","x-nullable":true},"Protocol":{"type":"string","x-nullable":true},"Request":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"SoapOperation":{"type":"string","x-nullable":true},"SoapService":{"type":"string","x-nullable":true},"Url":{"type":"string","x-nullable":true},"Username":{"type":"string","x-nullable":true},"WebHookEvent":{"type":"string","x-nullable":true},"WebHookEventName":{"type":"string","x-nullable":true}},"type":"object"},"SaveBankedHourParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveBankedHourViewModel"}},"type":"object"},"SaveBankedHourViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CIId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExpirationDate":{"format":"date-time","type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"HourlyRate":{"format":"double","type":"number","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"QtyBought":{"format":"double","type":"number","x-nullable":true},"ReferenceNo":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"StartDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"SaveC2ClientRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/EditC2ClientViewModel"}},"type":"object"},"SaveC2UpdateRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/C2UpdateViewModel"}},"type":"object"},"SaveCICategoryRelationViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CICategoryFromId":{"format":"uuid","type":"string"},"CICategoryRelationNameId":{"format":"uuid","type":"string"},"CICategoryToId":{"format":"uuid","type":"string"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveCICategoryRelationsRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveCICategoryRelationViewModel"}},"type":"object"},"SaveCICategoryRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveCICategoryViewModel"}},"type":"object"},"SaveCICategoryViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CITypeId":{"format":"uuid","type":"string"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/CICategorySecurityGroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"Prefix":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveCIFolderViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/CIFolderSecurityGroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveCIFolderViewModelCIFolderSaveParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveCIFolderViewModel"}},"type":"object"},"SaveCIRequestParameters":{"additionalProperties":false,"properties":{"CopyFromCiId":{"format":"uuid","type":"string","x-nullable":true},"CopyMode":{"enum":["0 - Complete","1 - Relations"],"format":"int32","type":"integer"},"IncludeCIRelationsSearchFields":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveCIViewModel"}},"type":"object"},"SaveCITypeParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveCITypeViewModel"}},"type":"object"},"SaveCITypeViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"Description":{"type":"string","x-nullable":true},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveCIViewModel":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"BankedHoursCount":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CICategoryImagePath":{"type":"string","x-nullable":true},"CICategoryPrefix":{"type":"string","x-nullable":true},"CIClients":{"items":{"$ref":"#/definitions/CIClientViewModel"},"type":"array","x-nullable":true},"CIClientsAreLoaded":{"type":"boolean"},"CIClientsCount":{"format":"int32","type":"integer"},"CIEnterprises":{"items":{"$ref":"#/definitions/CIEnterpriseViewModel"},"type":"array","x-nullable":true},"CIEnterprisesAreLoaded":{"type":"boolean"},"CIEnterprisesCount":{"format":"int32","type":"integer"},"CIFolderId":{"format":"uuid","type":"string"},"CINumber":{"type":"string","x-nullable":true},"CIRelationsFrom":{"items":{"$ref":"#/definitions/CIRelationViewModel"},"type":"array","x-nullable":true},"CIRelationsTo":{"items":{"$ref":"#/definitions/CIRelationViewModel"},"type":"array","x-nullable":true},"CITicketsCount":{"format":"int32","type":"integer"},"CITypeId":{"format":"uuid","type":"string"},"CITypeName":{"type":"string","x-nullable":true},"CategoryId":{"format":"uuid","type":"string"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LockedBy":{"type":"string","x-nullable":true},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"OwnerId":{"format":"uuid","type":"string","x-nullable":true},"OwnerName":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"StateBackgroundColor":{"type":"string","x-nullable":true},"StateId":{"format":"uuid","type":"string"},"StateMessage":{"type":"string","x-nullable":true},"StateTextColor":{"type":"string","x-nullable":true},"Tags":{"type":"string","x-nullable":true}},"type":"object"},"SaveCatalogRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveCatalogViewModel"}},"type":"object"},"SaveCatalogViewModel":{"additionalProperties":false,"description":"Save Catalog ViewModel","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CatalogRequestIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DefaultRequestId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveCategoryViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/CategorySecurityGroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveCategoryViewModelCategorySaveParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveCategoryViewModel"}},"type":"object"},"SaveChannelRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveChannelViewModel"}},"type":"object"},"SaveChannelViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ChannelRecipients":{"items":{"$ref":"#/definitions/ChannelRecipientViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsPortalMode":{"type":"boolean"},"IsPublic":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"SaveClientCredentialParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveClientCredentialViewModel"}},"type":"object"},"SaveClientCredentialViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CredentialDetail":{"x-nullable":true},"CredentialType":{"enum":["0 - Basic","1 - AzureClientSecret"],"format":"int32","type":"integer"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Tag":{"type":"string","x-nullable":true}},"type":"object"},"SaveClientRequestParameters":{"additionalProperties":false,"properties":{"DoNotSendActivateAccountNotification":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/ClientDetailsViewModel"}},"type":"object"},"SaveCustomFieldDefinitionRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/CustomFieldDefinitionViewModel"}},"type":"object"},"SaveDashboardParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/DashboardSaveViewModel"}},"type":"object"},"SaveEmailTemplateAddressViewModel":{"additionalProperties":false,"properties":{"Address":{"type":"string","x-nullable":true},"DisplayName":{"type":"string","x-nullable":true}},"type":"object"},"SaveEmailTemplateRequestParameters":{"additionalProperties":false,"properties":{"CopyFromEmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveEmailTemplateViewModel"}},"type":"object"},"SaveEmailTemplateViewModel":{"additionalProperties":false,"description":"Save CI ViewModel","properties":{"Attachments":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"Bcc":{"items":{"$ref":"#/definitions/SaveEmailTemplateAddressViewModel"},"type":"array","x-nullable":true},"BodyId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Cc":{"items":{"$ref":"#/definitions/SaveEmailTemplateAddressViewModel"},"type":"array","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishBody":{"type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"EnglishSubject":{"type":"string","x-nullable":true},"FrenchBody":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"FrenchSubject":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/EmailTemplateSecurityGroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IntermailConfigId":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"SubjectId":{"format":"uuid","type":"string","x-nullable":true},"To":{"items":{"$ref":"#/definitions/SaveEmailTemplateAddressViewModel"},"type":"array","x-nullable":true}},"type":"object"},"SaveEnterpriseRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/EditEnterpriseViewModel"}},"type":"object"},"SaveEventParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveEventViewModel"}},"type":"object"},"SaveEventViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientName":{"type":"string","x-nullable":true},"C2ClientOwner":{"type":"boolean"},"Code":{"format":"int32","type":"integer","x-nullable":true},"Date":{"type":"string","x-nullable":true},"ExecutionTime":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Level":{"enum":["0 - Info","1 - Warning","2 - Error"],"format":"int32","type":"integer"},"Message":{"type":"string","x-nullable":true},"Request":{"type":"string","x-nullable":true},"Response":{"type":"string","x-nullable":true},"TicketNumber":{"type":"string","x-nullable":true},"Type":{"enum":["0 - InBoundApi","1 - OutBoundApi","2 - WebHook","3 - SystemEventViewer","4 - Logon"],"format":"int32","type":"integer"},"Url":{"type":"string","x-nullable":true},"Username":{"type":"string","x-nullable":true}},"type":"object"},"SaveFieldSectionTemplateParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveFieldSectionTemplateViewModel"}},"type":"object"},"SaveFieldSectionTemplateViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true}},"type":"object"},"SaveFilledFormDetailsViewModel":{"additionalProperties":false,"properties":{"CIId":{"format":"uuid","type":"string","x-nullable":true},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"FormId":{"format":"uuid","type":"string"},"FormType":{"enum":["0 - Survey","1 - Popup"],"format":"int32","type":"integer"},"TicketId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"SaveFilledFormRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveFilledFormDetailsViewModel"}},"type":"object"},"SaveFormParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveFormViewModel"}},"type":"object"},"SaveFormViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveGridTemplateViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/GridTemplateSecurityGroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"SaveGridTemplateViewModelGridTemplateSaveParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveGridTemplateViewModel"}},"type":"object"},"SaveGroupRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/EditGroupViewModel"}},"type":"object"},"SaveHolidayParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveHolidayViewModel"}},"type":"object"},"SaveHolidayViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"OffDay":{"format":"date-time","type":"string"},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveIaActionTemplatesParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/IaActionTemplatesViewModel"}},"type":"object"},"SaveIaProcessParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveIaProcessViewModel"}},"type":"object"},"SaveIaProcessViewModel":{"additionalProperties":false,"description":"This viewModel is used to save a new IaProcess.","properties":{"Actions":{"items":{"$ref":"#/definitions/IaActionsViewModel"},"type":"array","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FormId":{"format":"uuid","type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"GridActionExecution":{"enum":[0,1],"format":"int32","type":"integer","x-nullable":true},"IaFolderId":{"format":"uuid","type":"string"},"IaProcessRequests":{"items":{"$ref":"#/definitions/IaProcessRequestViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IncludeKBItems":{"type":"boolean"},"IncludeServices":{"type":"boolean"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsSync":{"type":"boolean","x-nullable":true},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"ReExecutionEnabled":{"type":"boolean"},"ReExecutionTime":{"format":"int32","type":"integer","x-nullable":true},"ReExecutionTimeUnit":{"enum":["0 - Minutes","1 - Hours","2 - Days","3 - Date","4 - Months","5 - Years"],"format":"int32","type":"integer"},"SequenceNumber":{"type":"string","x-nullable":true},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"TargetGridId":{"format":"uuid","type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"SaveIntermailConfigRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveIntermailConfigViewModel"}},"type":"object"},"SaveIntermailConfigViewModel":{"additionalProperties":false,"description":"Save Intermail ViewModel","properties":{"AccountEmail":{"type":"string","x-nullable":true},"AddClientsForCC":{"type":"boolean"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DoNotCreateTicket":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"InboundOAuth2AccessToken":{"type":"string","x-nullable":true},"InboundOAuth2ExpiresOn":{"format":"date-time","type":"string","x-nullable":true},"InboundOAuth2RefreshToken":{"type":"string","x-nullable":true},"InboundPassword":{"type":"string","x-nullable":true},"InboundPort":{"format":"int32","type":"integer","x-nullable":true},"InboundServer":{"type":"string","x-nullable":true},"InboundServerType":{"enum":["0 - Exchange","1 - IMAP_OLD","2 - IMAP","3 - SMTP","4 - Outlook365","5 - Gmail"],"format":"int32","type":"integer"},"InboundUseSsl":{"type":"boolean"},"InboundUsername":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsOutbound":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"OutboundDomain":{"type":"string","x-nullable":true},"OutboundEmailAddress":{"type":"string","x-nullable":true},"OutboundOAuth2AccessToken":{"type":"string","x-nullable":true},"OutboundOAuth2ExpiresOn":{"format":"date-time","type":"string","x-nullable":true},"OutboundOAuth2RefreshToken":{"type":"string","x-nullable":true},"OutboundPassword":{"type":"string","x-nullable":true},"OutboundPort":{"format":"int32","type":"integer","x-nullable":true},"OutboundServer":{"type":"string","x-nullable":true},"OutboundServerType":{"enum":[0,1,2,3,4,5],"format":"int32","type":"integer","x-nullable":true},"OutboundUseSsl":{"type":"boolean"},"OutboundUsername":{"type":"string","x-nullable":true},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Tag":{"type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"SaveJSonDataRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/EditJSonDataViewModel"}},"type":"object"},"SaveKBItemRequestParameters":{"additionalProperties":false,"properties":{"CopyFromCiId":{"format":"uuid","type":"string","x-nullable":true},"CopyMode":{"enum":["0 - Complete","1 - Relations"],"format":"int32","type":"integer"},"IncludeCIRelationsSearchFields":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveKBItemViewModel"}},"type":"object"},"SaveKBItemViewModel":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"Availability":{"enum":["0 - WaitingForApproval","1 - Public","2 - Private"],"format":"int32","type":"integer"},"BankedHoursCount":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CICategoryImagePath":{"type":"string","x-nullable":true},"CICategoryPrefix":{"type":"string","x-nullable":true},"CIClients":{"items":{"$ref":"#/definitions/CIClientViewModel"},"type":"array","x-nullable":true},"CIClientsAreLoaded":{"type":"boolean"},"CIClientsCount":{"format":"int32","type":"integer"},"CIEnterprises":{"items":{"$ref":"#/definitions/CIEnterpriseViewModel"},"type":"array","x-nullable":true},"CIEnterprisesAreLoaded":{"type":"boolean"},"CIEnterprisesCount":{"format":"int32","type":"integer"},"CIFolderId":{"format":"uuid","type":"string"},"CINumber":{"type":"string","x-nullable":true},"CIRelationsFrom":{"items":{"$ref":"#/definitions/CIRelationViewModel"},"type":"array","x-nullable":true},"CIRelationsTo":{"items":{"$ref":"#/definitions/CIRelationViewModel"},"type":"array","x-nullable":true},"CITicketsCount":{"format":"int32","type":"integer"},"CITypeId":{"format":"uuid","type":"string"},"CITypeName":{"type":"string","x-nullable":true},"CategoryId":{"format":"uuid","type":"string"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LockedBy":{"type":"string","x-nullable":true},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"OwnerId":{"format":"uuid","type":"string","x-nullable":true},"OwnerName":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Services":{"items":{"$ref":"#/definitions/KBItemServicesViewModel"},"type":"array","x-nullable":true},"StateBackgroundColor":{"type":"string","x-nullable":true},"StateId":{"format":"uuid","type":"string"},"StateMessage":{"type":"string","x-nullable":true},"StateTextColor":{"type":"string","x-nullable":true},"Tags":{"type":"string","x-nullable":true}},"type":"object"},"SaveLicenseParameters":{"additionalProperties":false,"properties":{"Key":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"SaveListFilterParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveListFilterViewModel"}},"type":"object"},"SaveListFilterViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FilteredFieldId":{"format":"uuid","type":"string"},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListItemFilters":{"items":{"$ref":"#/definitions/ListItemFilterViewModel"},"type":"array","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"SourceFieldId":{"format":"uuid","type":"string"},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true}},"type":"object"},"SaveListItemParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/EditListItemViewModel"}},"type":"object"},"SaveListParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/EditListViewModel"}},"type":"object"},"SaveNewTicketParameters":{"additionalProperties":false,"properties":{"LockTicket":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/NewTicketDetailsViewModel"}},"type":"object"},"SaveNormalizedFieldParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveNormalizedFieldViewModel"}},"type":"object"},"SaveNormalizedFieldViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"Culture":{"type":"string","x-nullable":true},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FieldDefinitionId":{"format":"uuid","type":"string"},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NormalizedFieldValues":{"items":{"$ref":"#/definitions/NormalizedFieldValueViewModel"},"type":"array","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"}},"type":"object"},"SaveNoteRequestParameters":{"additionalProperties":false,"properties":{"NoteEntityId":{"format":"uuid","type":"string"},"OriginalEmailId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/NoteViewModel"}},"type":"object"},"SaveNotificationRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveNotificationViewModel"}},"type":"object"},"SaveNotificationViewModel":{"additionalProperties":false,"description":"Save CI ViewModel","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DateBegin":{"format":"date-time","type":"string","x-nullable":true},"DateEnd":{"format":"date-time","type":"string","x-nullable":true},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DisplayMode":{"enum":["1 - Portal","2 - Application","3 - Both"],"format":"int32","type":"integer"},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishMessage":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchMessage":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsSticky":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"MessageId":{"format":"uuid","type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NotificationEnterprises":{"items":{"$ref":"#/definitions/NotificationEnterpriseViewModel"},"type":"array","x-nullable":true},"NotificationGroups":{"items":{"$ref":"#/definitions/NotificationGroupViewModel"},"type":"array","x-nullable":true},"NotificationTypeId":{"format":"uuid","type":"string"},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveParametersRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"items":{"$ref":"#/definitions/ParameterViewModel"},"type":"array","x-nullable":true}},"type":"object"},"SavePortalTicketRequestParameters":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/NewTicketDetailsViewModel"}},"type":"object"},"SavePrintTemplateRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SavePrintTemplateViewModel"}},"type":"object"},"SavePrintTemplateViewModel":{"additionalProperties":false,"properties":{"BodyId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishBody":{"type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchBody":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsPublic":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SavePrioritiesParameters":{"additionalProperties":false,"description":"Parameters to save priorities.","properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/PrioritiesViewModel"}},"type":"object"},"SaveReportV2Parameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/ReportV2ViewModel"}},"type":"object"},"SaveRequestRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveRequestViewModel"}},"type":"object"},"SaveRequestViewModel":{"additionalProperties":false,"properties":{"AutoAssignBankedHours":{"type":"boolean"},"AutomaticResourceAssignation":{"enum":[0],"format":"int32","type":"integer","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CanUseAllPrintTemplates":{"type":"boolean"},"Cost":{"format":"double","type":"number"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DefaultAction":{"enum":["0 - Save","1 - SaveAsDraft"],"format":"int32","type":"integer"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DirectiveId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishDirective":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchDirective":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"FunctionOnBeforeSave":{"type":"string","x-nullable":true},"FunctionOnLoad":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/GroupRequestViewModel"},"type":"array","x-nullable":true},"HasImageSupport":{"type":"boolean"},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"ImpactId":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsAttachmentsSectionVisibleOnPortal":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDescriptionSectionVisible":{"type":"boolean"},"IsDraftAllowed":{"type":"boolean"},"IsPublic":{"type":"boolean"},"IsSummaryGenerated":{"type":"boolean","x-nullable":true},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"OnLoadApiCallTemplateId":{"format":"uuid","type":"string","x-nullable":true},"OnSaveApiCallTemplateId":{"format":"uuid","type":"string","x-nullable":true},"OverrideServiceLevels":{"type":"boolean"},"Price":{"format":"double","type":"number"},"PrintTemplates":{"items":{"$ref":"#/definitions/PrintTemplateRequestViewModel"},"type":"array","x-nullable":true},"QueueId":{"format":"uuid","type":"string","x-nullable":true},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"Resources":{"items":{"$ref":"#/definitions/ResourceRequestViewModel"},"type":"array","x-nullable":true},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"SequenceNumber":{"type":"string","x-nullable":true},"Service":{"type":"string","x-nullable":true},"ServiceId":{"format":"uuid","type":"string","x-nullable":true},"ServiceLevels":{"items":{"$ref":"#/definitions/RequestServiceLevelViewModel"},"type":"array","x-nullable":true},"Tags":{"type":"string","x-nullable":true},"TicketType":{"type":"string","x-nullable":true},"Type":{"type":"string","x-nullable":true},"TypeId":{"format":"uuid","type":"string"},"UrgencyId":{"format":"uuid","type":"string","x-nullable":true},"WorkflowTemplates":{"items":{"$ref":"#/definitions/TicketWorkflowViewModel"},"type":"array","x-nullable":true},"WorkingHours247":{"type":"boolean"}},"type":"object"},"SaveResourceRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/ResourceDetailsViewModel"}},"type":"object"},"SaveSearchFilterViewModel":{"additionalProperties":false,"description":"Save CI ViewModel","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/SearchFilterSecurityGroupViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IncludeResources":{"type":"boolean"},"IsActive":{"type":"boolean"},"IsAssignedToMe":{"type":"boolean"},"IsAssignedToMyGroups":{"type":"boolean"},"IsClosedTicket":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDraft":{"type":"boolean"},"IsOpenedTicket":{"type":"boolean"},"IsTypeTasks":{"type":"boolean"},"IsTypeTickets":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"ViewOptions":{"type":"string","x-nullable":true}},"type":"object"},"SaveSearchFilterViewModelSearchFilterSaveParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveSearchFilterViewModel"}},"type":"object"},"SaveServiceRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/ServiceRetrieveCIDetailViewModel"}},"type":"object"},"SaveSnapshotRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SnapshotC2ClientId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveSnapshotViewModel"}},"type":"object"},"SaveSnapshotViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DetailLogs":{"type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"RestoreEndDateTime":{"format":"date-time","type":"string","x-nullable":true},"RestoreResults":{"items":{"$ref":"#/definitions/ExportImportFromJsonResultDto"},"type":"array","x-nullable":true},"RestoreSourceEndDateTime":{"format":"date-time","type":"string","x-nullable":true},"RestoreSourceResults":{"items":{"$ref":"#/definitions/ExportImportFromJsonResultDto"},"type":"array","x-nullable":true},"RestoreSourceStartDateTime":{"format":"date-time","type":"string","x-nullable":true},"RestoreStartDateTime":{"format":"date-time","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"SnapshotEndDateTime":{"format":"date-time","type":"string","x-nullable":true},"SnapshotResults":{"items":{"$ref":"#/definitions/ExportImportFromJsonResultDto"},"type":"array","x-nullable":true},"SnapshotSourceEndDateTime":{"format":"date-time","type":"string","x-nullable":true},"SnapshotSourceResults":{"items":{"$ref":"#/definitions/ExportImportFromJsonResultDto"},"type":"array","x-nullable":true},"SnapshotSourceStartDateTime":{"format":"date-time","type":"string","x-nullable":true},"SnapshotStartDateTime":{"format":"date-time","type":"string","x-nullable":true},"Status":{"enum":["0 - WaitingForSnapshot","1 - InProgress","2 - SnapshotFailed","3 - WaitingForRestore","4 - RestoreFailed","5 - Restored","6 - Cancelled"],"format":"int32","type":"integer"}},"type":"object"},"SaveTaskTemplateRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveTaskTemplateViewModel"}},"type":"object"},"SaveTaskTemplateViewModel":{"additionalProperties":false,"properties":{"Approvers":{"items":{"$ref":"#/definitions/ClientApprovalTemplateViewModel"},"type":"array","x-nullable":true},"AssociatedRequests":{"$ref":"#/definitions/TemplateListAssociationViewModel"},"AutomaticResourceAssignation":{"enum":[0],"format":"int32","type":"integer","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Clients":{"items":{"$ref":"#/definitions/ClientTaskTemplateViewModel"},"type":"array","x-nullable":true},"ContinueOnRefusal":{"type":"boolean","x-nullable":true},"Cost":{"format":"double","type":"number"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"EstimatedDuration":{"format":"int32","type":"integer"},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/GroupTaskTemplateViewModel"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IncludeClientAssignation":{"type":"boolean"},"IsActive":{"type":"boolean"},"IsApproval":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDescriptionSectionVisible":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"Price":{"format":"double","type":"number"},"QueueId":{"format":"uuid","type":"string","x-nullable":true},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"Resources":{"items":{"$ref":"#/definitions/ResourceTaskTemplateViewModel"},"type":"array","x-nullable":true},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"SequenceNumber":{"type":"string","x-nullable":true},"Step":{"format":"int32","type":"integer"},"WorkflowTemplates":{"items":{"$ref":"#/definitions/TicketWorkflowViewModel"},"type":"array","x-nullable":true},"WorkingHours247":{"type":"boolean"}},"type":"object"},"SaveTicketTypeParameterRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/TicketTypeParameterViewModel"}},"type":"object"},"SaveTimesheetRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveTimesheetViewModel"}},"type":"object"},"SaveTimesheetViewModel":{"additionalProperties":false,"properties":{"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"BillableOvertime":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Comment":{"type":"string","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"Duration":{"format":"int32","type":"integer"},"EndedAt":{"format":"date-time","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ResourceId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"StartedAt":{"format":"date-time","type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"}},"type":"object"},"SaveUserPreferencesRequestParameters":{"additionalProperties":false,"properties":{"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"items":{"$ref":"#/definitions/UserPreferencesViewModel"},"type":"array","x-nullable":true}},"type":"object"},"SaveVariableParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveVariableViewModel"}},"type":"object"},"SaveVariableViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Tag":{"type":"string","x-nullable":true}},"type":"object"},"SaveViewParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveViewViewModel"}},"type":"object"},"SaveViewViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CanSelectFavorites":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"KanbanFieldDefinitionId":{"format":"uuid","type":"string"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SearchFilterId":{"format":"uuid","type":"string"},"SequenceNumber":{"type":"string","x-nullable":true},"ShowFavorites":{"type":"boolean"},"Url":{"type":"string","x-nullable":true}},"type":"object"},"SaveWebhookViewModel":{"additionalProperties":false,"properties":{"Actions":{"items":{"$ref":"#/definitions/IaActionsViewModel"},"type":"array","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"JPathSelector":{"type":"string","x-nullable":true},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"RegexFilter":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true}},"type":"object"},"SaveWebhooksParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/SaveWebhookViewModel"}},"type":"object"},"SearchFilter":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IncludeResources":{"type":"boolean"},"IsActive":{"type":"boolean"},"IsAssignedToMe":{"type":"boolean"},"IsAssignedToMyGroups":{"type":"boolean"},"IsClosedTicket":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDraft":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsOpenedTicket":{"type":"boolean"},"IsSearchTemplate":{"type":"boolean"},"IsSecured":{"type":"boolean"},"IsTypeTasks":{"type":"boolean"},"IsTypeTickets":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SearchFilterGroups":{"items":{"$ref":"#/definitions/SearchFilterConditionGroup"},"type":"array","x-nullable":true},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Target":{"enum":["0 - Ticket","1 - CI","2 - Note","3 - Client","4 - Email","5 - Enterprise","6 - Grid","7 - Resource","8 - Variable","9 - WebHook","10 - Form"],"format":"int32","type":"integer"},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"ViewOptions":{"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"SearchFilterConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"SearchFilterId":{"format":"uuid","type":"string"},"Step":{"format":"int32","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"SearchFilterSecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"SearchFiltersSearchCriteria":{"additionalProperties":false,"properties":{"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"ExcludePrivate":{"type":"boolean"},"ExcludePublic":{"type":"boolean"},"FilterSearchTemplates":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"Target":{"enum":[0,1,2,3,4,5,6,7,8,9,10],"format":"int32","type":"integer","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true},"UserId":{"format":"uuid","type":"string"}},"type":"object"},"SecurityGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CICategoryId":{"format":"uuid","type":"string","x-nullable":true},"CIFolderId":{"format":"uuid","type":"string","x-nullable":true},"CanSeeGroupId":{"format":"uuid","type":"string","x-nullable":true},"CanSeeGroupInWidget":{"type":"boolean","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplateId":{"format":"uuid","type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ReportV2Id":{"format":"uuid","type":"string","x-nullable":true},"SearchFilterId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"TemplateId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"SendEmailRequestParameters":{"additionalProperties":false,"properties":{"FromIntermailConfigId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/TicketEmailViewModel"}},"type":"object"},"SendEmailValidationCodeParameters":{"additionalProperties":false,"properties":{"EmailAddress":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"SendMessageAttachmentRequestParameters":{"additionalProperties":false,"properties":{"ChannelMessageId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"SendMessageRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/ChannelSendMessageViewModel"}},"type":"object"},"SequenceNumber":{"additionalProperties":false,"properties":{"C2ClientId":{"type":"string","x-nullable":true},"CIPrefix":{"type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CommonListId":{"format":"uuid","type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"EntityName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NextSequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"Service":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"BankedHours":{"items":{"$ref":"#/definitions/BankedHour"},"type":"array","x-nullable":true},"BankedHoursCount":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"CICategoryId":{"format":"uuid","type":"string"},"CICategoryPrefix":{"type":"string","x-nullable":true},"CIClients":{"items":{"$ref":"#/definitions/CIClient"},"type":"array","x-nullable":true},"CIClientsCount":{"format":"int32","type":"integer"},"CIEnterprises":{"items":{"$ref":"#/definitions/CIEnterprise"},"type":"array","x-nullable":true},"CIEnterprisesCount":{"format":"int32","type":"integer"},"CIFolderId":{"format":"uuid","type":"string"},"CINumber":{"maxLength":100,"minLength":0,"type":"string"},"CINumberReversed":{"type":"string","x-nullable":true},"CIRelationsFrom":{"items":{"$ref":"#/definitions/CIRelation"},"type":"array","x-nullable":true},"CIRelationsTo":{"items":{"$ref":"#/definitions/CIRelation"},"type":"array","x-nullable":true},"CITicketsCount":{"format":"int32","type":"integer"},"CITypeId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CopiedFromCIId":{"format":"uuid","type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"Discriminator":{"readOnly":true,"type":"string","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FilledForms":{"items":{"$ref":"#/definitions/FilledForm"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImportHash":{"type":"string","x-nullable":true},"ImportKey":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsLockedById":{"format":"uuid","type":"string","x-nullable":true},"IsLockedBySignalrConnectionId":{"maxLength":100,"type":"string","x-nullable":true},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"KBCount":{"format":"int32","type":"integer"},"KBItemServices":{"items":{"$ref":"#/definitions/KBItemService"},"type":"array","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"OwnerId":{"format":"uuid","type":"string","x-nullable":true},"Requests":{"items":{"$ref":"#/definitions/Request"},"type":"array","x-nullable":true},"SearchField1":{"type":"string","x-nullable":true},"SearchField2":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StateId":{"format":"uuid","type":"string"},"Tags":{"items":{"$ref":"#/definitions/Tag"},"type":"array","x-nullable":true},"TicketCI":{"items":{"$ref":"#/definitions/TicketCI"},"type":"array","x-nullable":true},"UpdatingBy":{"format":"uuid","type":"string","x-nullable":true}},"required":["CINumber","CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"ServiceLevelDto":{"additionalProperties":false,"properties":{"ServiceLevelStatus":{"enum":["0 - Met","1 - Warning","2 - Critical","3 - Exceeded"],"format":"int32","type":"integer"},"TimeUnit":{"type":"string","x-nullable":true},"Value":{"format":"int64","type":"integer"}},"type":"object"},"ServiceRetrieveCIDetailViewModel":{"additionalProperties":false,"description":"Retrieve Details ViewModel","properties":{"Attachments":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"BankedHoursCount":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CICategoryImagePath":{"type":"string","x-nullable":true},"CICategoryPrefix":{"type":"string","x-nullable":true},"CIClients":{"items":{"$ref":"#/definitions/CIClientViewModel"},"type":"array","x-nullable":true},"CIClientsCount":{"format":"int32","type":"integer"},"CIEnterprises":{"items":{"$ref":"#/definitions/CIEnterpriseViewModel"},"type":"array","x-nullable":true},"CIEnterprisesCount":{"format":"int32","type":"integer"},"CIFolderId":{"format":"uuid","type":"string"},"CINumber":{"type":"string","x-nullable":true},"CIRelationsFrom":{"items":{"$ref":"#/definitions/CIRelationViewModel"},"type":"array","x-nullable":true},"CIRelationsTo":{"items":{"$ref":"#/definitions/CIRelationViewModel"},"type":"array","x-nullable":true},"CITicketsCount":{"format":"int32","type":"integer"},"CITypeId":{"format":"uuid","type":"string"},"CITypeName":{"type":"string","x-nullable":true},"CategoryId":{"format":"uuid","type":"string"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"CustomFields":{"$ref":"#/definitions/CustomFieldsViewModel"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"ExternalId":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LockedBy":{"type":"string","x-nullable":true},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"OwnerId":{"format":"uuid","type":"string","x-nullable":true},"OwnerName":{"type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"StateBackgroundColor":{"type":"string","x-nullable":true},"StateId":{"format":"uuid","type":"string"},"StateMessage":{"type":"string","x-nullable":true},"StateTextColor":{"type":"string","x-nullable":true},"Tags":{"type":"string","x-nullable":true}},"type":"object"},"ServicesAdvancedSearchCriteria":{"additionalProperties":false,"properties":{"CreatedAfter":{"format":"date-time","type":"string","x-nullable":true},"CreatedBefore":{"format":"date-time","type":"string","x-nullable":true},"Description":{"type":"string","x-nullable":true},"IncludeInactiveServices":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true}},"type":"object"},"ServicesSearchCriteria":{"additionalProperties":false,"properties":{"AdvancedCriteria":{"$ref":"#/definitions/ServicesAdvancedSearchCriteria"},"AdvancedSearchCriteria":{"$ref":"#/definitions/CIAdvancedSearchCriteria"},"ApplySecurity":{"type":"boolean"},"CICategoryId":{"format":"uuid","type":"string","x-nullable":true},"CITypeId":{"format":"uuid","type":"string","x-nullable":true},"CiId":{"format":"uuid","type":"string","x-nullable":true},"CiIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"Columns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"CompleteSearchCiIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExcludeCustomFields":{"type":"boolean"},"ExcludeMasterC2Client":{"type":"boolean"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"FilterCriteria":{"$ref":"#/definitions/EntityCriteria"},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"FormFields":{"type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeCIType":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IncludeKBItem":{"type":"boolean"},"IncludeRelatedClients":{"type":"boolean"},"IncludeRelatedEnterprises":{"type":"boolean"},"IncludeRelations":{"type":"boolean"},"IncludeService":{"type":"boolean"},"IncludeState":{"type":"boolean"},"IsExclusiveSearchFields":{"type":"boolean"},"IsRetrieveForAutocomplete":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SearchFieldDefinitionId1":{"format":"uuid","type":"string","x-nullable":true},"SearchFieldDefinitionId2":{"format":"uuid","type":"string","x-nullable":true},"SearchFilterId":{"format":"uuid","type":"string","x-nullable":true},"SearchType":{"enum":["0 - Normal","1 - Complete"],"format":"int32","type":"integer"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TagFilter":{"type":"string","x-nullable":true},"TextFilter":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"SetParentParameters":{"additionalProperties":false,"description":"Generic parameters for API calls that set the parent of an entity.","properties":{"Id":{"format":"uuid","type":"string"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Snapshot":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DetailLogs":{"type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"RestoreEndDateTime":{"format":"date-time","type":"string","x-nullable":true},"RestoreResults":{"type":"string","x-nullable":true},"RestoreSourceEndDateTime":{"format":"date-time","type":"string","x-nullable":true},"RestoreSourceResults":{"type":"string","x-nullable":true},"RestoreSourceStartDateTime":{"format":"date-time","type":"string","x-nullable":true},"RestoreStartDateTime":{"format":"date-time","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"SnapshotEndDateTime":{"format":"date-time","type":"string","x-nullable":true},"SnapshotResults":{"type":"string","x-nullable":true},"SnapshotSourceEndDateTime":{"format":"date-time","type":"string","x-nullable":true},"SnapshotSourceResults":{"type":"string","x-nullable":true},"SnapshotSourceStartDateTime":{"format":"date-time","type":"string","x-nullable":true},"SnapshotStartDateTime":{"format":"date-time","type":"string","x-nullable":true},"Status":{"enum":["0 - WaitingForSnapshot","1 - InProgress","2 - SnapshotFailed","3 - WaitingForRestore","4 - RestoreFailed","5 - Restored","6 - Cancelled"],"format":"int32","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"SnapshotSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IsC2Enterprise":{"type":"boolean"},"IsNewSnapshotForbidden":{"type":"boolean"},"IsSourceRestored":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SnapshotC2ClientId":{"format":"uuid","type":"string","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"SortingInfo":{"additionalProperties":false,"properties":{"CustomFieldType":{"enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],"format":"int32","type":"integer","x-nullable":true},"Direction":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"SortingColumn":{"type":"string","x-nullable":true},"SortingCulture":{"type":"string","x-nullable":true}},"type":"object"},"StartTimesheetRequestParameters":{"additionalProperties":false,"properties":{"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"Offset":{"format":"int32","type":"integer"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Status":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"maxLength":100,"type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsClosing":{"description":"When IsClosing is set to true, this status will close the ticket.","type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDeleting":{"description":"When IsDeleting is set to true, this status will delete the ticket.","type":"boolean"},"IsImplemented":{"type":"boolean"},"IsInitialStatus":{"type":"boolean"},"IsMandatory":{"description":"When set to true, the status is mandatory and MUST be part of the workflow for\r\nthe specified ticket type.","type":"boolean"},"IsNew":{"type":"boolean"},"IsNotAuthorized":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"TicketTypeId":{"format":"uuid","type":"string"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"StringParameters":{"additionalProperties":false,"properties":{"Value":{"type":"string","x-nullable":true}},"type":"object"},"StringStringValuesKeyValuePair":{"additionalProperties":false,"properties":{"Key":{"type":"string","x-nullable":true},"Value":{"items":{"type":"string"},"type":"array"}},"type":"object"},"SuspendLicenseViewModel":{"additionalProperties":false,"description":"Viewmodel used for suspending the license of a C2Client.","properties":{"C2ClientId":{"description":"Id of the C2Client for which the license should be suspended.","format":"uuid","type":"string"},"Secret":{"description":"Secret key of the caller. Only callers authorized by C2 should have a secret.\r\nIf many callers are authorized, they should have different secrets in order to differenciate them.","type":"string","x-nullable":true}},"type":"object"},"SystemFieldData":{"additionalProperties":false,"description":"Associates a status or a transition to a TicketField.","properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FieldDefinitionId":{"format":"uuid","type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Highlight":{"type":"boolean"},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"IsReadOnlyAtCreationOnly":{"type":"boolean"},"IsReadOnlyIfFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"IsReadOnlyIfFieldValue":{"type":"string","x-nullable":true},"IsReadOnlyIfHasValue":{"type":"boolean"},"IsReadOnlyIfPropertyName":{"type":"string","x-nullable":true},"IsRequired":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NotReadOnlyGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"RequiredIfConditionGroups":{"items":{"$ref":"#/definitions/SystemFieldDataRequiredIfConditionGroup"},"type":"array","x-nullable":true},"RequiredIfFieldValue":{"type":"string","x-nullable":true},"RequiredIfNameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"TicketTypeParameterId":{"format":"uuid","type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"SystemFieldDataRequiredIfConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"Step":{"format":"int32","type":"integer"},"SystemFieldDataRequiredIfId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"SystemFieldDataRequiredIfViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"SystemFieldDataSecurityGroupViewModel":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FolderId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsAdmin":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SystemFieldDataId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true}},"type":"object"},"SystemFieldDataViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"DefinitionId":{"format":"uuid","type":"string"},"DefinitionType":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsReadOnly":{"type":"boolean"},"IsReadOnlyAtCreationOnly":{"type":"boolean"},"IsReadOnlyIfBindingName":{"type":"string","x-nullable":true},"IsReadOnlyIfDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"IsReadOnlyIfHasValue":{"type":"boolean"},"IsReadOnlyIfValue":{"type":"string","x-nullable":true},"IsRequired":{"type":"boolean"},"Name":{"type":"string","x-nullable":true},"NotReadOnlyGroups":{"items":{"$ref":"#/definitions/SystemFieldDataSecurityGroupViewModel"},"type":"array","x-nullable":true},"PropertyName":{"type":"string","x-nullable":true},"RequiredIf":{"$ref":"#/definitions/SystemFieldDataRequiredIfViewModel"},"RequiredIfValue":{"type":"string","x-nullable":true}},"type":"object"},"SystemFormFieldDto":{"additionalProperties":false,"properties":{"Key":{"type":"string","x-nullable":true},"Type":{"description":"Custom Field Supported Types\r\nIMPORTANT: Add to the end.\r\nThe order is important because JS Labels and custom field's journal use the numeric value.","enum":["0 - Integer","1 - Decimal","2 - String","3 - DateTime","4 - List","5 - Resource","6 - Client","7 - Label","8 - Checkbox","9 - Url","10 - CI","11 - Memo","12 - Enterprise","13 - Request","14 - Rating","15 - CICollection","16 - RemoteApplication","17 - ClientCollection","18 - SequenceNumber","19 - Attachments","20 - ExternalData","21 - TicketCollection","22 - Geolocation","23 - Schedule","24 - Email","25 - ExternalWebPage","26 - ListItemCollection","27 - Grid","28 - Reservation","29 - Button","30 - ExternalDataCollection","31 - Date","32 - Time","33 - EnterpriseCollection","34 - ResourceCollection","35 - Ticket","36 - KBItem","37 - KBItemCollection","38 - Directive"],"format":"int32","type":"integer"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"Tag":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CIId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"Text":{"maxLength":100,"type":"string","x-nullable":true}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"TakeSnapshotRequestParameters":{"additionalProperties":false,"properties":{"OnlyDifferences":{"type":"boolean"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SnapshotC2ClientId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/TakeSnapshotViewModel"}},"type":"object"},"TakeSnapshotViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"EnglishDescription":{"type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchDescription":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"SnapshotStartDateTime":{"format":"date-time","type":"string"}},"type":"object"},"TaskTemplate":{"additionalProperties":false,"properties":{"AutomaticResourceAssignation":{"enum":[0],"format":"int32","type":"integer","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"Clients":{"items":{"$ref":"#/definitions/TaskTemplateClient"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"Cost":{"format":"double","type":"number"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"EstimatedDuration":{"format":"int32","type":"integer"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Groups":{"items":{"$ref":"#/definitions/TaskTemplateGroup"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IncludeClientAssignation":{"type":"boolean"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDescriptionSectionVisible":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Price":{"format":"double","type":"number"},"QueueId":{"format":"uuid","type":"string","x-nullable":true},"Requests":{"items":{"$ref":"#/definitions/TicketWorkflow"},"type":"array","x-nullable":true},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"Resources":{"items":{"$ref":"#/definitions/TaskTemplateResource"},"type":"array","x-nullable":true},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"WorkflowTemplates":{"items":{"$ref":"#/definitions/TicketWorkflow"},"type":"array","x-nullable":true},"WorkingHours247":{"type":"boolean"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"TaskTemplateClient":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"TaskTemplateId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"TaskTemplateGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"GroupId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"TaskTemplateId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"TaskTemplateResource":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ResourceId":{"format":"uuid","type":"string"},"TaskTemplateId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","IsDeleted","LastModifiedDateTime"],"type":"object"},"TaskTemplateSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"Template":{"additionalProperties":false,"properties":{"BodyId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPublic":{"type":"boolean"},"IsSecured":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"LocalizedBodyText":{"type":"string","x-nullable":true},"SecurityGroups":{"items":{"$ref":"#/definitions/SecurityGroup"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"TemplateAssociationViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Description":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Name":{"type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"Step":{"format":"int32","type":"integer"},"Type":{"type":"string","x-nullable":true}},"type":"object"},"TemplateListAssociationViewModel":{"additionalProperties":false,"properties":{"Items":{"items":{"$ref":"#/definitions/TemplateAssociationViewModel"},"type":"array","x-nullable":true},"ListId":{"format":"uuid","type":"string"}},"type":"object"},"TestLdapLoginRequestParameters":{"additionalProperties":false,"properties":{"LdapConfiguration":{"$ref":"#/definitions/DomainDto"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Ticket":{"additionalProperties":false,"properties":{"ApprovalDate":{"format":"date-time","type":"string","x-nullable":true},"Assignees":{"items":{"$ref":"#/definitions/TicketAssignee"},"type":"array","x-nullable":true},"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"BillableDuration":{"format":"int32","type":"integer"},"BillableOvertime":{"format":"int32","type":"integer"},"BusinessServiceId":{"format":"uuid","type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"CIs":{"items":{"$ref":"#/definitions/TicketCI"},"type":"array","x-nullable":true},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"ChangeTypeId":{"format":"uuid","type":"string","x-nullable":true},"Channel":{"$ref":"#/definitions/Channel"},"ChannelId":{"format":"uuid","readOnly":true,"type":"string","x-nullable":true},"Channels":{"items":{"$ref":"#/definitions/Channel"},"type":"array","x-nullable":true},"ChildTickets":{"items":{"$ref":"#/definitions/Ticket"},"type":"array","x-nullable":true},"ClientResolution":{"maxLength":2147483647,"type":"string","x-nullable":true},"ClientResolutionText":{"type":"string","x-nullable":true},"ClientRoleId":{"format":"uuid","type":"string","x-nullable":true},"Clients":{"items":{"$ref":"#/definitions/TicketClient"},"type":"array","x-nullable":true},"ClosedBy":{"type":"string","x-nullable":true},"ClosedByFullName":{"readOnly":true,"type":"string","x-nullable":true},"ClosedDateTime":{"format":"date-time","type":"string","x-nullable":true},"ClosingReasonId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CommunicationsCount":{"format":"int32","type":"integer"},"CopiedFromSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"Cost":{"format":"double","type":"number","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"Description":{"type":"string","x-nullable":true},"DescriptionText":{"type":"string","x-nullable":true},"DifferenceDuration":{"format":"int32","type":"integer"},"DueDate":{"format":"date-time","type":"string","x-nullable":true},"DueDateWaitingTime":{"format":"int32","type":"integer"},"Duration":{"format":"int32","type":"integer"},"Emails":{"items":{"$ref":"#/definitions/TicketEmail"},"type":"array","x-nullable":true},"EndDate":{"format":"date-time","type":"string","x-nullable":true},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"EstimatedDuration":{"format":"int32","type":"integer"},"ExternalId":{"type":"string","x-nullable":true},"FilledForms":{"items":{"$ref":"#/definitions/FilledForm"},"type":"array","x-nullable":true},"FirstAssignationDate":{"format":"date-time","type":"string","x-nullable":true},"FollowUpDate":{"format":"date-time","readOnly":true,"type":"string","x-nullable":true},"FormattedDifferenceDuration":{"readOnly":true,"type":"string","x-nullable":true},"FormattedDuration":{"readOnly":true,"type":"string","x-nullable":true},"FormattedEstimatedDuration":{"readOnly":true,"type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"FormattedTotalDuration":{"readOnly":true,"type":"string","x-nullable":true},"HasChannelMessages":{"type":"boolean"},"HasPrintTemplates":{"type":"boolean"},"HasUnreadEmail":{"readOnly":true,"type":"boolean"},"HasUnreadNote":{"readOnly":true,"type":"boolean"},"Id":{"format":"uuid","type":"string"},"ImpactId":{"format":"uuid","type":"string","x-nullable":true},"ImplementationDate":{"format":"date-time","type":"string","x-nullable":true},"ImportHash":{"type":"string","x-nullable":true},"ImportKey":{"type":"string","x-nullable":true},"IncludeClientAssignation":{"type":"boolean"},"IsActive":{"type":"boolean"},"IsApproval":{"readOnly":true,"type":"boolean"},"IsChangeRequest":{"readOnly":true,"type":"boolean"},"IsClosedTicket":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDraft":{"type":"boolean"},"IsFullDay":{"type":"boolean"},"IsGrandParentClosed":{"type":"boolean"},"IsImport":{"type":"boolean"},"IsIncident":{"readOnly":true,"type":"boolean"},"IsKanbanFieldReadOnly":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsLockedById":{"format":"uuid","type":"string","x-nullable":true},"IsLockedBySignalrConnectionId":{"maxLength":100,"type":"string","x-nullable":true},"IsNew":{"type":"boolean"},"IsProblem":{"readOnly":true,"type":"boolean"},"IsProject":{"readOnly":true,"type":"boolean"},"IsPublic":{"type":"boolean"},"IsServiceRequest":{"readOnly":true,"type":"boolean"},"IsSubTicket":{"readOnly":true,"type":"boolean"},"IsSurveyCompleted":{"type":"boolean"},"IsTask":{"readOnly":true,"type":"boolean"},"IsTicket":{"readOnly":true,"type":"boolean"},"KBItemId":{"format":"uuid","type":"string","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LastWaitingDueDate":{"format":"date-time","type":"string","x-nullable":true},"LastWaitingResponseDate":{"format":"date-time","type":"string","x-nullable":true},"LastWaitingSelectedDueDate":{"format":"date-time","type":"string","x-nullable":true},"LevelId":{"format":"uuid","type":"string","x-nullable":true},"LockedSince":{"format":"date-time","type":"string","x-nullable":true},"Notes":{"items":{"$ref":"#/definitions/Note"},"type":"array","x-nullable":true},"OnHoldSelectedDueDate":{"format":"date-time","type":"string","x-nullable":true},"OriginId":{"format":"uuid","type":"string","x-nullable":true},"ParentTicketId":{"format":"uuid","type":"string","x-nullable":true},"Price":{"format":"double","type":"number","x-nullable":true},"PrincipalCI":{"$ref":"#/definitions/CI"},"PrincipalClient":{"$ref":"#/definitions/Client"},"PrincipalClientAssignee":{"$ref":"#/definitions/Client"},"PrincipalClientId":{"format":"uuid","readOnly":true,"type":"string","x-nullable":true},"PrincipalGroup":{"$ref":"#/definitions/Group"},"PrincipalGroupId":{"format":"uuid","readOnly":true,"type":"string","x-nullable":true},"PrincipalResource":{"$ref":"#/definitions/Client"},"PriorisationDate":{"format":"date-time","type":"string","x-nullable":true},"PriorityId":{"format":"uuid","type":"string","x-nullable":true},"QueueId":{"format":"uuid","type":"string"},"ReactivationDate":{"format":"date-time","type":"string","x-nullable":true},"ReasonForRejection":{"type":"string","x-nullable":true},"ReferencesBy":{"items":{"$ref":"#/definitions/TicketReference"},"type":"array","x-nullable":true},"ReferencesTo":{"items":{"$ref":"#/definitions/TicketReference"},"type":"array","x-nullable":true},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"ResolutionDate":{"format":"date-time","type":"string","x-nullable":true},"ResolutionTime":{"format":"int32","type":"integer","x-nullable":true},"ResolutionTimeActual":{"format":"int32","type":"integer"},"ResolutionTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResolutionTypeId":{"format":"uuid","type":"string","x-nullable":true},"ResponseDate":{"format":"date-time","type":"string","x-nullable":true},"ResponseTime":{"format":"int32","type":"integer","x-nullable":true},"ResponseTimeUnit":{"enum":["0 - Minute","1 - Hour","2 - BusinessDay"],"format":"int32","type":"integer"},"ResponseWaitingTime":{"format":"int32","type":"integer"},"RootTicket":{"$ref":"#/definitions/Ticket"},"SelectedDueDate":{"format":"date-time","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"SequenceNumberReversed":{"type":"string","x-nullable":true},"ServiceId":{"format":"uuid","type":"string","x-nullable":true},"StartDate":{"format":"date-time","type":"string","x-nullable":true},"StateId":{"format":"uuid","type":"string","x-nullable":true},"StatusId":{"format":"uuid","type":"string"},"Step":{"format":"int32","type":"integer","x-nullable":true},"Summary":{"maxLength":500,"type":"string","x-nullable":true},"TakingChargeDate":{"format":"date-time","type":"string","x-nullable":true},"TakingChargeTimeActual":{"format":"int32","type":"integer"},"TaskTemplateId":{"format":"uuid","type":"string","x-nullable":true},"TechnicalResolution":{"maxLength":2147483647,"type":"string","x-nullable":true},"TechnicalResolutionText":{"type":"string","x-nullable":true},"TicketPrincipalCIView":{"$ref":"#/definitions/TicketPrincipalCIView"},"TicketPrincipalClientView":{"$ref":"#/definitions/TicketPrincipalClientView"},"TicketPrincipalResourceView":{"$ref":"#/definitions/TicketPrincipalResourceView"},"TicketSingleFilledFormView":{"$ref":"#/definitions/TicketSingleFilledFormView"},"TicketTypeId":{"format":"uuid","type":"string"},"Timesheets":{"items":{"$ref":"#/definitions/Timesheet"},"type":"array","x-nullable":true},"TotalBillableDuration":{"format":"int32","type":"integer"},"TotalBillableOvertime":{"format":"int32","type":"integer"},"TotalDuration":{"format":"int32","type":"integer"},"UnreadCommunicationsCount":{"format":"int32","type":"integer"},"UpdatingBy":{"format":"uuid","type":"string","x-nullable":true},"UrgencyId":{"format":"uuid","type":"string","x-nullable":true},"WasDraft":{"type":"boolean"},"WorkflowId":{"format":"uuid","type":"string","x-nullable":true},"WorkflowParentConditionResult":{"type":"boolean","x-nullable":true},"WorkflowParentId":{"format":"uuid","type":"string","x-nullable":true},"Workflows":{"items":{"$ref":"#/definitions/TicketWorkflow"},"type":"array","x-nullable":true},"WorkingHours247":{"type":"boolean"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketAssignee":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"EmailSent":{"type":"boolean"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ResourceId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"TicketId":{"format":"uuid","type":"string"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketAssigneeViewModel":{"additionalProperties":false,"properties":{"AssigneeType":{"enum":["0 - Resource","1 - Client","2 - Group"],"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ColorProfile":{"type":"string","x-nullable":true},"EmailSent":{"type":"boolean"},"FirstName":{"type":"string","x-nullable":true},"FullName":{"type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Icon":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Initials":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string"},"PictureId":{"format":"uuid","type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string","x-nullable":true},"ResourceState":{"$ref":"#/definitions/ResourceStateItemViewModel"},"SequenceNumber":{"type":"string","x-nullable":true},"Text":{"type":"string","x-nullable":true},"UserName":{"type":"string","x-nullable":true}},"type":"object"},"TicketAttachmentsViewModel":{"additionalProperties":false,"properties":{"NoAttachments":{"type":"boolean"},"Records":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"TicketId":{"type":"string","x-nullable":true},"TicketNumber":{"type":"string","x-nullable":true},"TotalRecords":{"format":"int32","type":"integer"}},"type":"object"},"TicketCI":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CIId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"TicketId":{"format":"uuid","type":"string"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketCalendarViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CheckForRequiredWarning":{"type":"boolean"},"EndDate":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsDraft":{"type":"boolean"},"IsFullDay":{"type":"boolean"},"IsWarningRequired":{"type":"boolean"},"NewResourceId":{"format":"uuid","type":"string","x-nullable":true},"OldResourceId":{"format":"uuid","type":"string","x-nullable":true},"PrincipalClientFullName":{"readOnly":true,"type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StartDate":{"type":"string","x-nullable":true},"Summary":{"type":"string","x-nullable":true},"TicketStateBackgroundColor":{"type":"string","x-nullable":true},"TicketStateTextColor":{"type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string"}},"type":"object"},"TicketClient":{"additionalProperties":false,"properties":{"ApprovalEmailSent":{"type":"boolean"},"C2ClientId":{"format":"uuid","type":"string"},"CatalogId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsPrincipal":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"TicketId":{"format":"uuid","type":"string"}},"required":["ClientId","CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketClosingReason":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"StaticListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketDto":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string"},"PrincipalClientId":{"format":"uuid","type":"string","x-nullable":true},"PrincipalClientName":{"type":"string","x-nullable":true},"PrincipalClientUserName":{"type":"string","x-nullable":true},"PrincipalResourceUserName":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Summary":{"type":"string","x-nullable":true}},"type":"object"},"TicketDtoAPIResponse":{"additionalProperties":false,"properties":{"Data":{"$ref":"#/definitions/TicketDto"},"Message":{"$ref":"#/definitions/Message"},"StackTrace":{"type":"string","x-nullable":true},"Status":{"enum":["0 - Success","1 - Error","2 - ErrorTokenExpired","3 - Warning"],"format":"int32","type":"integer"},"Time":{"format":"date-time","type":"string"}},"type":"object"},"TicketEmail":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/Attachment"},"type":"array","x-nullable":true},"Bcc":{"items":{"$ref":"#/definitions/EmailAddress"},"readOnly":true,"type":"array","x-nullable":true},"Body":{"type":"string","x-nullable":true},"BodyText":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"Cc":{"items":{"$ref":"#/definitions/EmailAddress"},"readOnly":true,"type":"array","x-nullable":true},"Clients":{"items":{"$ref":"#/definitions/Client"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"EmailAddresses":{"items":{"$ref":"#/definitions/EmailAddress"},"type":"array","x-nullable":true},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"From":{"$ref":"#/definitions/EmailAddress"},"Id":{"format":"uuid","type":"string"},"IntermailConfigId":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsClientUnread":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsSystem":{"type":"boolean"},"IsUnread":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Number":{"format":"int32","type":"integer"},"Priority":{"enum":["0 - Normal","1 - Low","2 - High"],"format":"int32","type":"integer"},"SentBy":{"readOnly":true,"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Subject":{"type":"string"},"TicketId":{"format":"uuid","type":"string"},"To":{"items":{"$ref":"#/definitions/EmailAddress"},"readOnly":true,"type":"array","x-nullable":true},"ToAsString":{"readOnly":true,"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","Subject"],"type":"object"},"TicketEmailAddressViewModel":{"additionalProperties":false,"properties":{"Address":{"type":"string","x-nullable":true},"DisplayName":{"type":"string","x-nullable":true},"EmailAddressType":{"enum":["0 - From","1 - To","2 - Cc","3 - Bcc","4 - ReplyTo"],"format":"int32","type":"integer"},"TicketEmailId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"TicketEmailViewModel":{"additionalProperties":false,"properties":{"Attachments":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"Bcc":{"items":{"$ref":"#/definitions/TicketEmailAddressViewModel"},"type":"array","x-nullable":true},"Body":{"type":"string","x-nullable":true},"BodyHtmlStripped":{"type":"string","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Cc":{"items":{"$ref":"#/definitions/TicketEmailAddressViewModel"},"type":"array","x-nullable":true},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"DefaultTemplateCulture":{"type":"string","x-nullable":true},"EmailNumber":{"format":"int32","type":"integer"},"EmailTemplateId":{"format":"uuid","type":"string","x-nullable":true},"From":{"$ref":"#/definitions/TicketEmailAddressViewModel"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IntermailConfigAccountEmail":{"type":"string","x-nullable":true},"IntermailConfigId":{"format":"uuid","type":"string","x-nullable":true},"InvalidTags":{"items":{"$ref":"#/definitions/InvalidTagDefinition"},"type":"array","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsUnread":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ParentTicketId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"type":"string","x-nullable":true},"Subject":{"type":"string","x-nullable":true},"TicketAttachments":{"items":{"$ref":"#/definitions/AttachmentViewModel"},"type":"array","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"TicketSequenceNumber":{"format":"int64","type":"integer"},"TicketSummary":{"type":"string","x-nullable":true},"To":{"items":{"$ref":"#/definitions/TicketEmailAddressViewModel"},"type":"array","x-nullable":true}},"type":"object"},"TicketPrincipalCIView":{"additionalProperties":false,"properties":{"CIId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"TicketId":{"format":"uuid","type":"string"}},"type":"object"},"TicketPrincipalClientView":{"additionalProperties":false,"properties":{"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"Name":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"}},"type":"object"},"TicketPrincipalResourceView":{"additionalProperties":false,"properties":{"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"Name":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"}},"type":"object"},"TicketReference":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ReferenceToId":{"format":"uuid","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"TicketId":{"format":"uuid","type":"string"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketSingleFilledFormView":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"FilledFormId":{"format":"uuid","type":"string"},"TicketId":{"format":"uuid","type":"string"}},"type":"object"},"TicketSummaryViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"Description":{"type":"string","x-nullable":true},"DescriptionText":{"type":"string","x-nullable":true},"FormattedSequenceNumber":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"RelationId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Summary":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"TicketTypeId":{"format":"uuid","type":"string"}},"type":"object"},"TicketType":{"additionalProperties":false,"properties":{"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionText":{"maxLength":200,"type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameText":{"maxLength":100,"type":"string","x-nullable":true},"Parameters":{"items":{"$ref":"#/definitions/TicketTypeParameter"},"type":"array","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketTypeParameter":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsAutoTimestampInClientResolution":{"type":"boolean"},"IsAutoTimestampInDescription":{"type":"boolean"},"IsAutoTimestampInTechnicalResolution":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsSummaryGenerated":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ResolutionDateStatusId":{"format":"uuid","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"SystemFieldData":{"items":{"$ref":"#/definitions/SystemFieldData"},"type":"array","x-nullable":true},"TakingChargeDateStatusId":{"format":"uuid","type":"string"},"TicketTypeId":{"format":"uuid","type":"string"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketTypeParameterViewModel":{"additionalProperties":false,"description":"For the Select and Save behavior","properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"CreatedBy":{"type":"string","x-nullable":true},"CreatedDateTime":{"format":"date-time","type":"string"},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsAutoTimestampInClientResolution":{"type":"boolean"},"IsAutoTimestampInDescription":{"type":"boolean"},"IsAutoTimestampInTechnicalResolution":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsSummaryGenerated":{"type":"boolean"},"LastModifiedBy":{"type":"string","x-nullable":true},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"ResolutionDateStatusId":{"format":"uuid","type":"string"},"SequenceNumber":{"type":"string","x-nullable":true},"SystemFieldData":{"items":{"$ref":"#/definitions/SystemFieldDataViewModel"},"type":"array","x-nullable":true},"TakingChargeDateStatusId":{"format":"uuid","type":"string"},"TicketTypeId":{"format":"uuid","type":"string"}},"type":"object"},"TicketWorkflow":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"ConditionGroups":{"items":{"$ref":"#/definitions/TicketWorkflowConditionGroup"},"type":"array","x-nullable":true},"ConditionResult":{"type":"boolean","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"IaActions":{"items":{"$ref":"#/definitions/IaAction"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"InsertedDate":{"format":"date-time","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsBlocking":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsDone":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReady":{"type":"boolean"},"IsSubWorkflowDone":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"ParentConditionResult":{"type":"boolean","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"RelatedTicketId":{"format":"uuid","type":"string","x-nullable":true},"RequestId":{"format":"uuid","type":"string","x-nullable":true},"RequestTemplateId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"StatusCode":{"type":"string","x-nullable":true},"Step":{"format":"int32","type":"integer"},"SubWorkflows":{"items":{"$ref":"#/definitions/TicketWorkflow"},"type":"array","x-nullable":true},"TaskTemplateId":{"format":"uuid","type":"string","x-nullable":true},"TaskTemplateOwnerId":{"format":"uuid","type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"Type":{"enum":["0 - Task","1 - Request","2 - Condition","3 - Action"],"format":"int32","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TicketWorkflowConditionGroup":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"IaConditions":{"items":{"$ref":"#/definitions/IaCondition"},"type":"array","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsDeleted":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"LogicalOperator":{"enum":["0 - And","1 - Or"],"format":"int32","type":"integer"},"Step":{"format":"int32","type":"integer"},"TicketWorkflowId":{"format":"uuid","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"TicketWorkflowViewModel":{"additionalProperties":false,"properties":{"Actions":{"items":{"$ref":"#/definitions/IaActionsViewModel"},"type":"array","x-nullable":true},"AssignedResources":{"items":{"type":"string"},"type":"array","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ConditionGroups":{"items":{"$ref":"#/definitions/IaConditionGroupViewModel"},"type":"array","x-nullable":true},"ConditionResult":{"type":"boolean","x-nullable":true},"Description":{"type":"string","x-nullable":true},"DueDate":{"format":"date-time","type":"string","x-nullable":true},"EnglishName":{"type":"string","x-nullable":true},"FrenchName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"InsertedDate":{"format":"date-time","type":"string","x-nullable":true},"IsApproval":{"type":"boolean"},"IsBlocking":{"type":"boolean","x-nullable":true},"IsDone":{"type":"boolean"},"IsDraft":{"type":"boolean"},"IsReady":{"type":"boolean","x-nullable":true},"IsTask":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"Name":{"type":"string","x-nullable":true},"NameId":{"format":"uuid","type":"string","x-nullable":true},"ParentConditionResult":{"type":"boolean","x-nullable":true},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"PrincipalApprover":{"type":"string","x-nullable":true},"PrincipalResource":{"type":"string","x-nullable":true},"Queue":{"type":"string","x-nullable":true},"RelatedSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"RelatedTicketId":{"format":"uuid","type":"string","x-nullable":true},"RequestTemplateId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"Status":{"type":"string","x-nullable":true},"StatusCode":{"type":"string","x-nullable":true},"StatusId":{"format":"uuid","type":"string"},"Step":{"format":"int32","type":"integer"},"SubWorkflows":{"items":{"$ref":"#/definitions/TicketWorkflowViewModel"},"type":"array","x-nullable":true},"Summary":{"type":"string","x-nullable":true},"TaskTemplateId":{"format":"uuid","type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"Type":{"enum":["0 - Task","1 - Request","2 - Condition","3 - Action"],"format":"int32","type":"integer"}},"type":"object"},"TicketsAdvancedSearchCriteria":{"additionalProperties":false,"properties":{"CategoryId":{"format":"uuid","type":"string","x-nullable":true},"ClientFirstName":{"type":"string","x-nullable":true},"ClientLastName":{"type":"string","x-nullable":true},"ClosedAfter":{"format":"date-time","type":"string","x-nullable":true},"ClosedBefore":{"format":"date-time","type":"string","x-nullable":true},"CreatedAfter":{"format":"date-time","type":"string","x-nullable":true},"CreatedBefore":{"format":"date-time","type":"string","x-nullable":true},"Description":{"type":"string","x-nullable":true},"DueAfter":{"format":"date-time","type":"string","x-nullable":true},"DueBefore":{"format":"date-time","type":"string","x-nullable":true},"EndDate":{"format":"date-time","type":"string","x-nullable":true},"EnterpriseName":{"type":"string","x-nullable":true},"PriorityId":{"format":"uuid","type":"string","x-nullable":true},"QueueId":{"format":"uuid","type":"string","x-nullable":true},"ResourceId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"StartDate":{"format":"date-time","type":"string","x-nullable":true},"StatusCode":{"type":"string","x-nullable":true},"StatusId":{"format":"uuid","type":"string","x-nullable":true},"Summary":{"type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true}},"type":"object"},"TicketsCriteria":{"additionalProperties":false,"properties":{"AdvancedSearchCriteria":{"$ref":"#/definitions/TicketsAdvancedSearchCriteria"},"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"CIId":{"format":"uuid","type":"string","x-nullable":true},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"Columns":{"items":{"$ref":"#/definitions/CustomGridDataDto"},"type":"array","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"EnterpriseId":{"format":"uuid","type":"string","x-nullable":true},"ExcludeMasterC2Client":{"type":"boolean"},"FieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"FieldDefinitionIdFilter":{"format":"uuid","type":"string","x-nullable":true},"FilterCriteria":{"$ref":"#/definitions/EntityCriteria"},"FormFields":{"type":"string","x-nullable":true},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GridPreference":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"GroupByColumn":{"type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"HasFilters":{"type":"boolean"},"HasTimesheet":{"type":"boolean"},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IgnoreQueues":{"type":"boolean"},"IncludeDraftTickets":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"IncludeParents":{"type":"boolean"},"IsExport":{"type":"boolean"},"IsSimpleSearch":{"type":"boolean"},"OnlyAssignedToMe":{"type":"boolean"},"OnlyAssignedToMeOrMyGroups":{"type":"boolean"},"OnlyAssignedToMeRessource":{"type":"boolean"},"OnlyAssignedToMyGroups":{"type":"boolean"},"OnlyClosedTickets":{"type":"boolean"},"OnlyDraftTickets":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"OnlyNewTickets":{"type":"boolean"},"OnlyOpenedTickets":{"type":"boolean"},"OnlyParents":{"type":"boolean"},"OnlyPublicTickets":{"type":"boolean"},"OnlyTicketsWithFollowUpDate":{"type":"boolean"},"OnlyTicketsWithUnreadNote":{"type":"boolean"},"Queues":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"ResourceId":{"format":"uuid","type":"string","x-nullable":true},"ResourceIds":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"SearchFilterId":{"format":"uuid","type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"TicketTypeId":{"format":"uuid","type":"string","x-nullable":true},"TicketTypes":{"items":{"format":"uuid","type":"string"},"type":"array","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"Timesheet":{"additionalProperties":false,"properties":{"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"BillableOvertime":{"format":"int32","type":"integer"},"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"Comment":{"type":"string","x-nullable":true},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"Duration":{"format":"int32","type":"integer"},"EndedAt":{"format":"date-time","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"StartedAt":{"format":"date-time","type":"string"},"TicketBillableDuration":{"format":"int32","type":"integer","x-nullable":true},"TicketBillableOvertime":{"format":"int32","type":"integer","x-nullable":true},"TicketDifferenceDuration":{"format":"int32","type":"integer","x-nullable":true},"TicketDuration":{"format":"int32","type":"integer","x-nullable":true},"TicketId":{"format":"uuid","type":"string"},"TicketTotalBillableDuration":{"format":"int32","type":"integer","x-nullable":true},"TicketTotalBillableOvertime":{"format":"int32","type":"integer","x-nullable":true},"TicketTotalDuration":{"format":"int32","type":"integer","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"TimesheetCriteria":{"additionalProperties":false,"properties":{"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"From":{"format":"date-time","type":"string"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"ResourceId":{"format":"uuid","type":"string"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"To":{"format":"date-time","type":"string"},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"UnavailabilityReason":{"additionalProperties":false,"properties":{"ApiCallTemplate":{"$ref":"#/definitions/ApiCallTemplate"},"C2ClientId":{"format":"uuid","type":"string"},"CI":{"$ref":"#/definitions/CI"},"CICategory":{"$ref":"#/definitions/CICategory"},"CIFolder":{"$ref":"#/definitions/CIFolder"},"Catalog":{"$ref":"#/definitions/Catalog"},"ClusterId":{"format":"int32","type":"integer"},"Code":{"type":"string","x-nullable":true},"CommonListId":{"format":"uuid","type":"string"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"DescriptionId":{"format":"uuid","type":"string","x-nullable":true},"DescriptionLocalized":{"type":"string","x-nullable":true},"FieldSection":{"$ref":"#/definitions/FieldSection"},"FieldSectionTemplate":{"$ref":"#/definitions/FieldSectionTemplate"},"Form":{"$ref":"#/definitions/Form"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"GridTemplate":{"$ref":"#/definitions/GridTemplate"},"Group":{"$ref":"#/definitions/Group"},"Holiday":{"$ref":"#/definitions/Holiday"},"IaFolder":{"$ref":"#/definitions/IaFolder"},"IaProcess":{"$ref":"#/definitions/IaProcess"},"Id":{"format":"uuid","type":"string"},"ImagePath":{"type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsDeletable":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsReadOnly":{"type":"boolean"},"LabelDto":{"$ref":"#/definitions/LabelDto"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListFilter":{"$ref":"#/definitions/ListFilter"},"ListItemViewEN":{"$ref":"#/definitions/ListItemViewEN"},"ListItemViewFR":{"$ref":"#/definitions/ListItemViewFR"},"NameId":{"format":"uuid","type":"string","x-nullable":true},"NameLocalized":{"type":"string","x-nullable":true},"NameText":{"type":"string","x-nullable":true},"Notification":{"$ref":"#/definitions/Notification"},"ParentId":{"format":"uuid","type":"string","x-nullable":true},"Priority":{"$ref":"#/definitions/Priority"},"Request":{"$ref":"#/definitions/Request"},"RestrictAssociation":{"type":"boolean"},"SearchFilter":{"$ref":"#/definitions/SearchFilter"},"SequenceNumber":{"format":"int64","type":"integer"},"Snapshot":{"$ref":"#/definitions/Snapshot"},"StaticListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"Status":{"$ref":"#/definitions/Status"},"SubItems":{"items":{"$ref":"#/definitions/ListItem"},"type":"array","x-nullable":true},"TaskTemplate":{"$ref":"#/definitions/TaskTemplate"},"Template":{"$ref":"#/definitions/Template"},"Variable":{"$ref":"#/definitions/Variable"},"View":{"$ref":"#/definitions/View"},"Webhook":{"$ref":"#/definitions/Webhook"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"UpdateCIPropertiesParameters":{"additionalProperties":false,"properties":{"BypassLock":{"type":"boolean","x-nullable":true},"CICategoryPrefix":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ManualCINumber":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"Properties":{"items":{"$ref":"#/definitions/Property"},"type":"array","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"UpdateCIPropertyParameters":{"additionalProperties":false,"properties":{"Action":{"enum":["0 - Add","1 - Remove"],"format":"int32","type":"integer"},"BypassLock":{"type":"boolean","x-nullable":true},"CICategoryPrefix":{"type":"string","x-nullable":true},"Culture":{"type":"string","x-nullable":true},"CustomFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"CustomFieldTag":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"ManualCINumber":{"type":"string","x-nullable":true},"NavigationPropertyName":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"PropertyName":{"type":"string","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SystemFieldId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"UpdateClientPropertiesParameters":{"additionalProperties":false,"properties":{"BypassLock":{"type":"boolean","x-nullable":true},"ClientUserName":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"Properties":{"items":{"$ref":"#/definitions/Property"},"type":"array","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"UpdateClientPropertyParameters":{"additionalProperties":false,"properties":{"Action":{"enum":["0 - Add","1 - Remove"],"format":"int32","type":"integer"},"BypassLock":{"type":"boolean","x-nullable":true},"ClientUserName":{"type":"string","x-nullable":true},"Culture":{"type":"string","x-nullable":true},"CustomFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"CustomFieldTag":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"NavigationPropertyName":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"PropertyName":{"type":"string","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SystemFieldId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"UpdateDetailsTimesheetRequestParameters":{"additionalProperties":false,"properties":{"BankedHourId":{"format":"uuid","type":"string","x-nullable":true},"BillableOvertime":{"format":"int32","type":"integer"},"Comment":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"UpdateEnterprisePropertyParameters":{"additionalProperties":false,"properties":{"Action":{"enum":["0 - Add","1 - Remove"],"format":"int32","type":"integer"},"BypassLock":{"type":"boolean","x-nullable":true},"Culture":{"type":"string","x-nullable":true},"CustomFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"CustomFieldTag":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"NavigationPropertyName":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"PropertyName":{"type":"string","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SystemFieldId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"UpdateLanguageRequestParameters":{"additionalProperties":false,"properties":{"Language":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"UpdatePortalApprovalRequestParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"ViewModel":{"$ref":"#/definitions/PortalApprovalViewModel"}},"type":"object"},"UpdatePropertiesParameters":{"additionalProperties":false,"properties":{"BypassLock":{"type":"boolean","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"Properties":{"items":{"$ref":"#/definitions/Property"},"type":"array","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"UpdatePropertyParameters":{"additionalProperties":false,"properties":{"Action":{"enum":["0 - Add","1 - Remove"],"format":"int32","type":"integer"},"BypassLock":{"type":"boolean","x-nullable":true},"Culture":{"type":"string","x-nullable":true},"CustomFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"CustomFieldTag":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"NavigationPropertyName":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"PropertyName":{"type":"string","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SystemFieldId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"UpdateResourcePropertiesParameters":{"additionalProperties":false,"properties":{"BypassLock":{"type":"boolean","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"Properties":{"items":{"$ref":"#/definitions/Property"},"type":"array","x-nullable":true},"ResourceUserName":{"type":"string","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"UpdateResourcePropertyParameters":{"additionalProperties":false,"properties":{"Action":{"enum":["0 - Add","1 - Remove"],"format":"int32","type":"integer"},"BypassLock":{"type":"boolean","x-nullable":true},"Culture":{"type":"string","x-nullable":true},"CustomFieldDefinitionId":{"format":"uuid","type":"string","x-nullable":true},"CustomFieldSequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"CustomFieldTag":{"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"NavigationPropertyName":{"type":"string","x-nullable":true},"Password":{"type":"string","x-nullable":true},"PropertyName":{"type":"string","x-nullable":true},"ResourceUserName":{"type":"string","x-nullable":true},"Selector":{"$ref":"#/definitions/EntitySelector"},"SequenceNumber":{"format":"int64","type":"integer","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"SystemFieldId":{"format":"uuid","type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true},"Value":{"type":"string","x-nullable":true}},"type":"object"},"UserEvent":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"Clients":{"items":{"$ref":"#/definitions/UserEventClient"},"type":"array","x-nullable":true},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"EmailId":{"format":"uuid","type":"string","x-nullable":true},"FilledFormId":{"format":"uuid","type":"string","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"IsSynchronousProcess":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"NoteId":{"format":"uuid","type":"string","x-nullable":true},"Parameters":{"type":"string","x-nullable":true},"RelatedKBItemId":{"format":"uuid","type":"string","x-nullable":true},"RelatedKbNumber":{"type":"string","x-nullable":true},"RelatedTicketId":{"format":"uuid","type":"string","x-nullable":true},"RelatedTicketNumber":{"format":"int64","type":"integer","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"},"TicketId":{"format":"uuid","type":"string","x-nullable":true},"Title":{"type":"string","x-nullable":true},"TitleLabelId":{"format":"uuid","type":"string","x-nullable":true},"UserEventType":{"enum":["0 - Note","1 - Email","2 - Assigned","3 - TicketCreated","4 - TicketModified","5 - UserDisconnected","6 - SendChatMessage","7 - QueueCountChanged","8 - ListItemAdded","9 - CIModified","10 - IncomingCall","11 - NotificationsAreReady","12 - NotificationsClearing","13 - SendUserEventAction","14 - ResourceStateChanged","15 - MailSenderError","16 - ClientModified","17 - ChannelDeleted","18 - ChannelAdded","19 - EnterpriseModified","20 - ChatFromPortalInitiated","21 - ChatFromPortalAccepted","22 - ChatPortalModeEnded","23 - ResourceModified","24 - Lock","25 - Unlock","26 - TokenExpired","27 - C2UpdateChanged","28 - IaEvaluationStatChanged","29 - IaExecutionStatChanged","30 - MailReaderStatusChanged","31 - KbItemChanged","32 - Logout"],"format":"int32","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime"],"type":"object"},"UserEventClient":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedDateTime":{"format":"date-time","type":"string"},"EventId":{"format":"uuid","type":"string"},"Id":{"format":"uuid","type":"string"},"IsRead":{"type":"boolean"},"LastModifiedDateTime":{"format":"date-time","type":"string"}},"required":["CreatedDateTime","LastModifiedDateTime"],"type":"object"},"UserEventSearchCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"ReadUnread":{"enum":["0 - Unread","1 - Read","2 - All"],"format":"int32","type":"integer"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true},"UserEventType":{"enum":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32],"format":"int32","type":"integer","x-nullable":true}},"type":"object"},"UserPreferencesOverrideRequestParameters":{"additionalProperties":false,"properties":{"GroupId":{"format":"uuid","type":"string"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"Types":{"items":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"type":"array","x-nullable":true},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"UserPreferencesViewModel":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"C2ClientOwner":{"type":"boolean"},"ClientId":{"format":"uuid","type":"string"},"CreatedOn":{"format":"date-time","type":"string"},"FilterId":{"format":"uuid","type":"string","x-nullable":true},"GroupId":{"format":"uuid","type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string","x-nullable":true},"IsActive":{"type":"boolean"},"IsPublic":{"type":"boolean"},"SequenceNumber":{"type":"string","x-nullable":true},"Type":{"enum":["0 - System","1 - PreferencesManager","2 - ClientSearchFields","3 - CIGrid","4 - Dashboard","5 - TicketGrid","6 - CIForm","7 - TicketDetail","8 - ShowGroupingColumns","10 - WidgetVisibility","11 - NotificationMode","12 - SaveOptions","13 - NotificationOptions","14 - AutomaticClientFilter","15 - CISearchFields","16 - ClientSearchPageSizes","17 - Intro","18 - SearchTicketGrid","19 - SearchCIGrid","20 - GridTemplateTicket","21 - GridTemplateCI","22 - CISearchPageSizes","23 - ClientGrid","24 - GridTemplateClient","25 - ClientSearchGrid","26 - TicketFilter","27 - Cmdb","28 - EnterpriseGrid","29 - EnterpriseSearchGrid","30 - SearchFilterClient","31 - SearchFilterEnterprise","32 - SearchFilterCI","33 - WidgetClient","34 - WidgetEnterprise","35 - WidgetCI","36 - Export","37 - PortalGrid","38 - PortalFilter","39 - PortalWidget","40 - DarkTheme","41 - ClientSearchTemplate"],"format":"int32","type":"integer"},"Value":{"type":"string","x-nullable":true}},"type":"object"},"UserProfileViewModel":{"additionalProperties":false,"properties":{"EmailAddress":{"type":"string","x-nullable":true},"FirstName":{"type":"string","x-nullable":true},"HasNamedLicense":{"type":"boolean"},"LastName":{"type":"string","x-nullable":true},"UserName":{"type":"string","x-nullable":true}},"type":"object"},"UserSessionOnLoadParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"SignalRConnectionId":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ValidateAzureClientSecretParameters":{"additionalProperties":false,"properties":{"ClientId":{"description":"Application (client) ID","type":"string","x-nullable":true},"ClientSecret":{"description":"Client secret","type":"string","x-nullable":true},"TenantId":{"description":"Tenant ID","type":"string","x-nullable":true}},"type":"object"},"ValidateAzureClientSecretViewModel":{"additionalProperties":false,"properties":{"ErrorMessage":{"type":"string","x-nullable":true},"IsValid":{"type":"boolean"}},"type":"object"},"ValidateAzureClientSecretViewModelAPIResponse":{"additionalProperties":false,"properties":{"Data":{"$ref":"#/definitions/ValidateAzureClientSecretViewModel"},"Message":{"$ref":"#/definitions/Message"},"StackTrace":{"type":"string","x-nullable":true},"Status":{"enum":["0 - Success","1 - Error","2 - ErrorTokenExpired","3 - Warning"],"format":"int32","type":"integer"},"Time":{"format":"date-time","type":"string"}},"type":"object"},"ValidateOAuth2ConfigurationParameters":{"additionalProperties":false,"properties":{"OAuth2Configuration":{"$ref":"#/definitions/OAuth2ConfigurationDto"},"Password":{"type":"string","x-nullable":true},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"ValidateSaml2ConfigurationParameters":{"additionalProperties":false,"properties":{"Password":{"type":"string","x-nullable":true},"Saml2Configuration":{"$ref":"#/definitions/Saml2ConfigurationDto"},"SignalrConnectionId":{"type":"string","x-nullable":true},"Token":{"description":"Read-only Token supplied by request, converted to IToken.","format":"uuid","readOnly":true,"type":"string"},"UserName":{"description":"Otherwise the username and password themselves.","type":"string","x-nullable":true},"UserToken":{"description":"Token supplied by request as String.","type":"string","x-nullable":true}},"type":"object"},"Variable":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"CustomFields":{"items":{"$ref":"#/definitions/CustomFieldData"},"type":"array","x-nullable":true},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SequenceNumber":{"format":"int64","type":"integer"},"Tag":{"maxLength":64,"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"VariableValueDto":{"additionalProperties":false,"properties":{"CustomField":{"$ref":"#/definitions/CustomFieldDataDto"},"VariableId":{"format":"uuid","type":"string"}},"type":"object"},"VariablesCriteria":{"additionalProperties":false,"properties":{"DoNotRetrieveTotalCount":{"type":"boolean"},"EndIndex":{"format":"int32","type":"integer"},"ExcludeMasterC2Client":{"type":"boolean"},"FromDate":{"format":"date-time","type":"string","x-nullable":true},"GroupByColumn":{"type":"string","x-nullable":true},"IgnoreCriteria":{"type":"boolean"},"IgnorePaging":{"type":"boolean"},"IncludeFieldDefinition":{"type":"boolean"},"IncludeInactives":{"type":"boolean"},"OnlyInactives":{"type":"boolean"},"SortBy":{"items":{"$ref":"#/definitions/SortingInfo"},"type":"array","x-nullable":true},"SortingColumn":{"type":"string","x-nullable":true},"SortingDirection":{"enum":["0 - None","1 - Ascending","2 - Descending"],"format":"int32","type":"integer"},"StartIndex":{"format":"int32","type":"integer"},"TextFilter":{"type":"string","x-nullable":true},"ToDate":{"format":"date-time","type":"string","x-nullable":true}},"type":"object"},"VerifySubdomainInUseParameters":{"additionalProperties":false,"properties":{"Subdomain":{"type":"string","x-nullable":true}},"type":"object"},"View":{"additionalProperties":false,"properties":{"C2ClientId":{"format":"uuid","type":"string"},"CanSelectFavorites":{"type":"boolean"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"KanbanFieldDefinitionId":{"format":"uuid","type":"string"},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"SearchFilterId":{"format":"uuid","type":"string"},"SequenceNumber":{"format":"int64","type":"integer"},"ShowFavorites":{"type":"boolean"},"Url":{"type":"string","x-nullable":true}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"WebHookCreateTicketRequestViewModel":{"additionalProperties":false,"properties":{"Request":{"type":"string","x-nullable":true},"Summary":{"type":"string","x-nullable":true}},"type":"object"},"Webhook":{"additionalProperties":false,"properties":{"Actions":{"items":{"$ref":"#/definitions/IaAction"},"type":"array","x-nullable":true},"C2ClientId":{"format":"uuid","type":"string"},"ClusterId":{"format":"int32","type":"integer"},"CreatedBy":{"maxLength":100,"type":"string"},"CreatedDateTime":{"format":"date-time","type":"string"},"CreatedDateTimeUTC":{"format":"date-time","readOnly":true,"type":"string"},"FormattedSequenceNumber":{"readOnly":true,"type":"string","x-nullable":true},"Id":{"format":"uuid","type":"string"},"IsActive":{"type":"boolean"},"IsDeleted":{"type":"boolean"},"IsNew":{"type":"boolean"},"JPathSelector":{"type":"string","x-nullable":true},"LastModifiedBy":{"maxLength":100,"type":"string"},"LastModifiedDateTime":{"format":"date-time","type":"string"},"ListType":{"enum":["0 - Group","1 - Queue","2 - Category","3 - Origin","4 - Level","5 - BusinessService","6 - ResolutionType","7 - Country","8 - SupportedCultures","9 - EventClosingReason","10 - TicketClosingReason","11 - TicketType","12 - Request","13 - Service","14 - TaskTemplate","15 - CIFolder","16 - CICategory","17 - CIState","18 - CIType","19 - CI","20 - EmailTemplate","21 - Catalog","22 - ClientRole","23 - Impact","24 - Urgency","25 - Priority","26 - TicketState","27 - IaActions","28 - IaProcesses","29 - IaFolder","30 - Forms","31 - SearchFilters","32 - Notification","33 - ChangeType","34 - Holiday","35 - FieldSection","36 - FieldSectionTemplate","37 - Custom","38 - ListFilter","39 - KnowledgeBase","40 - NoteType","41 - UnavailabilityReason","42 - Status","43 - PrintTemplate","44 - CICategoryRelation","45 - NotificationType","46 - ResourceState","47 - View","48 - GridTemplate","49 - ApiCallTemplate","50 - Variable","51 - WebHook","52 - ReportV2","53 - Snapshot","54 - BankedHours","55 - NormalizedField","56 - ClientCredential"],"format":"int32","readOnly":true,"type":"integer"},"RegexFilter":{"type":"string","x-nullable":true},"SequenceNumber":{"format":"int64","type":"integer"}},"required":["CreatedBy","CreatedDateTime","IsActive","IsDeleted","LastModifiedBy","LastModifiedDateTime","ListItem"],"type":"object"},"ZapierWebHookCreateTicketResponseViewModel":{"additionalProperties":false,"properties":{"SequenceNumber":{"format":"int64","type":"integer"}},"type":"object"},"ZapierWebHookViewModel":{"additionalProperties":false,"properties":{"Id":{"format":"uuid","type":"string","x-nullable":true},"event":{"type":"string","x-nullable":true},"name":{"type":"string","x-nullable":true},"target_url":{"type":"string","x-nullable":true}},"type":"object"}},"securityDefinitions":{"BasicAuth":{"description":"Basic auth authentication","type":"basic"},"CookieAuth":{"description":"User token in cookie","in":"cookie","name":"UserToken","type":"apiKey"}},"security":[{"CookieAuth":[]},{"BasicAuth":[]}],"x-components":{}}