AlphaAlpha Docs

Queue coverage calculation for all variants of a type

Enqueues variant coverage recalculation for every variant of the given type within the project. Returns the queued jobs.

GET
/projects/{projectId}/variant-coverage-all/{typeId}
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
typeId*string

Query Parameters

targetWorker?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/string/variant-coverage-all/string"
[
  {
    "assets": [
      {
        "blobId": "string",
        "created": "2019-08-24T14:15:22Z",
        "extension": "string",
        "fileSize": 0,
        "name": "string",
        "type": "IMAGE"
      }
    ],
    "completed": "2019-08-24T14:15:22Z",
    "created": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "currentAgentId": "string",
    "description": "string",
    "id": "string",
    "message": "string",
    "name": "string",
    "priority": "LOW",
    "progress": 0.1,
    "retries": 0,
    "runAfter": "2019-08-24T14:15:22Z",
    "started": "2019-08-24T14:15:22Z",
    "status": "PENDING",
    "targetWorker": "string",
    "tenantId": "string",
    "typeId": "string",
    "updated": "2019-08-24T14:15:22Z",
    "updatedBy": "string",
    "workerName": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}