Versions Compared

Key

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

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

...

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

Graphql is a query-based language.

To get objects use the query mothed method.

To update items use the mutation method.

...