# 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.

&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FA3BCqNxyIYOGZMAMjSmw%2Fimage.png?alt=media&#x26;token=b762ca3b-6c25-4c56-a5fd-779f5bb011aa" alt=""><figcaption><p>Call to get single coverage set details</p></figcaption></figure>

&#x20;&#x20;

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

&#x20;

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

&#x20;

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

&#x20;&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FnHgWWtltz3qzE5yMb7yO%2Fimage.png?alt=media&#x26;token=440d63af-466c-4953-b104-59732d8cc207" alt=""><figcaption><p>Return message showing details on a single coverage set</p></figcaption></figure>
