API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Gets scheme engagement goal based on url

Sample Request:

GET /api/v2/supportschemes/SP0000000004/engagements/SE1000000010/goals/ec5a4ca9-95bc-47b3-3d50-08dcde028002

{
    "goalId": "ec5a4ca9-95bc-47b3-3d50-08dcde028002",
    "engagementReference": "SE1000000010",
    "description": "test new",
    "goalType": "Personal Housing Plan",
    "initialScore": 2,
    "targetScore": 4,
    "currentScore": 2,
    "isCompleted": false,
    "closeDate": null,
    "closeReason": null,
    "goalNote": "test note"
}

Required Permission(s): SupportPlans.View

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!