GET api/mediwaveprogramsteptypeapi/type/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MediWaveProgramStepTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
Required |
|
| code | integer |
Required |
|
| id | globally unique identifier |
None. |
|
| name | string |
Required |
Response Formats
application/json, text/json
Sample:
{
"active": true,
"code": 2,
"id": "d0d324ae-c553-4c04-899f-a5727d569f5c",
"name": "sample string 4"
}
application/xml, text/xml
Sample:
<mediwave_program_step_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <code>2</code> <id>d0d324ae-c553-4c04-899f-a5727d569f5c</id> <name>sample string 4</name> </mediwave_program_step_type>