GET admin/lookups/parts
Request Information
Authorize
AdminURI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PartOfSpeechName | Description | Type | Additional information |
---|---|---|---|
GrammaticGroups | Collection of GrammaticGroup |
None. |
|
SemanticGroups | Collection of SemanticGroup |
None. |
|
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:
[ { "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:
text/xml
Sample: