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": "522e6725-9114-45f9-bd83-7b77d6605924",
"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": "2025-12-08T21:24:38.1535586+01:00",
"last_update": "2025-12-08T21:24:38.1535586+01:00",
"commited": true
},
{
"$ref": "1"
}
]