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-01-10T12:09:38.0946323+01:00",
"last_update": "2026-01-10T12:09:38.0946323+01:00",
"id_user_upd": "f8341b93-fc61-4a8b-bb29-b3c5f63d0b3c",
"commited": true
}