API documentation for HeyDonto API
curl -i -X GET \ 'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of Sites all Periomeasures retrieved successfully.
Enum: PerioSequenceType. Possible values are:
This is used when the measurement does not apply to a surface(mobility and skiptooth). Valid values for all surfaces are 0 through 19, or -1 to represent no measurement taken.
1 represents no measurement. Values of 100+ represent negative values (only used for Gingival Margins). e.g. To use a value of 105, subtract it from 100. (100 - 105 = -5)
Timestamp automatically generated and user not allowed to change. The actual date of entry.
The date and time the site periomeasure was created
The date and time the site periomeasure was last updated
[ { "siteId": 0, "practitionerId": 0, "patientId": 0, "perioMeasureNum": 0, "perioExamNum": 0, "sequenceType": 4, "intTooth": 0, "toothValue": 0, "mBvalue": 0, "bvalue": 0, "dBvalue": 0, "mLvalue": 0, "dLvalue": 0, "secDateTEntry": "2019-08-24T14:15:22Z", "secDateTEdit": "2019-08-24T14:15:22Z", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" } ]
Enum: PerioSequenceType. Possible values are:
This is used when the measurement does not apply to a surface(mobility and skiptooth). Valid values for all surfaces are 0 through 19, or -1 to represent no measurement taken.
1 represents no measurement. Values of 100+ represent negative values (only used for Gingival Margins). e.g. To use a value of 105, subtract it from 100. (100 - 105 = -5)
Timestamp automatically generated and user not allowed to change. The actual date of entry.
curl -i -X POST \ 'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "siteId": 0, "practitionerId": 0, "patientId": 0, "perioMeasureNum": 0, "perioExamNum": 0, "sequenceType": 4, "intTooth": 0, "toothValue": 0, "mBvalue": 0, "bvalue": 0, "dBvalue": 0, "mLvalue": 0, "dLvalue": 0, "secDateTEntry": "2019-08-24T14:15:22Z", "secDateTEdit": "2019-08-24T14:15:22Z" }'
Periomeasures created successfully.
Enum: PerioSequenceType. Possible values are:
This is used when the measurement does not apply to a surface(mobility and skiptooth). Valid values for all surfaces are 0 through 19, or -1 to represent no measurement taken.
1 represents no measurement. Values of 100+ represent negative values (only used for Gingival Margins). e.g. To use a value of 105, subtract it from 100. (100 - 105 = -5)
Timestamp automatically generated and user not allowed to change. The actual date of entry.
The date and time the site periomeasure was created
{ "siteId": 0, "practitionerId": 0, "patientId": 0, "perioMeasureNum": 0, "perioExamNum": 0, "sequenceType": 4, "intTooth": 0, "toothValue": 0, "mBvalue": 0, "bvalue": 0, "dBvalue": 0, "mLvalue": 0, "dLvalue": 0, "secDateTEntry": "2019-08-24T14:15:22Z", "secDateTEdit": "2019-08-24T14:15:22Z", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" }
curl -i -X GET \ 'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure/{sitePeriomeasureId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of Sites all Periomeasure retrieved successfully.
Enum: PerioSequenceType. Possible values are:
This is used when the measurement does not apply to a surface(mobility and skiptooth). Valid values for all surfaces are 0 through 19, or -1 to represent no measurement taken.
1 represents no measurement. Values of 100+ represent negative values (only used for Gingival Margins). e.g. To use a value of 105, subtract it from 100. (100 - 105 = -5)
Timestamp automatically generated and user not allowed to change. The actual date of entry.
The date and time the site periomeasure was created
{ "siteId": 0, "practitionerId": 0, "patientId": 0, "perioMeasureNum": 0, "perioExamNum": 0, "sequenceType": 4, "intTooth": 0, "toothValue": 0, "mBvalue": 0, "bvalue": 0, "dBvalue": 0, "mLvalue": 0, "dLvalue": 0, "secDateTEntry": "2019-08-24T14:15:22Z", "secDateTEdit": "2019-08-24T14:15:22Z", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" }
Enum: PerioSequenceType. Possible values are:
This is used when the measurement does not apply to a surface(mobility and skiptooth). Valid values for all surfaces are 0 through 19, or -1 to represent no measurement taken.
1 represents no measurement. Values of 100+ represent negative values (only used for Gingival Margins). e.g. To use a value of 105, subtract it from 100. (100 - 105 = -5)
Timestamp automatically generated and user not allowed to change. The actual date of entry.
The date and time the site periomeasure was created
curl -i -X PUT \ 'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure/{sitePeriomeasureId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "siteId": 0, "practitionerId": 0, "patientId": 0, "perioMeasureNum": 0, "perioExamNum": 0, "sequenceType": 4, "intTooth": 0, "toothValue": 0, "mBvalue": 0, "bvalue": 0, "dBvalue": 0, "mLvalue": 0, "dLvalue": 0, "secDateTEntry": "2019-08-24T14:15:22Z", "secDateTEdit": "2019-08-24T14:15:22Z", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" }'
Site Periomeasure updated successfully.
Enum: PerioSequenceType. Possible values are:
This is used when the measurement does not apply to a surface(mobility and skiptooth). Valid values for all surfaces are 0 through 19, or -1 to represent no measurement taken.
1 represents no measurement. Values of 100+ represent negative values (only used for Gingival Margins). e.g. To use a value of 105, subtract it from 100. (100 - 105 = -5)
Timestamp automatically generated and user not allowed to change. The actual date of entry.
The date and time the site periomeasure was created
{ "siteId": 0, "practitionerId": 0, "patientId": 0, "perioMeasureNum": 0, "perioExamNum": 0, "sequenceType": 4, "intTooth": 0, "toothValue": 0, "mBvalue": 0, "bvalue": 0, "dBvalue": 0, "mLvalue": 0, "dLvalue": 0, "secDateTEntry": "2019-08-24T14:15:22Z", "secDateTEdit": "2019-08-24T14:15:22Z", "id": 100, "createdAt": "2021-08-01T00:00:00.000Z", "updatedAt": "2021-08-01T00:00:00.000Z" }
curl -i -X DELETE \ 'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure/{sitePeriomeasureId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "message": "Unauthorized", "statusCode": 401 }