Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Login

To log in - the general login API is used. Example - https://aniviewwiki.atlassian.net/wiki/spaces/HELP/pages/155975720/Reporting+API#Login-API

Logout

To log out - the general logout API is used. Example - https://aniviewwiki.atlassian.net/wiki/spaces/HELP/pages/155975720/Reporting+API#Logout-API

Videos list

1. Get all videos under the CMS

Retrieves a list of all cms videos in the logged network.

Request URL:

Request Method:
GET

Status Code:
200 OK

2. Update video list item

Retrieves a list of all cms videos in the logged network.

Request URL:

Request Method:

Status Code:
200 OK

3. Delete video list item

Retrieves a list of all cms videos in the logged network.

Request URL:

Request Method:

Status Code:
200 OK

4. Create video list item

Retrieves a list of all cms videos in the logged network.

Request URL:

Request Method:

Status Code:
200 OKAniviews Content Management System includes:

Entities:

Video - enables to upload of videos directly to the Aniview platform alongside tagging and categorizing of the videos, and adding click through.

Playlist - enables creating a bundle of videos that may include filters, categorization, tagging, poster, and thumbnail images.

Video Carousel - enables transforming a bundle of images form of an MRSS/RSS feed into a video carousel.

Tools:

Feeds - enables bulk importing of videos using MRSS/RSS feed.

Contextual Filters - enables creating filters based on various categories.

Categories - enables to add of custom categories.

Tags - enables to add of custom tags.

Process Management - enables monitoring of the upload processes

To learn more on how to utilize those options inside the Aniview platform you can check this user guide -

View file
nameAniview - Video CMS - User Guide.pdf

...

The CMS API utilizes Graphql.

A playground is available for testing the different options at - https://cms.manage.aniview.com/backend/graphql-playground

All requests will come in the form of post requests to

Code Block
https://cms.manage.aniview.com/backend/graphql/

Graphql is a query-based language.

To get objects use the query method.

To update items use the mutation method.

For questions about the API implementation please email Solution@Aniview.com