Returns the active issue with the given Id
GET {{baseUrl}}/api/v1/issues/:id?select=<string>
Returns the active issue (state=CREATED
) associated with the account (retrieved from the request headers) and with given Id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
select | string | The select query parameter is used to limit the properties returned with a resource or collection-level GET. | |
Multiple properties can be listed to be returned. The server must only return the set of properties requested by the client. | |||
The property “select” is the name of the select query parameter; its value is the list of properties to return separated by commas. | |||
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","additionalDetails":{"consoleUri":"\u003cstring\u003e"},"body":"\u003cstring\u003e","category":"\u003cstring\u003e","clearedAt":"\u003cdateTime\u003e","createdAt":"\u003cdateTime\u003e","customerId":"\u003cstring\u003e","generation":"\u003cstring\u003e","issueType":"\u003cstring\u003e","lastOccurredAt":"\u003cdateTime\u003e","name":"\u003cstring\u003e","occurrenceCount":"\u003cinteger\u003e","relatedResource":{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},"relatedResourceOwner":{"type":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","name":"\u003cstring\u003e"},"resourceUri":"\u003cstring\u003e","ruleId":"\u003cstring\u003e","severity":"\u003cstring\u003e","state":"\u003cstring\u003e","title":"\u003cstring\u003e","type":"\u003cstring\u003e"}