GET admin/lookups/forms/{id}

Request Information

Authorize

Admin

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

GrammaticForm
NameDescriptionTypeAdditional information
Group

GrammaticGroup

Required

Code

string

Required

String length: inclusive between 1 and 10

ID

integer

None.

Name

string

Required

String length: inclusive between 1 and 100

SortOrder

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "group": {
    "part": {
      "code": "sample string 1",
      "id": 2,
      "name": "sample string 3",
      "sortOrder": 4
    },
    "code": "sample string 1",
    "id": 2,
    "name": "sample string 3",
    "sortOrder": 4
  },
  "code": "sample string 1",
  "id": 2,
  "name": "sample string 3",
  "sortOrder": 4
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[Corpora.Domain.GrammaticForm, Corpora.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[Corpora.Domain.GrammaticForm, Corpora.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.