GET Provider/Task/Count

Get the number of open tasks for the Provider

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ParaInteger
NameDescriptionTypeAdditional information
iValue

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "iValue": 1
}

application/xml, text/xml

Sample:
<ParaInteger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <iValue>1</iValue>
</ParaInteger>