Skip to content

Retrieve user agent details for an issue

GET
/api/v4/projects/{id}/issues/{issue_iid}/user_agent_detail

Retrieves user agent details for an issue.

id
required
One of:
string

The ID or URL-encoded path of the project

issue_iid
required
integer

The internal ID of a project issue

OK

Media type application/json
object
user_agent
string
ip_address
string
akismet_submitted
boolean
Example
{
"user_agent": "AppleWebKit/537.36",
"ip_address": "127.0.0.1",
"akismet_submitted": false
}

Bad Request

Not Found