ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[TOC] ## 接口说明 > 根据 Stub Mapping 的 ID 查询。 ## 接口定义 ~~~[api] get:/mappings/{stubMappingId} *string:stubMappingId=730d3e32-d098-4169-a20c-554c3bedce58#URI 参数:StubMapping 的 UUID <<< response(success) **Response Body** { "id": "730d3e32-d098-4169-a20c-554c3bedce58", "uuid": "730d3e32-d098-4169-a20c-554c3bedce58", "request": { "method": "GET", "url": "/some/thing" }, "response": { "status": 200, "body": "Hello world!", "headers": { "Content-Type": "text/plain" } } } ~~~ ## [JSON Schema](https://jsonschema.net/) ### Response JSON Schema 同 [Stub Mapping](StubMapping.md) 。