Get All Coverage Set Details
Last updated
Last updated
This call is also sent as ‘POST’. It will return information on all coverage sets in the project, including ID.
The body of the call is very simple, just the credentials and project/version.
{
"context": {
"user": "mbj_test",
"password": "xxxx",
"project": {
"name": "imp_payments_demo",
"version": "1.0"
}
}
}
The return message contains the details for all coverage sets in this project (there are six in this project). Note that the return message contains IDs and details for the coverage sets as well as for all determining attributes in that coverage set. The highlighted section below shows the details for the api_demo_coverage 1.0 set.