Pinhere/getIssue

暂不支持在线调用 · 原因见下方

PinherePinhere 缺陷协作 API

GET/issues/{issueId}

获取缺陷

获取 DOM、截图路径、目标与状态上下文。

Pinhere 项目、Origin、缺陷、私有截图、Webhook、PAT 与 Chrome 扩展 OAuth API;覆盖固定 PontxSpec 中全部 34 个 Endpoint。Hub 提供文档和本地 SDK/CLI,不代理任何请求。

请求

operationId
getIssue
服务器
https://pinhere-jasonhzqs-projects.vercel.app/api/v1
认证
pinherePat, websiteSession, extensionOAuth

请求参数

issueId

pathstring必填

缺陷 ID。

iss_example

响应

200

objectapplication/json

缺陷完整上下文。

字段: data

404

ErrorResponseapplication/json

缺陷不存在。

字段: error

default

ErrorResponseapplication/json

标准错误响应。

字段: error

{}