Get Single Coverage Set Details

This call is used to obtain details on a single coverage set. This call is sent as a ‘POST’. You must know the ID prior to setting this one up as the target coverage set ID is used in the API header.

Call to get single coverage set details

The body of the call is the same as used for ‘get all coverage sets’.

{
    "context": {
        "user": "mbj_test",
        "password": "xxxx",
        "project": {
            "name": "imp_payments_demo",
            "version": "1.0"
        }
    }
}

The return message contains details only for the requested coverage set.

Return message showing details on a single coverage set

Last updated

Was this helpful?