💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[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) 。