{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/organizations/resolve-a-short-id/","result":{"data":{"openApi":{"id":"1b730dd5-dd62-5d0c-8c09-48539e763170","path":{"description":"This resolves a short ID to the project slug and internal issue ID.","method":"get","operationId":"Resolve a Short ID","summary":null,"tags":["Organizations"],"apiPath":"/api/0/organizations/{organization_slug}/shortids/{short_id}/","readableUrl":"/api/organizations/resolve-a-short-id/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization the short ID should be looked up in.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"short_id","in":"path","description":"The short ID to look up.","required":true}],"responses":[{"content":{"content_type":"application/json","example":"{\n  \"group\": {\n    \"annotations\": [],\n    \"assignedTo\": null,\n    \"count\": \"1\",\n    \"culprit\": \"raven.scripts.runner in main\",\n    \"firstSeen\": \"2018-11-06T21:19:55Z\",\n    \"hasSeen\": false,\n    \"id\": \"1\",\n    \"isBookmarked\": false,\n    \"isPublic\": false,\n    \"isSubscribed\": true,\n    \"lastSeen\": \"2018-11-06T21:19:55Z\",\n    \"level\": \"error\",\n    \"logger\": null,\n    \"metadata\": {\n      \"title\": \"This is an example Python exception\"\n    },\n    \"numComments\": 0,\n    \"permalink\": \"https://sentry.io/the-interstellar-jurisdiction/pump-station/issues/1/\",\n    \"project\": {\n      \"id\": \"2\",\n      \"name\": \"Pump Station\",\n      \"slug\": \"pump-station\"\n    },\n    \"shareId\": null,\n    \"shortId\": \"PUMP-STATION-1\",\n    \"status\": \"unresolved\",\n    \"statusDetails\": {},\n    \"subscriptionDetails\": null,\n    \"title\": \"This is an example Python exception\",\n    \"type\": \"default\",\n    \"userCount\": 0\n  },\n  \"groupId\": \"1\",\n  \"organizationSlug\": \"the-interstellar-jurisdiction\",\n  \"projectSlug\": \"pump-station\",\n  \"shortId\": \"PUMP-STATION-1\"\n}","schema":"{\n  \"type\": \"object\",\n  \"required\": [\n    \"organizationSlug\",\n    \"projectSlug\",\n    \"shortId\",\n    \"group\",\n    \"groupId\"\n  ],\n  \"properties\": {\n    \"organizationSlug\": {\n      \"type\": \"string\"\n    },\n    \"projectSlug\": {\n      \"type\": \"string\"\n    },\n    \"shortId\": {\n      \"type\": \"string\"\n    },\n    \"group\": {\n      \"type\": \"object\",\n      \"required\": [\n        \"lastSeen\",\n        \"numComments\",\n        \"userCount\",\n        \"culprit\",\n        \"title\",\n        \"id\",\n        \"assignedTo\",\n        \"logger\",\n        \"type\",\n        \"annotations\",\n        \"metadata\",\n        \"status\",\n        \"subscriptionDetails\",\n        \"isPublic\",\n        \"hasSeen\",\n        \"shortId\",\n        \"shareId\",\n        \"firstSeen\",\n        \"count\",\n        \"permalink\",\n        \"level\",\n        \"isSubscribed\",\n        \"isBookmarked\",\n        \"project\",\n        \"statusDetails\"\n      ],\n      \"properties\": {\n        \"lastSeen\": {\n          \"type\": \"string\"\n        },\n        \"numComments\": {\n          \"type\": \"integer\"\n        },\n        \"userCount\": {\n          \"type\": \"integer\"\n        },\n        \"culprit\": {\n          \"type\": \"string\"\n        },\n        \"title\": {\n          \"type\": \"string\"\n        },\n        \"id\": {\n          \"type\": \"string\"\n        },\n        \"assignedTo\": {\n          \"type\": \"object\",\n          \"nullable\": true,\n          \"properties\": {\n            \"type\": {\n              \"type\": \"string\"\n            },\n            \"id\": {\n              \"type\": \"string\"\n            },\n            \"name\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"logger\": {\n          \"type\": \"string\",\n          \"nullable\": true\n        },\n        \"type\": {\n          \"type\": \"string\"\n        },\n        \"annotations\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"string\"\n          }\n        },\n        \"metadata\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"function\": {\n              \"type\": \"string\"\n            },\n            \"title\": {\n              \"type\": \"string\"\n            },\n            \"type\": {\n              \"type\": \"string\"\n            },\n            \"value\": {\n              \"type\": \"string\"\n            },\n            \"filename\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"status\": {\n          \"type\": \"string\",\n          \"enum\": [\n            \"resolved\",\n            \"unresolved\",\n            \"ignored\"\n          ]\n        },\n        \"subscriptionDetails\": {\n          \"type\": \"object\",\n          \"nullable\": true,\n          \"properties\": {\n            \"reason\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"isPublic\": {\n          \"type\": \"boolean\"\n        },\n        \"hasSeen\": {\n          \"type\": \"boolean\"\n        },\n        \"shortId\": {\n          \"type\": \"string\"\n        },\n        \"shareId\": {\n          \"type\": \"string\",\n          \"nullable\": true\n        },\n        \"firstSeen\": {\n          \"type\": \"string\"\n        },\n        \"count\": {\n          \"type\": \"string\"\n        },\n        \"permalink\": {\n          \"type\": \"string\"\n        },\n        \"level\": {\n          \"type\": \"string\"\n        },\n        \"isSubscribed\": {\n          \"type\": \"boolean\"\n        },\n        \"isBookmarked\": {\n          \"type\": \"boolean\"\n        },\n        \"project\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"slug\": {\n              \"type\": \"string\"\n            },\n            \"id\": {\n              \"type\": \"string\"\n            },\n            \"name\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"statusDetails\": {\n          \"type\": \"object\"\n        }\n      }\n    },\n    \"groupId\": {\n      \"type\": \"string\"\n    }\n  }\n}"},"description":"Success","status_code":"200"},{"content":null,"description":"Unauthorized","status_code":"401"},{"content":null,"description":"Forbidden","status_code":"403"},{"content":null,"description":"Not Found","status_code":"404"}],"requestBody":null,"security":[{"auth_token":["org: read"]}]}}},"pageContext":{"id":"1b730dd5-dd62-5d0c-8c09-48539e763170","title":"Resolve a Short ID"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}