GET api/Children/GetChildren
Дети
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ChildListData| Name | Description | Type | Additional 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": "2026-02-04T06:58:05.1558289+05:00",
"gender": true
},
{
"source": "sample string 1",
"small_source": "sample string 2",
"record_id": 1,
"name": "sample string 3",
"birth_date": "2026-02-04T06:58:05.1558289+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":"2026-02-04T06:58:05.1558289+05:00","gender":true},{"source":"sample string 1","small_source":"sample string 2","record_id":1,"name":"sample string 3","birth_date":"2026-02-04T06:58:05.1558289+05:00","gender":true}]