Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Before acsessing the CMS API you will need to atenticate your account (link will be added).

The CMS API utilizes Graphql. All requests will come in the form of post requests to

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

Graphql is a query based language.

To get objects use the query mothed.

To update items use the mutation method.

  • No labels