Get the information of a specific page/post.

Request: Page(id, language, usr, pwd)

parameter

type

format

mandatory?

id

integer

Yes

language

string

Yes

usr

integer

Yes

pwd

string

Yes

Response:

{
  "Page": [
    {
      "page_id": "1568",
      "page_headline": "",
      "page_summary": "",
      "page_text": "",
      "page_title": "",
      "page_keywords": "",
      "page_description": "",
      "page_place": "",
      "page_address": "",
      "page_zip": "",
      "page_city": "",
      "page_start": "",
      "page_end": "",
      "page_timetable": "",
      "page_latitude": "",
      "page_longitude": "",
      "edition_date": "",
      "expiration_date": "",
      "level1_id": "0",
      "level1_name": "",
      "level2_id": "1",
      "level2_name": "",
      "level3_id": "0",
      "level3_name": "",
      "level4_id": "0",
      "level4_name": "",
      "images": [
        {
          "image": "/news/N1568F0.jpg"
        },{
          "image": "/news/N1568F1.jpg"
        },{
          "image": "/news/N1568F2.jpg"
        }
      ]
    }
  ]
}