GET api/Services/GetFetalMovement?start={start}&end={end}
Движение плода, список, требуется авторизация
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | date |
Required |
|
| end | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FetalMovementGetData| Name | Description | Type | Additional information |
|---|---|---|---|
| record_id |
Идентификатор |
integer |
None. |
| m_date |
Дата |
date |
Required |
| m_start |
Время начала |
time interval |
Required |
| m_end |
Время окончания |
time interval |
Required |
| stirring_count |
Шевеление |
integer |
Required |
| movement_count |
Движение |
integer |
Required |
Response Formats
application/json, text/json
Sample:
[
{
"record_id": 1,
"m_date": "2026-02-04T07:00:06.1803044+05:00",
"m_start": "00:00:00.1234567",
"m_end": "00:00:00.1234567",
"stirring_count": 5,
"movement_count": 6
},
{
"record_id": 1,
"m_date": "2026-02-04T07:00:06.1803044+05:00",
"m_start": "00:00:00.1234567",
"m_end": "00:00:00.1234567",
"stirring_count": 5,
"movement_count": 6
}
]
text/html
Sample:
[{"record_id":1,"m_date":"2026-02-04T07:00:06.1803044+05:00","m_start":"00:00:00.1234567","m_end":"00:00:00.1234567","stirring_count":5,"movement_count":6},{"record_id":1,"m_date":"2026-02-04T07:00:06.1803044+05:00","m_start":"00:00:00.1234567","m_end":"00:00:00.1234567","stirring_count":5,"movement_count":6}]