WsPresentationSlide
	        	Returns Presentation Slide
		            URL Format
	            /ws/ws_presentation_slide/api/{app_token}/mode/json/apiv/{apiv}?a={assetid}
	    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. | 
			
                | slideId |  | int | Slide Id | 
        
	
    Request Headers
    
    Possible Responses
    
- 1267 Slides found
- 10 Invalid Parameters
- 100 Invalid user token
- 101 Invalid client token
- 102 Invalid app token
- 103 Authentication Required
- 936 No slides found
Example Response
	            {
  "response": {
    "success": {
      "code": 1267,
      "message": "Slides found",
      "details": ""
    },
    "wsPresentationSlideResponse": {
      "slide_id": "390718",
      "asset_id": "1037112",
      "client_id": "73",
      "sort_num": "4",
      "http_url": "http:\/\/ovp.piksel.tech\/media\/73\/images\/Awesome_Face_Batman-1037012.png?c=2015-07-07+11%3A46%3A45",
      "timecode": "10",
      "url": null,
      "title": "slide title",
      "time": "00:00:10",
      "asset_type": "image",
      "metadatas": {
        "datetime": {
          "value": "2015-04-13 19:22:35",
          "type": "datetime"
        },
        "number": {
          "value": null,
          "type": "number"
        },
        "txtArea": {
          "value": null,
          "type": "textArea"
        },
        "boolean": {
          "value": null,
          "type": "boolean"
        }
      }
    }
  }
}