- Introduction
- Changelog Release
- Local Development
- Child
- daily-note-controller
- fetus-image-controller
- file-controller
- migration-controller
- milestone-controller
- mood-tracker-controller
- mother-weight-controller
- pregnancy-controller
getChildList
GET
/baby/list
Child
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/baby/list'
Responses
🟢200OK
application/json
Body
data
array[object (ChildDetailResponse) {12}]
optional
birthDate
string <date-time>
optional
birthMethod
string
optional
bloodType
string
optional
doctorName
string
optional
gender
string
optional
headCircumference
number <double>
optional
height
number <double>
optional
hospitalName
string
optional
id
integer <int64>
optional
name
string
optional
status
string
optional
weight
number <double>
optional
Example
{
"data": [
{
"birthDate": "2019-08-24T14:15:22Z",
"birthMethod": "string",
"bloodType": "string",
"doctorName": "string",
"gender": "string",
"headCircumference": 0,
"height": 0,
"hospitalName": "string",
"id": 0,
"name": "string",
"status": "string",
"weight": 0
}
]
}
🟠400Bad Request
🟠401Unauthorized
🔴500Internal Server Error
Modified at 2023-01-24 09:44:30