GET api/TemplateCategory?industryId={industryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
industryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TemplateCategory
NameDescriptionTypeAdditional information
Name

string

None.

SubIndustryId

integer

None.

Id

integer

None.

Status

string

None.

CreatedBy

string

None.

CreateTimestamp

date

None.

ModifiedBy

string

None.

ModifiedTimestamp

date

None.

DataStateFlag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "SubIndustryId": 2,
    "Id": 3,
    "Status": "sample string 4",
    "CreatedBy": "sample string 5",
    "CreateTimestamp": "2024-11-21T08:53:12.9141721+00:00",
    "ModifiedBy": "sample string 7",
    "ModifiedTimestamp": "2024-11-21T08:53:12.9141721+00:00",
    "DataStateFlag": "sample string 8"
  },
  {
    "Name": "sample string 1",
    "SubIndustryId": 2,
    "Id": 3,
    "Status": "sample string 4",
    "CreatedBy": "sample string 5",
    "CreateTimestamp": "2024-11-21T08:53:12.9141721+00:00",
    "ModifiedBy": "sample string 7",
    "ModifiedTimestamp": "2024-11-21T08:53:12.9141721+00:00",
    "DataStateFlag": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTemplateCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models">
  <TemplateCategory>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:53:12.9141721Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 5</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 8</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">3</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 7</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:53:12.9141721Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 4</Status>
    <Name>sample string 1</Name>
    <SubIndustryId>2</SubIndustryId>
  </TemplateCategory>
  <TemplateCategory>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:53:12.9141721Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 5</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 8</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">3</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 7</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
      <d3p1:DateTime>2024-11-21T08:53:12.9141721Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 4</Status>
    <Name>sample string 1</Name>
    <SubIndustryId>2</SubIndustryId>
  </TemplateCategory>
</ArrayOfTemplateCategory>