GET api/projects/count?search={search}&distinct={distinct}&isArchived={isArchived}&applicationType={applicationType}

Get total project count in group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
search

Fuzzy search Project Name

string

None.

distinct

Count distinct by ProjectId

boolean

Default value is False

isArchived

Project is archived or not

boolean

None.

applicationType

ApplicationType enum{ FloorCovering, RenoPlan, CounterTop }

string

None.

Body Parameters

None.

Response Information

Resource Description

the count

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>