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": "1b2c8493-cc2f-478d-837c-30adb5c82b97",
"name": "sample string 2",
"description": "sample string 3",
"value": "sample string 4",
"type": "sample string 5",
"sync": true,
"last_update": "2025-12-08T21:26:25.9086645+01:00",
"commited": true
}