Skip to main content
curl --location --request POST 'https://api-v2.production.higg.org/api/v1/moduledata/fslm' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <<apiKey>>' \
--header 'x-developer-request-token: <<apiKey>>' \
--data-raw '{
    "cafVersion": "1.4",
    "from": 0,
    "size": 1
}'
{
    "from": 0,
    "size": 1,
    "total": 122,
    "assessments": [
        {
            "id": "REDACTED",
            "statusHistory": {
                "NS": "2021-08-20T05:53:51.374Z",
                "ASI": "2021-09-14T06:26:32.440Z",
                "ASC": "2021-09-18T04:45:39.672Z",
                "VRP": "2021-09-29T01:11:54.885Z",
                "VRQ": "2021-10-08T14:41:34.182Z",
                "VRE": "",
                "VRC": "2021-10-08T14:55:21.472Z",
                "VRF": "2021-10-09T14:54:30.483Z",
                "VRD": "",
                "VRI": "",
                "ASD": ""
            },
            "status": "VRF",
            "version": "fslm",
            "accountId": "REDACTED",
            "accountName": "Krause",
            "sacId": "REDACTED",
            "country": "UK",
            "selfPosted": true,
            "verifiedPosted": true,
            "verified": true,
            "createdOn": 1629438831374,
            "lastUpdated": 1633791270483,
            "location": {
                "address": "REDACTEDK",
                "vicinity": "",
                "country": "UK",
                "placeid": "REDACTED",
                "lat": REDACTED,
                "long": -REDACTED
            },
            "oarId": "REDACTED",
            "taxId": "",
            "socialCreditId": "",
            "customId": "",
            "parentCompanyId": "",
            "parentCompanyName": "",
            "parentCompanySacId": "",
            "v1VerifiedId": "",
            "tags": [],
            "statusNotes": "",
            "cafVersion": "1.4.0",
            "slcpFacilityId": "REDACTED",
            "slcpAssessmentId": "REDACTED"
        }
    ]
}

Specify the endpoint for FSLM module data

Specify CAF version as a query in body

While individual assessments are versioned with both major and minor versions (i.e. “cafVersion”: “1.4.2”,), the query only supports major versions. So, “1.3”, “1.4” or “1.5”.