GET PlanCare2Api/ChoiceTypes/{choiceType}/Choices

Gets the choices of the specified choice type.

Deprecated (unavailable from 21.01.1P): use PlanCare2Api/RootData/ChoiceTypes/{choiceType}/Choices instead

Request Information

URI Parameters

NameDescriptionTypeAdditional information
choiceType

The choice type to obtain the choices for

string

Required

Body Parameters

None.

Response Information

Resource Description

The list of requested choices

Collection of Choice
NameDescriptionTypeAdditional information
Id

The internal id of the choice. Should be 0 for new instance

integer

Required

Name

The name of the choice

string

Required

Description

The description of the choice

string

None

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.