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).
Status | Description |
---|---|
200 - OK | Returned if the request was completed successfully. |
Example - Get a single external system type
An example of retrieving a single external system type.
Request Headers
Key | Value | Description |
---|---|---|
Content-type | application/json | |
Accept | application/json |
Request Parameters
Key | Value | Description |
---|---|---|
{id} | Jira | The ID of the external system type. |
Response Headers
Key | Value | Description |
---|---|---|
Content-Type | application/json; charset=utf-8 |
Response Body
{ "Id": "Jira", "Name": "Jira", "Categories": [ "DefectTracker" ], "Self": "http://localhost/api/externalsystemtype/Jira" }
Status Code
200 - OK