Events

All events with pagination numbers

GET /api/program/list/(int: offset)/(int: limit)

Example response:

HTTP/1.1 200 OK
Vary: Accept
Content-Type: application/json; charset=UTF-8

[
   {
        "response_code": 1000,
        "data": {
          "events": [
            {
              "id": "35",
              "title": "",
              "imageUrl": "http://ls-summit.dev/api/program/banner/get/35",
              "date": {
                "date_from": "2017-01-14 00:00:00",
                "date_to": "2017-02-01 23:59:00"
              },
              "location": {
                "name": "",
                "address": ""
              },
              "program": [
                {
                  "date": "2017-01-14",
                  "dayOfWeek": "7",
                  "activities": [
                    {
                      "title": "sss",
                      "time": "00:00:00"
                    },
                    {
                      "title": "ssd",
                      "time": "00:00:00"
                    }
                  ]
                },
                {
                  "date": "2017-02-01",
                  "dayOfWeek": "4",
                  "activities": [
                    {
                      "title": "asdads",
                      "time": "23:59:00"
                    }
                  ]
                }
              ]
            },
            {
              "id": "31",
              "title": "asdasd111",
              "imageUrl": "http://ls-summit.dev/api/program/banner/get/31",
              "date": {
                "date_from": null,
                "date_to": null
              },
              "location": {
                "name": "",
                "address": ""
              },
              "program": []
            },
            {
              "id": "29",
              "title": "asdasdasdasdasdasdasdasd",
              "imageUrl": "http://ls-summit.dev/api/program/banner/get/29",
              "date": {
                "date_from": null,
                "date_to": null
              },
              "location": {
                "name": "",
                "address": ""
              },
              "program": []
            }
          ]
        },
        "system": {
          "created_at": "2017-01-16 11:21:41",
          "signature": "cb72be7f09226f6dba6009a7ea04a89f11dbe413",
          "message": "Success"
        }
      }
]

Get event details by Id

GET /api/program/details/(int: id)

Example response:

HTTP/1.1 200 OK
Vary: Accept
Content-Type: application/json; charset=UTF-8

[
      {
        "response_code": 1000,
        "data": {
          "programs": {
            "id": "10",
            "title": "The e-Money Challenge:  What is Telco missing to breakthrough?",
            "banner": "/var/www/html/ls-summit/repo/images/program/88964338db56e4ebaddff1986173f01e-telco missing.jpg",
            "program_date": "2016-01-21",
            "program_time": "01:30:00",
            "location": "Japan",
            "speaker": "Rohan Mahadevan",
            "position": "SVP and General Manager",
            "company": "PayPal",
            "photo": "/var/www/html/ls-summit/repo/images/speaker/74c7788cfb550a81de83944c65504e40-rohan-mahadevan.jpg",
            "description": "<p>Rohan Mahadevan is SVP and General Manager for PayPal</p>\r\n",
            "details": "<p>Is telco missing a vital piece to be able to really &quot;break through&quot;?</p>\r\n",
            "created_at": "2015-12-09 08:26:03",
            "created_by": "8",
            "modified_at": "0000-00-00 00:00:00",
            "modified_by": "0",
            "deleted_at": "0000-00-00 00:00:00",
            "deleted_by": "0",
            "is_deleted": "0",
            "posted_at": "0000-00-00 00:00:00",
            "posted_by": "0",
            "is_posted": "0",
            "venue": "Here"
          }
        },
        "system": {
          "created_at": "2017-01-10 10:39:07",
          "signature": "1a4203424c4f2ea56c2b2fc3ca425c4a79dee5f4",
          "message": "Success"
        }
      }
]

Get image banner by Id

GET /api/program/banner/get/(int: id)

Example response:

_images/banner.png

Get image photo by Id

GET /api/program/photo/get/(int: id)

Example response:

_images/photo.jpg