GET api/Services/GetFetalMovement?start={start}&end={end}

Движение плода, список, требуется авторизация

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

date

Required

end

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FetalMovementGetData
NameDescriptionTypeAdditional 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": "2025-07-26T18:33:34.4484545+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": "2025-07-26T18:33:34.4484545+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":"2025-07-26T18:33:34.4484545+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":"2025-07-26T18:33:34.4484545+05:00","m_start":"00:00:00.1234567","m_end":"00:00:00.1234567","stirring_count":5,"movement_count":6}]