GET api/mediwaveprogramsteptypeapi/type/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

MediWaveProgramStepTypeViewModel
NameDescriptionTypeAdditional 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": "a0a4dc08-4da8-40ee-8ad0-0af0572c196c",
  "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>a0a4dc08-4da8-40ee-8ad0-0af0572c196c</id>
  <name>sample string 4</name>
</mediwave_program_step_type>