Kataloge
Zugeordnete Entitäten
Version 1.2
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
falseAntworten
200
OK
Idinteger · int32Optional
Codestring · nullableOptional
400
Bad Request
401
Unauthorized
get/openwowi/v1.2/CommunicationCatalog/TicketAssignmentEntity
GET /openwowi/v1.2/CommunicationCatalog/TicketAssignmentEntity HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]Ticket Priorität
Version 1.2
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
falseAntworten
200
OK
Idinteger · int32Optional
Codestring · nullableOptional
400
Bad Request
401
Unauthorized
get/openwowi/v1.2/CommunicationCatalog/TicketPriority
GET /openwowi/v1.2/CommunicationCatalog/TicketPriority HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]Ticket Quellen
Version 1.2
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
falseAntworten
200
OK
Idinteger · int32Optional
Codestring · nullableOptional
IsPersonMandatorybooleanOptional
IsSubjectMandatorybooleanOptional
IsContentMandatorybooleanOptional
IncomingSourceOnlybooleanOptional
AllowTicketCreationForApiKeybooleanOptional
400
Bad Request
401
Unauthorized
get/openwowi/v1.2/CommunicationCatalog/TicketSource
GET /openwowi/v1.2/CommunicationCatalog/TicketSource HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"TicketSourceClassification": {
"Id": 1,
"Code": "text"
},
"DefaultTicketPriority": {
"Id": 1,
"Code": "text"
},
"DefaultTicketStatus": {
"Id": 1,
"Code": "text",
"AssignedStatusFunction": {
"StatusNew": true,
"StatusOpened": true,
"StatusClosed": true
}
},
"IsPersonMandatory": true,
"IsSubjectMandatory": true,
"IsContentMandatory": true,
"IncomingSourceOnly": true,
"DefaultTicketStatusDuringProcessing": {
"Id": 1,
"Code": "text",
"AssignedStatusFunction": {
"StatusNew": true,
"StatusOpened": true,
"StatusClosed": true
}
},
"AllowTicketCreationForApiKey": true,
"AvailableTicketStatus": [
{
"Id": 1,
"Code": "text",
"AssignedStatusFunction": {
"StatusNew": true,
"StatusOpened": true,
"StatusClosed": true
}
}
]
}
]Ticket Status
Version 1.2
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
falseAntworten
200
OK
Idinteger · int32Optional
Codestring · nullableOptional
400
Bad Request
401
Unauthorized
get/openwowi/v1.2/CommunicationCatalog/TicketStatus
GET /openwowi/v1.2/CommunicationCatalog/TicketStatus HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text",
"AssignedStatusFunction": {
"StatusNew": true,
"StatusOpened": true,
"StatusClosed": true
}
}
]Zuletzt aktualisiert
