https://docs.heydonto.com/_mock/apis/heydonto/openapi/
https://api-staging.heydonto.com/
https://api.heydonto.com/
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure
- Sandbox
https://api-staging.heydonto.com/site/{siteId}/periomeasure
- Production
https://api.heydonto.com/site/{siteId}/periomeasure
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of Site's all Periomeasures retrieved successfully.
Enum: PerioSequenceType. Possible values are:
- Mobility: 0
- Furcation: 1
- GingMargin: 2 (AKA recession)
- MGJ: 3 (MucoGingivalJunction - the division between attached and unattached mucosa)
- Probing: 4
- SkipTooth: 5 (For this type, set 'surf' to none, and 'toothValue' to 1)
- Bleeding: 6 (Sum of flags for bleeding(1), suppuration(2), plaque(4), and calculus(8))
- CAL: 7 (This type is never saved to the DB; it is always calculated on the fly)
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, "lvalue": 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:
- Mobility: 0
- Furcation: 1
- GingMargin: 2 (AKA recession)
- MGJ: 3 (MucoGingivalJunction - the division between attached and unattached mucosa)
- Probing: 4
- SkipTooth: 5 (For this type, set 'surf' to none, and 'toothValue' to 1)
- Bleeding: 6 (Sum of flags for bleeding(1), suppuration(2), plaque(4), and calculus(8))
- CAL: 7 (This type is never saved to the DB; it is always calculated on the fly)
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.
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure
- Sandbox
https://api-staging.heydonto.com/site/{siteId}/periomeasure
- Production
https://api.heydonto.com/site/{siteId}/periomeasure
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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,
"lvalue": 0,
"secDateTEntry": "2019-08-24T14:15:22Z",
"secDateTEdit": "2019-08-24T14:15:22Z"
}'
Site Periomeasure created successfully.
Enum: PerioSequenceType. Possible values are:
- Mobility: 0
- Furcation: 1
- GingMargin: 2 (AKA recession)
- MGJ: 3 (MucoGingivalJunction - the division between attached and unattached mucosa)
- Probing: 4
- SkipTooth: 5 (For this type, set 'surf' to none, and 'toothValue' to 1)
- Bleeding: 6 (Sum of flags for bleeding(1), suppuration(2), plaque(4), and calculus(8))
- CAL: 7 (This type is never saved to the DB; it is always calculated on the fly)
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, "lvalue": 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" }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure/{sitePeriomeasureId}
- Sandbox
https://api-staging.heydonto.com/site/{siteId}/periomeasure/{sitePeriomeasureId}
- Production
https://api.heydonto.com/site/{siteId}/periomeasure/{sitePeriomeasureId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure/{sitePeriomeasureId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of Site's all Periomeasure retrieved successfully.
Enum: PerioSequenceType. Possible values are:
- Mobility: 0
- Furcation: 1
- GingMargin: 2 (AKA recession)
- MGJ: 3 (MucoGingivalJunction - the division between attached and unattached mucosa)
- Probing: 4
- SkipTooth: 5 (For this type, set 'surf' to none, and 'toothValue' to 1)
- Bleeding: 6 (Sum of flags for bleeding(1), suppuration(2), plaque(4), and calculus(8))
- CAL: 7 (This type is never saved to the DB; it is always calculated on the fly)
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, "lvalue": 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:
- Mobility: 0
- Furcation: 1
- GingMargin: 2 (AKA recession)
- MGJ: 3 (MucoGingivalJunction - the division between attached and unattached mucosa)
- Probing: 4
- SkipTooth: 5 (For this type, set 'surf' to none, and 'toothValue' to 1)
- Bleeding: 6 (Sum of flags for bleeding(1), suppuration(2), plaque(4), and calculus(8))
- CAL: 7 (This type is never saved to the DB; it is always calculated on the fly)
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
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure/{sitePeriomeasureId}
- Sandbox
https://api-staging.heydonto.com/site/{siteId}/periomeasure/{sitePeriomeasureId}
- Production
https://api.heydonto.com/site/{siteId}/periomeasure/{sitePeriomeasureId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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,
"lvalue": 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:
- Mobility: 0
- Furcation: 1
- GingMargin: 2 (AKA recession)
- MGJ: 3 (MucoGingivalJunction - the division between attached and unattached mucosa)
- Probing: 4
- SkipTooth: 5 (For this type, set 'surf' to none, and 'toothValue' to 1)
- Bleeding: 6 (Sum of flags for bleeding(1), suppuration(2), plaque(4), and calculus(8))
- CAL: 7 (This type is never saved to the DB; it is always calculated on the fly)
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, "lvalue": 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" }
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure/{sitePeriomeasureId}
- Sandbox
https://api-staging.heydonto.com/site/{siteId}/periomeasure/{sitePeriomeasureId}
- Production
https://api.heydonto.com/site/{siteId}/periomeasure/{sitePeriomeasureId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/periomeasure/{sitePeriomeasureId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'