GET api/v1/Get_Mypropertycounts

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

propertycount
NameDescriptionTypeAdditional information
property

integer

None.

supergroup

integer

None.

project

integer

None.

property2

integer

None.

supergroup2

integer

None.

project2

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "property": 1,
  "supergroup": 2,
  "project": 3,
  "property2": 4,
  "supergroup2": 5,
  "project2": 6
}

application/xml, text/xml

Sample:
<propertycount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge">
  <project>3</project>
  <project2>6</project2>
  <property>1</property>
  <property2>4</property2>
  <supergroup>2</supergroup>
  <supergroup2>5</supergroup2>
</propertycount>