Files
OpenSign/docs/docs/API-docs/get-inventory.api.mdx
T
2023-12-25 03:22:18 +05:30

125 lines
4.3 KiB
Plaintext

---
id: get-inventory
title: "Returns pet inventories by status"
description: "Returns a map of status codes to quantities"
sidebar_label: "Returns pet inventories by status"
hide_title: true
hide_table_of_contents: true
api: eJyVVG1rGkEQ/ivLfmrAeCb5JqVUSgjS0EhNacFI2VtHb5O73c3unKkc/vfOrHdqDIFWRO9mnnl23p5tJKpVlMOZXDhdV2AxynlPLiDqYDwaZ+VQfgesg41CiUp54ZYiosI6Cu0IJ9CJ51pZNGggyp50HoLiyPGCYleAY7smXhc25AwQvbORgMNGXg4G/Pf6sFhrDTEu61LsmShQO4vEwnjlfWl0cmSPkYMaGXUBleIn3HggGpc/gkYKVIuFYagqJ4EJU5YHnCHaFQQCLl2oFO5MV5dymz49GUHXweCGesRHm99PwM/zLbWpAixcWyUxeIUFvWQ6gELoGiqZI6whxERRh5IwBaKPwyyjWvqUlY1mZUuVx752FRlNtr6QfEJ3+pTr2yW+z2FfA1m+AnfXqorff51PVIhwPurshhtbgFpQoVyTsUuX4g2WHHBHGUwpAzGajAWdfLoA94WJgr7s7spK/RfUNHESLXIVYSHIiQUkJ9uv+hcietBm2Y6uLx7sg526CkQdgcddGvsUhw/2XMzulgQzqhQ/IY8GYf6ha9jLy8ubhp2lmBuDRZ2LAN4d4KtkTF09jtq/nFGtCKGKd8spDcloaIfzzlFZAmftQiqdFpI2z/BQW9Pn0yBJLaeNJSMwvJ3S6GZyS20ZENdhJ/4h5ex2/OX62/SaWXmrdiO66A+IikzeRayUPTqok68HFKbVIolA5JtWyKfzbg5q+0/ttwuJ8AczXyrau21bXdOqYyZP1EFLXlDK7GkaXp0fodxu2fxcQ0hSozpVMCrnXSXh9bpVZjklJcgR3RmelbZWZb2TxMkd8UquN9f3fDPUnNCxip6SWtoHZu9cdnPE/UZeuxz4d9t7J+Yja4DQn/bwnefdgLbEDs2dnNN99Bf1+fU5
sidebar_class_name: "get api-method"
info_path: docs/API-docs/opensign-api-v-1
custom_edit_url: null
---
import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import TabItem from "@theme/TabItem";
<h1
className={"openapi__heading"}
>
Returns pet inventories by status
</h1>
<MethodEndpoint
method={"get"}
path={"/createdocument"}
>
</MethodEndpoint>
Returns a map of status codes to quantities
## Request
<div>
<div>
<ApiTabs>
<TabItem
label={"200"}
value={"200"}
>
<div>
successful operation
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
name={"property name*"}
required={false}
schemaName={"int32"}
qualifierMessage={undefined}
schema={{"type":"integer","format":"int32"}}
collapsible={false}
discriminator={false}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem>
</ApiTabs>
</div>
</div>