List Assessments
curl --request GET \
--url https://solarmoney.up.railway.app/api/assessmentsimport requests
url = "https://solarmoney.up.railway.app/api/assessments"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://solarmoney.up.railway.app/api/assessments', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Assessments
List Assessments
GET
/
api
/
assessments
List Assessments
curl --request GET \
--url https://solarmoney.up.railway.app/api/assessmentsimport requests
url = "https://solarmoney.up.railway.app/api/assessments"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://solarmoney.up.railway.app/api/assessments', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}