GET api/InspectionTemplates/GetGlobalInspectionTemplatesCount

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of InspectionTemplateSubindustries
NameDescriptionTypeAdditional information
SubIndustryName

string

None.

SubIndustryId

integer

None.

InspectionTemplateCount

integer

None.

CreatedBy

string

None.

CreatedByCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SubIndustryName": "sample string 1",
    "SubIndustryId": 2,
    "InspectionTemplateCount": 3,
    "CreatedBy": "sample string 4",
    "CreatedByCount": 5
  },
  {
    "SubIndustryName": "sample string 1",
    "SubIndustryId": 2,
    "InspectionTemplateCount": 3,
    "CreatedBy": "sample string 4",
    "CreatedByCount": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfInspectionTemplateSubindustries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.InspectionsTemplates">
  <InspectionTemplateSubindustries>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedByCount>5</CreatedByCount>
    <InspectionTemplateCount>3</InspectionTemplateCount>
    <SubIndustryId>2</SubIndustryId>
    <SubIndustryName>sample string 1</SubIndustryName>
  </InspectionTemplateSubindustries>
  <InspectionTemplateSubindustries>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedByCount>5</CreatedByCount>
    <InspectionTemplateCount>3</InspectionTemplateCount>
    <SubIndustryId>2</SubIndustryId>
    <SubIndustryName>sample string 1</SubIndustryName>
  </InspectionTemplateSubindustries>
</ArrayOfInspectionTemplateSubindustries>