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": "b4566d06-59bd-4556-972f-6f9fbcfbb731",
"name": "sample string 2",
"description": "sample string 3",
"value": "sample string 4",
"type": "sample string 5",
"sync": true,
"last_update": "2026-03-10T09:44:11.173613+01:00",
"commited": true
}