易图设计
API PlaygroundPosts

Get a post

Fetch one post. Try `id` = `1`, then click Send.

GET
/posts/{id}

Fetch one post. Try id = 1, then click Send.

路径参数

id*integer

Post id

响应主体

application/json

curl -X GET "https://example.com/posts/1"
{  "title": "string",  "body": "string",  "userId": 0,  "id": 0}