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

Gets engagement goal actions via pagination

Sample Request:

GET /api/v2/supportschemes/SP1000000006/engagements/SE1000000012/goals/8e0d3b9f-0e58-4c23-986f-08dcde26ade7/actions?page=1&limit=25

Sample Response:
{
    "data": [
        {
           "actionId": "4e6ea78a-6c63-4a4a-ae03-77f04f8fb583",
           "goalId": "8e0d3b9f-0e58-4c23-986f-08dcde26ade7",
           "goalDescriptiopn": "Test",
           "actionDescription": "ff",
           "dateIdentified": "26/09/2024",
           "dateCompleted": null
        },
        ...
        ...
    ],
    "page": 1,
    "total": 1,
    "limitPerPage": 25,
    "totalFilteredEntries": 0,
    "totalEntries": 1
}

MAX PER PAGE LIMIT: 500

Required Permission(s): SupportPlans.View

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