GET PlanCare2Api/VisionModels/{visionModelId}/VisionModelItems/{visionModelItemId}/MainGoals
Retrieve all maingoals for the provided visionModelItem.
At least one of these modules is required: ICP
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| visionModelId |
The identifier of the visionmodel. |
integer |
Required |
| visionModelItemId |
The identifier of the visionmodelItem. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of maingoals.
Collection of MainGoal| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the MainGoal |
globally unique identifier |
None |
| Name |
The name of the MainGoal |
string |
None |
| Code |
The code of the MainGoal |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.