Kataloge

Zugeordnete Entitäten

Version 1.2


GET/openwowi/v1.2/CommunicationCatalog/TicketAssignmentEntity
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/CommunicationCatalog/TicketAssignmentEntity', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Ticket Priorität

Version 1.2


GET/openwowi/v1.2/CommunicationCatalog/TicketPriority
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/CommunicationCatalog/TicketPriority', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Ticket Quellen

Version 1.2


GET/openwowi/v1.2/CommunicationCatalog/TicketSource
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/CommunicationCatalog/TicketSource', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Ticket Status

Version 1.2


GET/openwowi/v1.2/CommunicationCatalog/TicketStatus
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
Codenullable string
Request
const response = await fetch('/openwowi/v1.2/CommunicationCatalog/TicketStatus', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "Code": "text"
  }
]

Last updated