Version 8.3.8

Back | 

WsPresentation

Returns Presentation

URL Format

/ws/ws_presentation/api/{app_token}/mode/json/apiv/{apiv}?a={assetid}&r={referenceId}

Parameters

Name Req Type Description
app_token string The api token for the given account. You can find the api token when navigating through account->api accounts
apiv integer The api version; only version 5 supported.
a int presentation id
r string reference id

Request Headers

Name

Possible Responses

  • 303 asset found
  • 10 Invalid Parameters
  • 102 Invalid app token
  • 637 Invalid Asset

Example Response

{
  "response": {
    "success": {
      "code": 205,
      "message": "Asset Found",
      "details": ""
    },
    "wsPresentationResponse": [
      {
        "assetid": 354086,
        "title": "Blonde Antelope",
        "filename": "",
        "groupname": "from_slides",
        "datemod": "2014-09-18T21:20:55Z",
        "userid": 73,
        "folderid": 0,
        "description": "",
        "tags": "951",
        "assetTypeid": 7,
        "isActive": 1,
        "isHidden": 1,
        "presentationid": 0,
        "status": 1,
        "isPlaylistProcessed": 0,
        "geoFilterId": 0,
        "isRemoteSource": 0,
        "uuid": "087198e8",
        "isPublished": 1,
        "date_start": "1970-01-01T00:00:00Z",
        "date_end": "-0001-11-30T00:00:00Z",
        "referenceId": "",
        "thumbnailUrl": "{ovp base url}\/thumbs\/aid\/w\/h\/t1411075255\/388086.jpg",
        "thumbRel": "\/thumbs\/aid\/w\/h\/t1411075255\/388086.jpg",
        "assetType": "presentation",
        "asset_type": "presentation",
        "slides": [
          {
            "slide": {
              "asset_id": "505",
              "http_url": "{ovp base url}\/media\/73\/images\/HPIM3058.jpg?c=2014-09-18+21%3A10%3A22",
              "timecode": "0",
              "url": "",
              "title": "pic5",
              "time": "00:00:00",
              "metadatas": {
                "txtfield": {
                  "value": "",
                  "type": "text"
                },
                "txtfield2": {
                  "value": "",
                  "type": "text"
                },
                "datetime": {
                  "value": "",
                  "type": "datetime"
                },
                "number": {
                  "value": "",
                  "type": "number"
                },
                "txtArea": {
                  "value": "",
                  "type": "textArea"
                },
                "boolean": {
                  "value": "",
                  "type": "boolean"
                }
              }
            }
          },
          {
            "slide": {
              "asset_id": "504",
              "http_url": "{ovp base url}\/media\/73\/images\/HPIM3061.jpg?c=2014-09-18+21%3A10%3A22",
              "timecode": "5",
              "url": "",
              "title": "pic4",
              "time": "00:00:05",
              "metadatas": {
                "txtfield": {
                  "value": "",
                  "type": "text"
                },
                "txtfield2": {
                  "value": "",
                  "type": "text"
                },
                "datetime": {
                  "value": "",
                  "type": "datetime"
                },
                "number": {
                  "value": "",
                  "type": "number"
                },
                "txtArea": {
                  "value": "",
                  "type": "textArea"
                },
                "boolean": {
                  "value": "",
                  "type": "boolean"
                }
              }
            }
          },
          {
            "slide": {
              "asset_id": "503",
              "http_url": "{ovp base url}\/media\/73\/images\/HPIM3063.jpg?c=2014-09-18+21%3A10%3A22",
              "timecode": "10",
              "url": "",
              "title": "pic3",
              "time": "00:00:10",
              "metadatas": {
                "txtfield": {
                  "value": "",
                  "type": "text"
                },
                "txtfield2": {
                  "value": "",
                  "type": "text"
                },
                "datetime": {
                  "value": "",
                  "type": "datetime"
                },
                "number": {
                  "value": "",
                  "type": "number"
                },
                "txtArea": {
                  "value": "",
                  "type": "textArea"
                },
                "boolean": {
                  "value": "",
                  "type": "boolean"
                }
              }
            }
          }
        ],
        "googleAnalyticsAccount": "EE-23241733-10",
        "folders": null
      }
    ]
  }
}