get https://app.gesvision.com/gesmo/rest/api/optometricExam/
In this endpoint, the information of the optometric exam corresponding to the id passed in the URL is obtained, it is in JSON format.
Log in to see full request history
Responses
In this endpoint, the information of the optometric exam corresponding to the id passed in the URL is obtained, it is in JSON format.
xxxxxxxxxx
curl --request GET \
--url https://app.gesvision.com/gesmo/rest/api/optometricExam/optometricExam_id \
--header 'accept: application/json'
xxxxxxxxxx
47}
{
"id": 0,
"number": 0,
"enabled": true,
"customer": 0,
"warehouse": 0,
"optometrist": 0,
"date": "<string>",
"dateNextRevision": "<string>",
"observations": "<string>",
"finalRX": true,
"lensOD": 0,
"lensOI": 0,
"sphereOD": 0,
"sphereOI": 0,
"cylinderOI": 0,
"cylinderOD": 0,
"axisOI": 0,
"axisOD": 0,
"nearOI": 0,
"nearOD": 0,
"additionOI": 0,
"additionOD": 0,
"DNPLOI": 0,
"DNPLOD": 0,