GET api/FrontEnd/FrontEndTypeValueGetList?groupType={groupType}&typeValueId={typeValueId}

Documentation for 'FrontEndTypeValueGetList'.

Request Information

Parameters

NameDescriptionAdditional information
groupType
Documentation for 'groupType'.

Define this parameter in the request URI.

typeValueId
Documentation for 'typeValueId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "TypeValueId": 1,
      "TypeName": "sample string 2",
      "GroupType": 3
    },
    {
      "TypeValueId": 1,
      "TypeName": "sample string 2",
      "GroupType": 3
    },
    {
      "TypeValueId": 1,
      "TypeName": "sample string 2",
      "GroupType": 3
    }
  ],
  "CurrentPage": 1,
  "PageSize": 2,
  "TotalRecord": 3,
  "ResponseStatus": "sample string 4",
  "ResponseMessage": "sample string 5",
  "LinkDownload": "sample string 6"
}

text/xml

Sample:
<ApiResponseOfArrayOfTypeValue75_S1MEh_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility">
  <CurrentPage>1</CurrentPage>
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Lib.DTO">
    <d2p1:TypeValue>
      <d2p1:GroupType>3</d2p1:GroupType>
      <d2p1:TypeName>sample string 2</d2p1:TypeName>
      <d2p1:TypeValueId>1</d2p1:TypeValueId>
    </d2p1:TypeValue>
    <d2p1:TypeValue>
      <d2p1:GroupType>3</d2p1:GroupType>
      <d2p1:TypeName>sample string 2</d2p1:TypeName>
      <d2p1:TypeValueId>1</d2p1:TypeValueId>
    </d2p1:TypeValue>
    <d2p1:TypeValue>
      <d2p1:GroupType>3</d2p1:GroupType>
      <d2p1:TypeName>sample string 2</d2p1:TypeName>
      <d2p1:TypeValueId>1</d2p1:TypeValueId>
    </d2p1:TypeValue>
  </Items>
  <LinkDownload>sample string 6</LinkDownload>
  <PageSize>2</PageSize>
  <ResponseMessage>sample string 5</ResponseMessage>
  <ResponseStatus>sample string 4</ResponseStatus>
  <TotalRecord>3</TotalRecord>
</ApiResponseOfArrayOfTypeValue75_S1MEh_S>