GET api/Children/GetChildren

Дети

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ChildListData
NameDescriptionTypeAdditional information
source

Фото

string

None.

small_source

Фото

string

None.

record_id

Идентификатор

integer

Required

name

Имя, Максимальная длина 150 символов

string

Required

String length: inclusive between 0 and 150

birth_date

Дата рождения

date

Required

gender

Пол

boolean

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "source": "sample string 1",
    "small_source": "sample string 2",
    "record_id": 1,
    "name": "sample string 3",
    "birth_date": "2025-07-26T18:35:47.6284857+05:00",
    "gender": true
  },
  {
    "source": "sample string 1",
    "small_source": "sample string 2",
    "record_id": 1,
    "name": "sample string 3",
    "birth_date": "2025-07-26T18:35:47.6284857+05:00",
    "gender": true
  }
]

text/html

Sample:
[{"source":"sample string 1","small_source":"sample string 2","record_id":1,"name":"sample string 3","birth_date":"2025-07-26T18:35:47.6284857+05:00","gender":true},{"source":"sample string 1","small_source":"sample string 2","record_id":1,"name":"sample string 3","birth_date":"2025-07-26T18:35:47.6284857+05:00","gender":true}]