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

Gets scheme notes via pagination

Sample Request:

GET /api/v2/supportschemes/SP0000000004/notes?page=1&limit=25

Sample Response:
{
    "data": [
        {
            "noteId": "2ee84dcd-0b4a-4945-1d61-08dcd8971372",
            "schemeReference": "SP1000000006",
            "entryUser": "[email protected]",
            "message": "test",
            "logDate": "2024-09-27 09:14:58.6394376"                 
        },
        ...
        ...
    ],
    "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!