文档
测试

Find pet by ID

GET
/pet/{petId}

接口描述

Returns a single pet

请求参数

参数名
类型
描述
必填
petId
integer
ID of pet to return
必填

响应参数

参数名
类型
描述
必填
root
object
successful operation
必填
id
integer
可选
category
object
可选
id
integer
可选
name
string
可选
name
string
doggie
必填
photoUrls
array[string]
必填
tags
array[object]
可选
id
integer
可选
name
string
可选
status
string
可选