MCPcopy
hub / github.com/uselotus/lotus / get

Method get

backend/api/views.py:2014–2023  ·  view source on GitHub ↗
(self, request, format=None)

Source from the content-addressed store, hash-verified

2012 ],
2013 )
2014 def get(self, request, format=None):
2015 organization = request.organization
2016 return Response(
2017 {
2018 "organization_id": OrganizationUUIDField().to_representation(
2019 organization.organization_id
2020 ),
2021 },
2022 status=status.HTTP_200_OK,
2023 )
2024
2025
2026class Healthcheck(APIView):

Callers 15

AppFunction · 0.45
mergeFiltersFunction · 0.45
MetricTableFunction · 0.45
MetricDetailsFunction · 0.45
GeneralTabFunction · 0.45
TeamTabFunction · 0.45
CreatePlanFunction · 0.45
RegisterFunction · 0.45
SetNewPasswordFunction · 0.45
CreateAddOnsFunction · 0.45
EditPlanFunction · 0.45
api.tsFile · 0.45

Calls 2

to_representationMethod · 0.45

Tested by

no test coverage detected