- 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
getFetusImageByWeekV2
GET
/image/fetus/v2/{week}
fetus-image-controller
Request
Path Params
week
integer
required
Query Params
mode
string
optional
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 '/image/fetus/v2/'
Responses
🟢200OK
application/json
Body
data
object (FetusImageResponse)
optional
url
string
optional
week
integer <int32>
optional
Example
{
"data": {
"url": "string",
"week": 0
}
}
Modified at 2023-01-24 09:44:30