docs/packages/docusaurus/docs/03-Pangolin/07-API/02-Routes/get-a-resource.api.mdx
2025-04-27 19:44:25 -04:00

71 lines
No EOL
1.7 KiB
Text

---
id: get-a-resource
title: "Get a resource."
description: "Get a resource."
sidebar_label: "Get a resource."
hide_title: true
hide_table_of_contents: true
api: eJx9kkFr3DAQhf+KeacWRJdcdUuhhL2FJD0ZH7T2xBaxJWc0XroI/fcyXu82S9PeJPH85pv3nNFRatnP4mOAxQNJ5SqmFBdu6RsMxPUJtsbT9obGIFG7sJcTbJ3xnRwTV/eLDLB1UxqD2bGbSIjTqkjtQJODzZDTTLBIwj70KAZM74tn6mCFFzIIblLBBWDfwcAr2OxkgHozpTmGRAk2F4OJZIgdLHoSmLPMYncx2OU/VgVKzscL1sKjSo93q+9lp2eFXd1vN7vCDyKzOq06WBxWFUpR0teoSh1xzvN4pxF6GVX56EIfRx+qfRDq2Wnm1f3jXoOYY5LJBf16y+DvKm6qymhjEAryeWtnVqFfsptH54POWBfOW0b1NWQY2A+BNwZDTKKKnA8u0U8eS9Hn94VYO28Mjo69O+hWdUbnk5472Fc3JvoP6Jenre+v1b8gt0cXTtAx46I3GLzR6fbHKM3H+h9+vMDA3Va1VWMuB4X91D/ns+IlvlEo5TpO9K6TSvkN1zsSYg==
sidebar_class_name: "get api-method"
info_path: 03-Pangolin/07-API/pangolin-integration-api
custom_edit_url: null
---
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Get a resource."}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/resource/{resourceId}"}
context={"endpoint"}
>
</MethodEndpoint>
Get a resource.
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<ParamsDetails
parameters={[{"schema":{"type":"string"},"required":true,"name":"resourceId","in":"path"}]}
>
</ParamsDetails>
<RequestSchema
title={"Body"}
body={undefined}
>
</RequestSchema>
<StatusCodes
id={undefined}
label={undefined}
responses={{}}
>
</StatusCodes>