openapi: 3.0.3 info: title: PEDSTESTONLINE description: 'API documentation for PEDS Tests' version: 1.0.0 servers: - url: 'https://pedstestonline.com' paths: /api/v1/peds-test: get: summary: '' operationId: getApiV1PedsTest description: '' parameters: [] responses: 302: description: '' content: text/plain: schema: type: string example: "\n\n
\n \n \n\nY-m-d.'
example: '2025-11-29'
nullable: false
required:
- subject_DOB
post:
summary: 'POST api/v1/peds-test.'
operationId: pOSTApiv1pedsTest
description: "Info about the patient_id parameter:\n"
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
data:
milestones_met: 'Self Help, Receptive Language, Gross Motor, Social Emotional'
milestones_unmet: 'Fine Motor, Expressive Language'
patient_id: 1007
risk_level_code: 'High MEBDD Risk'
risk_level_description: 'PEDS:DM® High Risk for Mental Health, Social-Emotional, Behavioral and Developmental Delays/Disorders'
referral: 'Refer for special education evaluation of eligibilityY-m-d.'
example: '2025-11-29'
nullable: false
required:
- subject_DOB
post:
summary: 'POST api/v1/peds-dmal-test.'
operationId: pOSTApiv1pedsDmalTest
description: ""
parameters: []
responses:
200:
description: ''
content:
application/json:
schema:
type: object
example:
data:
message: 'Please answer a few more questions to complete the test.'
domain_name: 'Fine Motor'
test_type: fm
test_date: '2023-04-18'
uuid: 943b8348-e203-451f-8dcf-a5cce2b1fa10
questions:
basal:
-
key: 0
question: 'Does your child look at his or her hands?'
-
key: 1
question: "Are your child's hands open most of the time, not in a fist?"
ceiling: []
responses:
basal:
-
key: 0
response:
'No': '1_0'
'A little': '2_1'
'Yes': '3_1'
-
key: 1
response:
'No': '1_0'
'A little': '2_0'
'Yes': '3_1'
ceiling: []
properties:
data:
type: object
properties:
message:
type: string
example: 'Please answer a few more questions to complete the test.'
domain_name:
type: string
example: 'Fine Motor'
test_type:
type: string
example: fm
test_date:
type: string
example: '2023-04-18'
uuid:
type: string
example: 943b8348-e203-451f-8dcf-a5cce2b1fa10
questions:
type: object
properties:
basal:
type: array
example:
-
key: 0
question: 'Does your child look at his or her hands?'
-
key: 1
question: "Are your child's hands open most of the time, not in a fist?"
items:
type: object
properties:
key:
type: integer
example: 0
question:
type: string
example: 'Does your child look at his or her hands?'
ceiling:
type: array
example: []
responses:
type: object
properties:
basal:
type: array
example:
-
key: 0
response:
'No': '1_0'
'A little': '2_1'
'Yes': '3_1'
-
key: 1
response:
'No': '1_0'
'A little': '2_0'
'Yes': '3_1'
items:
type: object
properties:
key:
type: integer
example: 0
response:
type: object
properties:
'No':
type: string
example: '1_0'
'A little':
type: string
example: '2_1'
'Yes':
type: string
example: '3_1'
ceiling:
type: array
example: []
tags:
- 'PEDS-DMAL Test'
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
uuid:
type: string
description: 'UUID of the record received on the Initial Request.'
example: 943b8348-e203-451f-8dcf-a5cce2b1fa10
nullable: false
subject_DOB:
type: date
description: 'Date of birth of the Subject/Child.'
example: '2021-05-12'
nullable: false
fm_2:
type: string
description: ''
example: '2_0'
nullable: false
fm_3:
type: string
description: ''
example: '1_0'
nullable: false
fm_4:
type: string
description: ''
example: '1_0'
nullable: false
fm_5:
type: string
description: ''
example: '1_0'
nullable: false
fm_6:
type: string
description: ''
example: '3_1'
nullable: false
fm_7:
type: string
description: ''
example: '2_1'
nullable: false
fm_8:
type: string
description: ''
example: '3_1'
nullable: false
fm_9:
type: string
description: ''
example: '2_1'
nullable: false
required:
- uuid
- subject_DOB
- fm_2
- fm_3
- fm_4
- fm_5
- fm_6
- fm_7
- fm_8
- fm_9
tags:
-
name: 'PEDS-R Test'
description: "\nAPI docs for PEDS-R Test"
-
name: 'PEDS-DM Test'
description: "\nAPI docs for PEDS-DM Test"
-
name: 'PEDS-DMAL Test'
description: "\nAPI docs for PEDS-DMAL Test"
components:
securitySchemes:
default:
type: http
scheme: bearer
description: 'You can retrieve your token by visiting your dashboard and clicking Generate a new Key.'
security:
-
default: []