File List

Method GET

https://api.streamsb.com/api/file/list?key=&page=&per_page=&fld_id=&public=&created=&title=

Parameters
key API key Example: 1l5ftrilhllgwx2bo String
page page number Example: 2. Number
per_page number of results per page Example: 20. Number
fld_id folder id Example: 15. Number
public show public (1) or private (0) files only Example: 1. Number
created show only files uploaded after timestamp. Specify number to show only files uploaded X minutes ago. Example: 2020-06-21 05:07:10. String
title filter video titles Example: Iron man. String
Request
		            curl --include \
'https://api.streamsb.com/api/file/list?key=&page=&per_page=&fld_id=&public=&created=&title='
		        
Response
		            {
  "msg": "OK",
  "server_time": "2017-08-11 04:28:53",
  "status": 200,
  "result": [
    {
      "status": 200,
      "filecode": "gi4o0tlro01u",
      "name": "4K Time Lapse in the EOS 6D Mark II",
      "canplay": 1,
      "views_started": "1",
      "views": "0",
      "length": "20",
      "uploaded": "2020-08-10 05:07:17"
    },
    {
      "status": 404,
      "filecode": "gi4o0tlro012"
    }
  ]
}