GET api/RepTblFields

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RepTblFields
NameDescriptionTypeAdditional information
IdRepTblField

decimal number

None.

IdRepTbl

decimal number

None.

TblFieldName

string

None.

TblFieldCaption

string

None.

TblFieldWidth

integer

None.

TblFieldType

string

None.

GroupName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IdRepTblField": 1.0,
    "IdRepTbl": 1.0,
    "TblFieldName": "sample string 2",
    "TblFieldCaption": "sample string 3",
    "TblFieldWidth": 1,
    "TblFieldType": "sample string 4",
    "GroupName": "sample string 5"
  },
  {
    "IdRepTblField": 1.0,
    "IdRepTbl": 1.0,
    "TblFieldName": "sample string 2",
    "TblFieldCaption": "sample string 3",
    "TblFieldWidth": 1,
    "TblFieldType": "sample string 4",
    "GroupName": "sample string 5"
  }
]

text/html

Sample:
[{"IdRepTblField":1.0,"IdRepTbl":1.0,"TblFieldName":"sample string 2","TblFieldCaption":"sample string 3","TblFieldWidth":1,"TblFieldType":"sample string 4","GroupName":"sample string 5"},{"IdRepTblField":1.0,"IdRepTbl":1.0,"TblFieldName":"sample string 2","TblFieldCaption":"sample string 3","TblFieldWidth":1,"TblFieldType":"sample string 4","GroupName":"sample string 5"}]

application/xml, text/xml

Sample:
<ArrayOfRepTblFields xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <RepTblFields>
    <GroupName>sample string 5</GroupName>
    <IdRepTbl>1</IdRepTbl>
    <IdRepTblField>1</IdRepTblField>
    <TblFieldCaption>sample string 3</TblFieldCaption>
    <TblFieldName>sample string 2</TblFieldName>
    <TblFieldType>sample string 4</TblFieldType>
    <TblFieldWidth>1</TblFieldWidth>
  </RepTblFields>
  <RepTblFields>
    <GroupName>sample string 5</GroupName>
    <IdRepTbl>1</IdRepTbl>
    <IdRepTblField>1</IdRepTblField>
    <TblFieldCaption>sample string 3</TblFieldCaption>
    <TblFieldName>sample string 2</TblFieldName>
    <TblFieldType>sample string 4</TblFieldType>
    <TblFieldWidth>1</TblFieldWidth>
  </RepTblFields>
</ArrayOfRepTblFields>