Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Operation

This operation allow you to get a list of all the languages supported by the system.

Style
table {
width: 100%;
}
body.page-gadget {
padding-top: 20px;
}
.separator{
margin: 5px 0;
}



Div
style background-color: green; color: white; display: inline-block; padding: 5px; border-radius: 3px;

GET



Div
stylebackground-color: #0a2b1d; padding: 10px 1em; display: inline-block; color: white; border-radius: 3px;
http://{urlName}/tesiproPMS/api/{version}/language



Request

Info
This request has no parameters.


Example request

Code Block
languagepowershell
themeDJango
GET http://81.184.0.161:9696/tesiproPMS/api/v1/language



Response

Array of Language elements.

Entity

Insert excerpt
Language
Language
nopaneltrue

Example response

Code Block
themeDJango
[
  {
    "id": 1,
    "codeISO6391": "ES",
    "name": "Spanish",
    "nativeName": "Español"
  },
  {
    "id": 2,
    "codeISO6391": "EN",
    "name": "English",
    "nativeName": "English"
  },
  {
    "id": 3,
    "codeISO6391": "CAT",
    "name": "Catalan",
    "nativeName": "Catalan"
  },
  {
    "id": 4,
    "codeISO6391": "DE",
    "name": "German",
    "nativeName": "Deutsch"
  },
  {
    "id": 5,
    "codeISO6391": "FR",
    "name": "French",
    "nativeName": "Français"
  },
  {
    "id": 6,
    "codeISO6391": "PT",
    "name": "Portuguese",
    "nativeName": "Português"
  },
  {
    "id": 7,
    "codeISO6391": "IT",
    "name": "Italian",
    "nativeName": "Italiano"
  }
]