GET api/St_Maps_Others?all_rows={all_rows}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| all_rows | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of st_maps_others| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
Required Max length: 20 |
|
| id_value | string |
Required Max length: 200 |
|
| id_key_text | string |
Max length: 200 |
|
| id_key_bool | boolean |
None. |
|
| order | integer |
Required |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| commited | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "51813cbd-c024-420b-893d-af9d12cd5685",
"name": "sample string 2",
"id_value": "sample string 3",
"id_key_text": "sample string 4",
"id_key_bool": true,
"order": 5,
"active": true,
"created_on": "2026-01-10T12:09:57.1359014+01:00",
"last_update": "2026-01-10T12:09:57.1359014+01:00",
"commited": true
},
{
"$ref": "1"
}
]