GET api/v1/get-formtemplate-by-clientid?clientID={clientID}&languageCode={languageCode}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientID

integer

Required

languageCode

string

Required

Response Information

Description:

Return type: Collection of FormListingItemModel

Response Formats
[
  {
    "Id": 1,
    "FormGUID": "5ef705ca-62ce-40f8-922d-e305d41233ac",
    "FormName": "sample string 3",
    "IsActive": true,
    "IsLogicalDeleted": true,
    "CreatedOn": "2026-08-23T00:16:46.27468+00:00",
    "CreatedBy": 7,
    "ModifiedOn": "2026-08-23T00:16:46.27468+00:00",
    "ModifiedBy": 1,
    "CategoryMasterId": 1
  },
  {
    "Id": 1,
    "FormGUID": "5ef705ca-62ce-40f8-922d-e305d41233ac",
    "FormName": "sample string 3",
    "IsActive": true,
    "IsLogicalDeleted": true,
    "CreatedOn": "2026-08-23T00:16:46.27468+00:00",
    "CreatedBy": 7,
    "ModifiedOn": "2026-08-23T00:16:46.27468+00:00",
    "ModifiedBy": 1,
    "CategoryMasterId": 1
  }
]
[{"Id":1,"FormGUID":"5ef705ca-62ce-40f8-922d-e305d41233ac","FormName":"sample string 3","IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2026-08-23T00:16:46.27468+00:00","CreatedBy":7,"ModifiedOn":"2026-08-23T00:16:46.27468+00:00","ModifiedBy":1,"CategoryMasterId":1},{"Id":1,"FormGUID":"5ef705ca-62ce-40f8-922d-e305d41233ac","FormName":"sample string 3","IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2026-08-23T00:16:46.27468+00:00","CreatedBy":7,"ModifiedOn":"2026-08-23T00:16:46.27468+00:00","ModifiedBy":1,"CategoryMasterId":1}]
<ArrayOfFormListingItemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Sku">
  <FormListingItemModel>
    <CategoryMasterId>1</CategoryMasterId>
    <CreatedBy>7</CreatedBy>
    <CreatedOn>2026-08-23T00:16:46.27468+00:00</CreatedOn>
    <FormGUID>5ef705ca-62ce-40f8-922d-e305d41233ac</FormGUID>
    <FormName>sample string 3</FormName>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <IsLogicalDeleted>true</IsLogicalDeleted>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2026-08-23T00:16:46.27468+00:00</ModifiedOn>
  </FormListingItemModel>
  <FormListingItemModel>
    <CategoryMasterId>1</CategoryMasterId>
    <CreatedBy>7</CreatedBy>
    <CreatedOn>2026-08-23T00:16:46.27468+00:00</CreatedOn>
    <FormGUID>5ef705ca-62ce-40f8-922d-e305d41233ac</FormGUID>
    <FormName>sample string 3</FormName>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <IsLogicalDeleted>true</IsLogicalDeleted>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2026-08-23T00:16:46.27468+00:00</ModifiedOn>
  </FormListingItemModel>
</ArrayOfFormListingItemModel>