POST api_1287/ListEntityForms

Gönderilen entity name'e bağlı formların listesini verir.

Request Information

URI Parameters

None.

Body Parameters

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Formun kodu ve Id'ini içeren bir IEnumerable döner

Collection of LookUpTOfGuid
NameDescriptionTypeAdditional information
Text

string

None.

Value

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Text": "sample string 1",
    "Value": "583f59ca-bf76-4d9b-b2fc-a3a908e76b36"
  },
  {
    "Text": "sample string 1",
    "Value": "583f59ca-bf76-4d9b-b2fc-a3a908e76b36"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOrtakTanimlar.LookUpTOfguidHKBPqDhX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Resources">
  <OrtakTanimlar.LookUpTOfguidHKBPqDhX>
    <Text>sample string 1</Text>
    <Value>583f59ca-bf76-4d9b-b2fc-a3a908e76b36</Value>
  </OrtakTanimlar.LookUpTOfguidHKBPqDhX>
  <OrtakTanimlar.LookUpTOfguidHKBPqDhX>
    <Text>sample string 1</Text>
    <Value>583f59ca-bf76-4d9b-b2fc-a3a908e76b36</Value>
  </OrtakTanimlar.LookUpTOfguidHKBPqDhX>
</ArrayOfOrtakTanimlar.LookUpTOfguidHKBPqDhX>