nexxOMNIA API
  • Introduction
  • API Design
    • Endpoint and Authorization
    • Query Parameters
    • Response Object
  • Media API
    • Usage
    • Endpoints
      • Media Data
      • All Media Data
      • Template Data
      • Processing
  • Management API
    • Usage
    • Endpoints
      • Domain Data
      • System Data
      • Media Management
      • Media Export Management
      • Domain Management
      • Statistics
  • Frontend API
    • Usage
    • Endpoints
      • Media Interactions
      • Session Management
      • User Endpoint
      • Payment Processing
  • API Clients
    • PHP
    • NodeJS
  • Notification Gateway
  • Changelog
Powered by GitBook
On this page
  • System Constants
  • /videogenres
  • /audiogenres
  • /languagecodes
  • /countrycodes
  • /regioncodesfor
  • /persontypes
  • /videocontenttypes
  • /imagecontenttypes
  • /youtubecategories
  • /facebookcategories
  • /rokucategories
  • /ttsvoices
  • /editableattributesfor
  • /editablerestrictionsfor
  • System Incidents
  • /currentincidents

Was this helpful?

  1. Management API
  2. Endpoints

System Data

The System Endpoints offer Methods for managing System Aspects for Domains, that are not directly connected to a Media Object or influencable via Domain Settings.

System Constants

will return Lists of preconfigures, not editable Values (for example - all possible Values, a Video Genre can take)

/videogenres

GET https://api.nexx.cloud/v3.1/system/videogenres

/audiogenres

GET https://api.nexx.cloud/v3.1/system/audiogenres

/languagecodes

GET https://api.nexx.cloud/v3.1/system/languagecodes

/countrycodes

GET https://api.nexx.cloud/v3.1/system/countrycodes

/regioncodesfor

GET https://api.nexx.cloud/v3.1/system/regioncodesfor/:countrycode

Path Parameters

Name
Type
Description

countrycode

string

2-Letter Code for the Country to list all Regions for

/persontypes

GET https://api.nexx.cloud/v3.1/system/persontypes

/videocontenttypes

GET https://api.nexx.cloud/v3.1/system/videocontenttypes

/imagecontenttypes

GET https://api.nexx.cloud/v3.1/system/imagecontenttypes

/youtubecategories

GET https://api.nexx.cloud/v3.1/system/youtubecategories

/facebookcategories

GET https://api.nexx.cloud/v3.1/system/facebookcategories

/rokucategories

GET https://api.nexx.cloud/v3.1/system/rokucategories

Path Parameters

Name
Type
Description

string

/ttsvoices

GET https://api.nexx.cloud/v3.1/system/ttsvoices

Path Parameters

Name
Type
Description

string

/editableattributesfor

GET https://api.nexx.cloud/v3.1/system/editableattributesfor/:streamtype

Path Parameters

Name
Type
Description

streamtype

string

The Streamtype, you need to get the editable Attributes for.

/editablerestrictionsfor

GET https://api.nexx.cloud/v3.1/system/editablerestrictionsfor/:streamtype

Path Parameters

Name
Type
Description

streamtype

string

The Streamtype, you need to get the editable Attributes for.

System Incidents

In case of a serious Malfunction, this Endpoint will return all currently ongoing Incidents.

/currentincidents

GET https://api.nexx.cloud/v3.1/system/currentincidents

PreviousDomain DataNextMedia Management

Last updated 2 years ago

Was this helpful?