| Parameter | Default | Description |
|---|---|---|
| page | 1 | |
| per_page | 50 | |
| section_id |
curl --location 'https://api.simpra.app/section_things?page=undefined&per_page=undefined§ion_id=undefined' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"meta": {
"has_next_page": false,
"current_page": 1,
"per_page_count": 50,
"total_count": 2,
"total_page": 1
},
"section_things": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"plan": {
"top": 0,
"left": 0,
"width": 0,
"height": 0,
"round": false
},
"thing_translations": [
{
"name": "Dolap",
"locale": "tr"
}
],
"created_at": 1561568523,
"updated_at": 1561568523,
"section_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"thing_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af"
},
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"plan": {
"top": 0,
"left": 0,
"width": 0,
"height": 0,
"round": false
},
"thing_translations": [
{
"name": "Door",
"locale": "en"
}
],
"created_at": 1561568523,
"updated_at": 1561568523,
"section_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"thing_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af"
}
]
}