TrackRecordPro API Documentation TrackRecordPro

assetreminders endpoint

Summary

API Endpoint Address

https://api.trackrecordpro.co.uk/3.0/assetreminders

Minimum Supported API Version3.0
Supported Methods

GET

Access LevelEveryone
DescriptionEach time the system emails a user to remind them that an asset is due, an entry is recorded here, keyed to both the asset and to the company.

GET assetreminders

GET /3.0/assetreminders HTTP/1.1

Details

Fetches one or more asset reminders from the database

{
    "request": {
        "url": "\/3.0\/assetreminders",
        "endpoint": "assetreminders",
        "requested_version": "3.0",
        "api_version": 3,
        "request_method": "Get",
        "timestamp": 1507548573,
        "session": null
    },
    "pagination": {
        "total_pages": 24,
        "total_records": 692
    },
    "response": [
        {
            "id": 1,
            "asset_id": 1,
            "company_id": null,
            "senddate": "2017-10-09",
            "file": "files\/reminderbody.html",
            "asset": {
                "id": 1,
                "asset_no": "TEST1",
                "serial_no": "TEST1SER",
                "status": "Active",
                "next_check": "2017-10-26",
                "period": 12,
                "company_id": null,
                "location_id": 1,
                "department_id": 1,
                "description": "Test Asset 1",
                "data": null
            },
            "company": {
                "id": 1,
                "name": "TrackRecordPro",
                "created": "2017-10-09 08:42:37",
                "logo": "trp.png",
                "subdomain": "trackrecordpro",
                "styles": {
                    "test": {
                        "foo": "bar",
                        "baz": 1
                    },
                    "test2": 666.7
                },
                "data": null
            }
        }
    ]
}

Field Definitions

Expand

Invalid license

Your evaluation license of PocketQuery expired. Please contact an administrator to purchase a new license.