Kataloge
Zugeordnete Entitäten
Version 1.2
get
Autorisierungen
Abfrageparameter
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Antworten
200
OK
400
Bad Request
401
Unauthorized
get
/openwowi/v1.2/CommunicationCatalog/TicketAssignmentEntityGET /openwowi/v1.2/CommunicationCatalog/TicketAssignmentEntity HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Ticket Priorität
Version 1.2
get
Autorisierungen
Abfrageparameter
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Antworten
200
OK
400
Bad Request
401
Unauthorized
get
/openwowi/v1.2/CommunicationCatalog/TicketPriorityGET /openwowi/v1.2/CommunicationCatalog/TicketPriority HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Ticket Quellen
Version 1.2
get
Autorisierungen
Abfrageparameter
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Antworten
200
OK
400
Bad Request
401
Unauthorized
get
/openwowi/v1.2/CommunicationCatalog/TicketSourceGET /openwowi/v1.2/CommunicationCatalog/TicketSource HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Ticket Status
Version 1.2
get
Autorisierungen
Abfrageparameter
apiKeystringOptional
showNullValuesbooleanOptionalDefault:
false
Antworten
200
OK
400
Bad Request
401
Unauthorized
get
/openwowi/v1.2/CommunicationCatalog/TicketStatusGET /openwowi/v1.2/CommunicationCatalog/TicketStatus HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Code": "text"
}
]
Zuletzt aktualisiert