Measure logo
REST API ReferenceDashboard APIBug Reports

Fetch a bug report

GET/apps/{id}/bugReports/{bugReportId}

Fetch a bug report.

Authorization

bearerAuth
AuthorizationBearer <token>

User access token issued at sign-in. Sent as Authorization: Bearer <access-token> unless cookies are used to send tokens. The /auth/refresh and /auth/signout endpoints expect the session's refresh token in the same header format instead.

In: header

Path Parameters

id*string

App's UUID.

Formatuuid
bugReportId*string

Bug report Id.

Response Body

application/json

curl -X GET "https://example.com/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/bugReports/string"
{  "session_id": "a2768feb-59cd-433f-bf00-d36ab297eddb",  "app_id": "47cf0390-b11c-4e1f-8f8a-770bf9c159bb",  "event_id": "eaaa0100-0e27-4706-9705-53b5d0b537ef",  "status": 0,  "description": "This app sucks!",  "timestamp": "2024-11-18T14:14:41.622Z",  "updated_at": "2024-11-18T14:14:41.622Z",  "attribute": {    "installation_id": "00000000-0000-0000-0000-000000000000",    "app_version": "0.9.0-SNAPSHOT.debug",    "app_build": "900",    "device_name": "emu64a16k",    "device_model": "sdk_gphone16k_arm64",    "device_manufacturer": "Google",    "device_locale": "en-US",    "os_name": "android",    "os_version": "35",    "network_type": "wifi"  },  "user_defined_attribute": {    "discount": true,    "plan": "free"  },  "attachments": [    {      "id": "c2001daa-bdc6-476e-b896-0fd047fb2503",      "name": "screenshot.webp",      "type": "screenshot",      "key": "c2001daa-bdc6-476e-b896-0fd047fb2503.webp",      "location": "http://localhost:8080/attachments?payload=%2Fmsr-attachments-sandbox%2Fc2001daa-bdc6-476e-b896-0fd047fb2503.webp"    }  ]}
Empty
Empty
Empty
Empty
Empty

Think this page can be better?

Open an issue