Resource: External System Type ( /api/externalsystemtype/{id} )

Allows the retrieval of a single external system type.

Methods

GET


Retrieves a single external system type.

Status Codes

These are the expected status codes returned by the service - in addition, some other status codes may be returned if either an internal error occurs or there is an authentication issue (such as an expired OAuth token).

StatusDescription
200 - OKReturned if the request was completed successfully.

Example - Get a single external system type

An example of retrieving a single external system type.

Request Headers

KeyValueDescription
Content-typeapplication/json
Acceptapplication/json

Request Parameters

KeyValueDescription
{id}JiraThe ID of the external system type.

Response Headers

KeyValueDescription
Content-Typeapplication/json; charset=utf-8

Response Body

{
  "Id": "Jira",
  "Name": "Jira",
  "Categories": [
    "DefectTracker"
  ],
  "Self": "http://localhost/api/externalsystemtype/Jira"
}

Status Code

200 - OK

  • No labels