Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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

Allows the retrieval of a single external system type.

This resource supports the following methods: GET

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

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

Status Code

200 - OK