GET place/modes?l={l}
Gets the known list of modes.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
l |
the lang we want to use over the one defined in the user profile, defined with the ISO code, over 2 chars |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
the modes
Collection of Flipr.Data.SQL.Pool.ModeName | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the type |
Flipr.Data.SQL.Pool.ModeCode |
None. |
Name |
Gets the translated sentence if the translation exists, the default value. |
string |
None. |
PoeditorId | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 0, "Name": "sample string 3", "PoeditorId": "9671:38764" }, { "Id": 0, "Name": "sample string 3", "PoeditorId": "9671:38764" } ]
text/html
Sample:
[{"Id":0,"Name":"sample string 3","PoeditorId":"9671:38764"},{"Id":0,"Name":"sample string 3","PoeditorId":"9671:38764"}]