Gotipath Docs
Stream
  • Documention
  • API Reference
CDN
  • Documention
  • API Reference
Stream
  • Documention
  • API Reference
CDN
  • Documention
  • API Reference
  1. Manage Videos
  • Getting Started
  • Manage Videos
    • Uploader SDKs
    • Create Video
      POST
    • List Videos
      GET
    • Get Video details
      GET
    • Video delete
      DELETE
    • Update
      PUT
    • Pull Video
      POST
  • Manage Collection
    • Create Collection
      POST
    • Collection List
      GET
    • Show
      GET
    • update
      PUT
    • Delete
      DELETE
  • Multipart Upload
    • Create parts of the original video
      POST
    • Get Presign URL
      GET
    • SignPartUpload
      PUT
    • List parts
      GET
    • Complete Multipart Upload
      POST
    • AbortMultipartUpload
      DELETE
  • Manage Tags
    • Create New Tags
      POST
    • Get All Tags
      GET
  • Manage Livestream
    • Create New Livestream
      POST
    • Delete Live stream
      DELETE
    • Livestream make ban
      PATCH
    • Livestream make unban
      PATCH
    • Get all livestream
      GET
    • Players details
      GET
    • Livestream history
      GET
    • Livestream details
      GET
  • Notifications
    • Webhook notification logs
    • Webhook notification Resend
  • Manage Security Settings
    • Add Access control
    • Get Access control
  1. Manage Videos

List Videos

GET
https://apistream.gotipath.com/v1/libraries/{libraryId}/videos
Last modified:2023-11-22 11:27:24
Maintainer:Zaied Sifat

Request

Path Params
libraryId
string 
required
Query Params
type
string 
optional
Example:
uncategorized
collection_id
string 
optional
Example:
b1bef3d5-a2dd-4fec-9bf3-061038ce2c41
page
string 
optional
Example:
1
per_page
string 
optional
Example:
5
order
string 
optional
Example:
created_at
direction
string 
optional
Example:
desc
search
string 
optional
Example:
s
from_date
string 
optional
Example:
2023-02-01
to_date
string 
optional
Example:
2023-02-13
Header Params
Accept
string 
required
Example:
application/json
X-Auth-ClientId
string 
required
Default:
ebe8bac0-eaef-4548-8b59-96c9ec38a22b
X-Auth-LibraryId
string 
required
Default:
89898172-d32b-49f8-a94a-bdf0c6ca1bd9
X-Auth-ApiKey
string 
required
Default:
pEBPYVUNMbP7uDsb0W2h3oTjpEqr32fFh/3TNUhvFcJt7/J/hyV+5LctVWONgzaw+w+PpQ

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apistream.gotipath.com/v1/libraries//videos?type=uncategorized&collection_id=b1bef3d5-a2dd-4fec-9bf3-061038ce2c41&page=1&per_page=5&order=created_at&direction=desc&search=s&from_date=2023-02-01&to_date=2023-02-13' \
--header 'Accept: application/json' \
--header 'X-Auth-ClientId;' \
--header 'X-Auth-LibraryId;' \
--header 'X-Auth-ApiKey;'

Responses

🟢200OK
application/json
Body
object {0}
Example
{}
Modified at 2023-11-22 11:27:24
Previous
Create Video
Next
Get Video details
Built with