Retrieve issue types configured for a message center based on message center ID

Overview

This API allows a customer to retrieve all issue types for a message center.

Permissions

All authenticated customers can access this API.

SecurityoAuthCustomer
Request
path Parameters
id
required
string

ID of the message center

Example: 3E8
query Parameters
$attribute
string

Server can be prompted to return additional attributes of resource representation using $attribute common query parameter.

Available values: all, subjects

Examples:
Attributes 'subjects' will be returned in server response.
$attribute=subjects
All the attributes will be returned in server response.
$attribute=all
header Parameters
Accept
required
string
Default: application/json

Content type accepted by client.

Enum: "application/json" "application/xml"
Accept-Language
required
string
Default: en-US

Language locale accepted by client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
Responses
200

OK

204

No content to return

  • This will happen if there are no issue types configured in the application for the message center.
400

Bad Request

401

Unauthorized

404

Not Found

  • This will happen if there are no issue types configured in the application for the message center.
  • Customer departmentalization setting is enabled, and the message center with the specified ID in the URI is not found in the department of the customer.
  • Message Center with the specified ID in the URI is disabled.
406

Not Acceptable

500

Internal server error

get/messagecenter/{id}/issuetype
Request samples
Response samples
application/json
{
  • "issueType": [
    ]
}