GET api/St_Equivalence_Codes?id_value_smd={id_value_smd}&id_value_other={id_value_other}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_value_smd | string |
Required |
|
| id_value_other | string |
Required |
Body Parameters
None.
Response Information
Resource Description
st_equivalence_codes| Name | Description | Type | Additional information |
|---|---|---|---|
| id_value_smd | string |
Required Max length: 100 |
|
| id_value_other | string |
Required Max length: 100 |
|
| description | string |
Required Max length: 200 |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| id_user_upd | globally unique identifier |
None. |
|
| commited | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id_value_smd": "sample string 1",
"id_value_other": "sample string 2",
"description": "sample string 3",
"active": true,
"created_on": "2025-12-08T21:29:07.4516851+01:00",
"last_update": "2025-12-08T21:29:07.4516851+01:00",
"id_user_upd": "75ebdcc2-d723-4f37-aec7-b98b47a5041a",
"commited": true
}