docs/packages/docusaurus/docs/03-Pangolin/07-API/get-a-site-by-site-id.api.mdx
2025-04-27 18:22:35 -04:00

71 lines
No EOL
1.8 KiB
Text

---
id: get-a-site-by-site-id
title: "Get a site by siteId."
description: "Get a site by siteId."
sidebar_label: "Get a site by siteId."
hide_title: true
hide_table_of_contents: true
api: eJx9Uk1r3DAQ/SvmnVoQXXLVLYUS9haa9GR8GK8naxFbcqTxUiP038vY3rQLTU7Wx9P7mOeMjtMpuklc8LB4YKmoSk64apf1e+y+wUDonGBrPDlhNAaJT3N0ssDWGd+ZIsfqfpYetm5KYzBRpJGFY1oR6dTzSLAZskwMCz+PLUcUg8hvs4vcwUqc2cDTqIBNGgZObU0kPZQ3cpqCT5xgczEYWfrQweLMArPBLA76+JA3igJ1Gy9XK3McFHK5W/muOZ7U4Mp6m+bdcC8yKdOKg0W7olCKOnwJilSJbYqXOx2Zk0GRj+TPYXC+OnrhcySddHX/eNTwU0gyktfXe+6PCripKeMUvLCXzxrbfAv/lsM0kPOqt4bP+5zqdcgwsPuwG4M+JNGbnFtK/CsOpejx28xRu24MLhQdtZqszuhc0nUH+0JD4k9sfvm59/y1+sjcfkh+gcoMs+5g8MrL3x+iNP/W/vDjGQZ0W9Vejbku1Oh/uXPeEM/hlX0p71Kie1Uq5Q87IQvN
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 site by siteId."}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/site/{siteId}"}
context={"endpoint"}
>
</MethodEndpoint>
Get a site by siteId.
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<ParamsDetails
parameters={[{"schema":{"type":"number"},"required":true,"name":"siteId","in":"path"}]}
>
</ParamsDetails>
<RequestSchema
title={"Body"}
body={undefined}
>
</RequestSchema>
<StatusCodes
id={undefined}
label={undefined}
responses={{}}
>
</StatusCodes>