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": "2026-03-10T07:06:54.8382043+01:00",
"last_update": "2026-03-10T07:06:54.8382043+01:00",
"id_user_upd": "d3d8ba44-b259-4f2d-a014-b332c0efdb23",
"commited": true
}