Endpoint
/api/v2/tenants/{tenantId}/integrations/available/{intgId}/mappingAttr/{entityType}
Path Parameters
tenantId
string

intgId
string

entityType
string

Responses

OK

descendingOrder
boolean

nextPage
boolean

pageNo
integer

pageSize
integer

results
array

results.description
results.mapable
results.name
results.valueMapable
totalPages
integer

totalResults
integer

{
  "descendingOrder": false,
  "nextPage": false,
  "pageNo": 1,
  "pageSize": 10,
  "results": [
    {
      "description": "Assignee Group name of the Incident",
      "mapable": true,
      "name": "Assignee group name",
      "valueMapable": true
    },
    {
      "description": "Description of the incident",
      "mapable": true,
      "name": "Descritpion",
      "valueMapable": false
    },
    {
      "description": "Latest comment description",
      "mapable": true,
      "name": "Latest comment description",
      "valueMapable": false
    },
    {
      "description": "Ticket response external id",
      "mapable": true,
      "name": "TicketResponseId",
      "valueMapable": false
    },
    {
      "description": "Latest reponse",
      "mapable": true,
      "name": "Latest comment visible to customer",
      "valueMapable": true
    },
    {
      "description": "Priority of the incident",
      "mapable": true,
      "name": "Priority",
      "value": "Very Low,Low,Normal,High,Urgent",
      "valueMapable": true
    },
    {
      "description": "Status of the incident",
      "mapable": true,
      "name": "Status",
      "value": "Closed,New,On Hold,Open,Pending,Resolved",
      "valueMapable": true
    },
    {
      "description": "Subject of the incident",
      "mapable": true,
      "name": "Subject",
      "valueMapable": false
    }
  ],
  "totalPages": 1,
  "totalResults": 8
}
{
  "descendingOrder": false,
  "nextPage": true,
  "nextPageNo": 2,
  "pageNo": 1,
  "pageSize": 5,
  "results": [
    {
      "description": "Alert Time",
      "mapable": true,
      "name": "Alert time",
      "valueMapable": false
    },
    {
      "description": "Current state of the alert",
      "mapable": true,
      "name": "Alert state",
      "valueMapable": true
    },
    {
      "description": "Alert Description",
      "mapable": true,
      "name": "Alert description",
      "valueMapable": false
    },
    {
      "description": "Alert Name",
      "mapable": true,
      "name": "Alert Name",
      "valueMapable": false
    },
    {
      "description": "Alert ID of external source",
      "mapable": true,
      "name": "External alert ID",
      "valueMapable": false
    }
  ],
  "totalPages": 2,
  "totalResults": 8
}