GET api/St_Parameters/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
st_parameters| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
Required Max length: 20 |
|
| description | string |
Max length: 300 |
|
| value | string |
Required Max length: 8000 |
|
| type | string |
Required Max length: 3 |
|
| sync | boolean |
Required |
|
| last_update | date |
None. |
|
| commited | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "d6afd05c-08b2-49d4-a083-3b29d69fe455",
"name": "sample string 2",
"description": "sample string 3",
"value": "sample string 4",
"type": "sample string 5",
"sync": true,
"last_update": "2026-01-10T12:09:45.7030117+01:00",
"commited": true
}