v1

latestOpenAPI 3.0.02026-07-17715665.1 KB
Periods

Verify quantifier pool size

get/api/periods/{id}/verifyQuantifierPoolSize

Path parameters

idstring required

Response

Period

quantifierPoolSizenumber required

The number of quantifiers in the pool

quantifierPoolSizeNeedednumber required

The number of quantifiers needed in the pool

quantifierPoolDeficitSizenumber required

Example response

{
  "quantifierPoolSize": 10,
  "quantifierPoolSizeNeeded": 10
}