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

KeyDatatypeRequiredDescription
selectstringThe 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;additionalDetails&quot;:{&quot;consoleUri&quot;:&quot;\u003cstring\u003e&quot;},&quot;body&quot;:&quot;\u003cstring\u003e&quot;,&quot;category&quot;:&quot;\u003cstring\u003e&quot;,&quot;clearedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;generation&quot;:&quot;\u003cstring\u003e&quot;,&quot;issueType&quot;:&quot;\u003cstring\u003e&quot;,&quot;lastOccurredAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;occurrenceCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;relatedResource&quot;:{&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},&quot;relatedResourceOwner&quot;:{&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;ruleId&quot;:&quot;\u003cstring\u003e&quot;,&quot;severity&quot;:&quot;\u003cstring\u003e&quot;,&quot;state&quot;:&quot;\u003cstring\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}