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

Gets Scheme engagement tasks via pagination

Sample Request:

GET /api/v2/supportschemes/SP0000000004/engagements/SE1000000010/tasks?page=1&limit=25

Sample Response:
{
    "data": [
        {
            "taskId": "956c4dd3-2c5f-4017-ab58-7c73e4eaffdb",
            "taskNumber": 379,
            "engagementReference": "SE1000000011",
            "taskDescription": "test",
            "taskType": "Arrears Letter 2",
            "owner": "Ben Holt",
            "isRecurring": false,
            "priority": "3 Working Days",
            "targetDate": "30/09/2024",
            "status": "Open",
            "taskClosedDate": null,
            "taskCloseReason": null
        },
        ...
        ...
    ],
    "page": 1,
    "total": 1,
    "limitPerPage": 25,
    "totalFilteredEntries": 0,
    "totalEntries": 1
}

MAX PER PAGE LIMIT: 500

Required Permission(s): SupportPlans.View

Log in to see full request history
Path Params
string
required

The Support Scheme reference

string
required

The Scheme engagement reference

Query Params
int32
Defaults to 1

The current page number requested. Defaults to 1.

int32
Defaults to 25

The max number of items to return. Defaults to 25

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json