For the complete documentation index, see llms.txt. This page is also available as Markdown.

Common

Get characteristic types for the Based On

get

Get characteristic types for the Based On

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CharacteristicsResponse

NamestringOptional
DescriptionstringOptional
get/Common/Characteristics/BasedOn
GET /Common/Characteristics/BasedOn HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Name": "text",
  "Description": "text"
}

Get characteristic types for the Filming Location

get

Get characteristic types for the Filming Location

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CharacteristicsResponse

NamestringOptional
DescriptionstringOptional
get/Common/Characteristics/FilmingLocations
GET /Common/Characteristics/FilmingLocations HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Name": "text",
  "Description": "text"
}

Get characteristic types for the Mood And Tone

get

Get characteristic types for the Mood And Tone

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CharacteristicsResponse

NamestringOptional
DescriptionstringOptional
get/Common/Characteristics/MoodAndTone
GET /Common/Characteristics/MoodAndTone HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Name": "text",
  "Description": "text"
}

Get characteristic types for the Narrative Location

get

Get characteristic types for the Narrative Location

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CharacteristicsResponse

NamestringOptional
DescriptionstringOptional
get/Common/Characteristics/NarrativeLocations
GET /Common/Characteristics/NarrativeLocations HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Name": "text",
  "Description": "text"
}

Get characteristic types for the Setting And Context

get

Get characteristic types for the Setting And Context

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CharacteristicsResponse

NamestringOptional
DescriptionstringOptional
get/Common/Characteristics/SettingAndContext
GET /Common/Characteristics/SettingAndContext HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Name": "text",
  "Description": "text"
}

Get characteristic types for the Subject And Trope

get

Get characteristic types for the Subject And Trope

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CharacteristicsResponse

NamestringOptional
DescriptionstringOptional
get/Common/Characteristics/SubjectAndTrope
GET /Common/Characteristics/SubjectAndTrope HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Name": "text",
  "Description": "text"
}

Gets DbCollectionItems by CollectionId.

get

Gets DbCollectionItems by CollectionId.

Path parameters
CollectionIdinteger · int32Required
Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
DbCollectionItemResponse[]Optional
get/Common/Collections/{CollectionId}/Items/
GET /Common/Collections/{CollectionId}/Items/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

Gets all Child Collections of a given Collection.

get

Gets all Child Collections of a given Collection.

Query parameters
CollectionIdinteger · int32Optional
Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
DbCollectionResponse[]Optional
get/Common/Collections/Children
GET /Common/Collections/Children HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

Gets all Collections containing a specific program.

get

Gets all Collections containing a specific program.

Query parameters
ProgramIdstringOptional
Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
DbCollectionResponse[]Optional
get/Common/Collections/Program
GET /Common/Collections/Program HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]
get

Search collection data.

Query parameters
Skipinteger · int32Optional

Rows to skip, used for paging. Default is 0.

Takeinteger · int32Optional

Rows to return, used for paging. Default is 10, limit is 50.

Idsstring[]Optional

List of collection Ids.

ParentCollectionIdsstring[]Optional

List of Parent Collection Ids.

AnyIdsstring[]Optional

ID or ParentIDs matches.

ProgramIdsstring[]Optional

Filter collections containing these ProgramIds. Ex: Movie/123

NameSearchstringOptional

Search for collections by name, description.

Typesstring[]Optional

Filter collections by collection types.

SearchAllTermsstring[]Optional

Search collections across all data points for recommendations.

NextPageTokenstringOptional

Used for deep paging of record (beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.

SortBystringOptional

Sort order of results.

ModifiedRecordsSincestring · date-timeOptional

Filter results based on timestamp. Returns >= value timestamp (UTC) provided.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

SearchCollectionResponse

Tookinteger · int64Optional
Totalinteger · int64Optional
MaxScorenumber · doubleOptional
MessagestringOptional
NextPageTokenstringOptional
get/Common/Collections/Search/
GET /Common/Collections/Search/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Took": 1,
  "Total": 1,
  "MaxScore": 1,
  "Hits": [
    {
      "Score": 1,
      "Source": {
        "Id": "text",
        "Name": "text",
        "Description": "text",
        "Types": [
          "text"
        ],
        "ParentCollectionIds": [
          "text"
        ],
        "Items": [
          {
            "ProgramId": "text",
            "Sequence": 1,
            "Modified": "2026-01-01T00:00:00.000Z"
          }
        ],
        "Tags": [
          "text"
        ],
        "MicroGenres": [
          "text"
        ],
        "Subjects": [
          "text"
        ],
        "BasedOns": [
          "text"
        ],
        "Characters": [
          "text"
        ],
        "Timestamp": "2026-01-01T00:00:00.000Z"
      },
      "Id": "text"
    }
  ],
  "Message": "text",
  "NextPageToken": "text"
}

Search collections.

post

Search collection data.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Body
Skipinteger · int32Optional

Rows to skip, used for paging. Default is 0.

Takeinteger · int32Optional

Rows to return, used for paging. Default is 10, limit is 50.

IdsarrayOptional

List of collection Ids.

ParentCollectionIdsarrayOptional

List of Parent Collection Ids.

AnyIdsarrayOptional

ID or ParentIDs matches.

ProgramIdsarrayOptional

Filter collections containing these ProgramIds. Ex: Movie/123

NameSearchstringOptional

Search for collections by name, description.

TypesarrayOptional

Filter collections by collection types.

SearchAllTermsarrayOptional

Search collections across all data points for recommendations.

NextPageTokenstringOptional

Used for deep paging of record (beyond 10,000). Provide the NextPageToken returned from search results when using Timestamp sorting for optimal performance while paging large result sets. Skip is ignored when this parameter is provided.

SortBystringOptional

Sort order of results.

ModifiedRecordsSincestring · date-timeOptional

Filter results based on timestamp. Returns >= value timestamp (UTC) provided.

Responses
200

Success

application/json

SearchCollectionResponse

Tookinteger · int64Optional
Totalinteger · int64Optional
MaxScorenumber · doubleOptional
MessagestringOptional
NextPageTokenstringOptional
post/Common/Collections/Search/
POST /Common/Collections/Search/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
Content-Type: application/x-www-form-urlencoded
Content-Length: 221

"Skip=1&Take=1&Ids=[]&ParentCollectionIds=[]&AnyIds=[]&ProgramIds=[]&NameSearch='text'&Types=[]&SearchAllTerms=[]&NextPageToken='text'&SortBy='text'&ModifiedRecordsSince='2026-01-01T00:00:00.000Z'"
200

Success

{
  "Took": 1,
  "Total": 1,
  "MaxScore": 1,
  "Hits": [
    {
      "Score": 1,
      "Source": {
        "Id": "text",
        "Name": "text",
        "Description": "text",
        "Types": [
          "text"
        ],
        "ParentCollectionIds": [
          "text"
        ],
        "Items": [
          {
            "ProgramId": "text",
            "Sequence": 1,
            "Modified": "2026-01-01T00:00:00.000Z"
          }
        ],
        "Tags": [
          "text"
        ],
        "MicroGenres": [
          "text"
        ],
        "Subjects": [
          "text"
        ],
        "BasedOns": [
          "text"
        ],
        "Characters": [
          "text"
        ],
        "Timestamp": "2026-01-01T00:00:00.000Z"
      },
      "Id": "text"
    }
  ],
  "Message": "text",
  "NextPageToken": "text"
}

Gets Collection suggestions for a specific program.

get

Gets Collection suggestions for a specific program.

Query parameters
ProgramIdstringOptional
Takeinteger · int32Optional
Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

SearchCollectionResponse

Tookinteger · int64Optional
Totalinteger · int64Optional
MaxScorenumber · doubleOptional
MessagestringOptional
NextPageTokenstringOptional
get/Common/Collections/Suggestions
GET /Common/Collections/Suggestions HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Took": 1,
  "Total": 1,
  "MaxScore": 1,
  "Hits": [
    {
      "Score": 1,
      "Source": {
        "Id": "text",
        "Name": "text",
        "Description": "text",
        "Types": [
          "text"
        ],
        "ParentCollectionIds": [
          "text"
        ],
        "Items": [
          {
            "ProgramId": "text",
            "Sequence": 1,
            "Modified": "2026-01-01T00:00:00.000Z"
          }
        ],
        "Tags": [
          "text"
        ],
        "MicroGenres": [
          "text"
        ],
        "Subjects": [
          "text"
        ],
        "BasedOns": [
          "text"
        ],
        "Characters": [
          "text"
        ],
        "Timestamp": "2026-01-01T00:00:00.000Z"
      },
      "Id": "text"
    }
  ],
  "Message": "text",
  "NextPageToken": "text"
}

Returns Collection Types.

get

Returns Collection Types.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
string[]Optional
get/Common/CollectionTypes
GET /Common/CollectionTypes HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[
  "text"
]

List of Countries.

get

List of Countries, ISO codes and Country IDs used throughout the API.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CountryResponse

Idinteger · int32Optional
FabricIdstringOptional

Fabric Language Id.

IsoCodestringOptional

ISO code for a Country.

IsoCodeA3stringOptional

ISO 3 character code for a Country.

NamestringOptional

Name of the Country.

AlternateNamesstring[]Optional

Alternate names of the Country.

get/Common/Countries/
GET /Common/Countries/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[
  {
    "Id": 1,
    "FabricId": "text",
    "IsoCode": "text",
    "IsoCodeA3": "text",
    "Name": "text",
    "AlternateNames": [
      "text"
    ]
  }
]

Get Country by ID.

get

Requires a valid Country ID.

Path parameters
Idinteger · int64Required
Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CountryResponse

Idinteger · int32Optional
FabricIdstringOptional

Fabric Language Id.

IsoCodestringOptional

ISO code for a Country.

IsoCodeA3stringOptional

ISO 3 character code for a Country.

NamestringOptional

Name of the Country.

AlternateNamesstring[]Optional

Alternate names of the Country.

get/Common/Countries/{Id}
GET /Common/Countries/{Id} HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Id": 1,
  "FabricId": "text",
  "IsoCode": "text",
  "IsoCodeA3": "text",
  "Name": "text",
  "AlternateNames": [
    "text"
  ]
}

List of filter options available in data demo.

get

List of filter options available in data demo.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

DataDemoFilters

YearRangeinteger · int32[]Optional
AwardYearsinteger · int32[]Optional
RemoteIpstringOptional
get/Common/DataDemoFilters
GET /Common/DataDemoFilters HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "SortBy": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "CollectionSortBys": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "ProgramTypes": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "Packages": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "AvailableOn": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "Genres": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "Themes": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "Status": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "Countries": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "TrendSources": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "TrendBrands": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "TrendListClassifiers": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "MissingExternalIdNames": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "Languages": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "OriginatingNetworks": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "CollectionTypes": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "YearRange": [
    1
  ],
  "AwardYears": [
    1
  ],
  "AwardTypes": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "AwardCategoryTypes": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "SubjectsAndTrope": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "FilmingLocations": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "BasedOn": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "SettingAndContext": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "NarrativeLocations": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "MoodAndTones": [
    {
      "Name": "text",
      "Value": "text"
    }
  ],
  "RemoteIp": "text"
}

Gets all EncodeTypes.

get

Videos are encoded in various formats and bitrates to reach any screen and work with any player.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
EncodeTypeResponse[]Optional
get/Common/EncodeTypes/
GET /Common/EncodeTypes/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Common Enumerators.

get

Provider enumerator has values added regularly. Update your SDK to refresh these values.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

CommonEnumerators

Providerstring[]Optional
DeliveryMethodstring[]Optional
OfferTypestring[]Optional
VideoQualitystring[]Optional
CurrencyTypestring[]Optional
get/Common/GetCommonEnumerators
GET /Common/GetCommonEnumerators HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Provider": [
    "text"
  ],
  "DeliveryMethod": [
    "text"
  ],
  "OfferType": [
    "text"
  ],
  "VideoQuality": [
    "text"
  ],
  "CurrencyType": [
    "text"
  ]
}

List of CurrencyTypes.

get

List of CurrencyTypes.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
string[]Optional
get/Common/GetCurrencyTypes
GET /Common/GetCurrencyTypes HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[
  "text"
]

List of DeliveryMethods.

get

List of DeliveryMethods.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
string[]Optional
get/Common/GetDeliveryMethods
GET /Common/GetDeliveryMethods HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[
  "text"
]

List of OfferTypes.

get

List of OfferTypes.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
string[]Optional
get/Common/GetOfferTypes
GET /Common/GetOfferTypes HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[
  "text"
]

List of Providers.

get

List of Providers.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
string[]Optional
get/Common/GetProviders
GET /Common/GetProviders HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[
  "text"
]

List of VideoQualities.

get

Returns Providers.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
string[]Optional
get/Common/GetVideoQualities
GET /Common/GetVideoQualities HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[
  "text"
]

Returns full history of the Images Changes, or partial history when FromDate is included.

get

Requires a valid ImageId, with optional FromDate.

Query parameters
Idinteger · int64Required

Required ID of Image.

FromDatestring · date-timeOptional

Optional FromDate to return partial history of Image changes. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
DbImageChangeResponse[]Optional
get/Common/Images/{Id}/Changes
GET /Common/Images/{Id}/Changes?Id=1 HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

Returns Tags for an Image.

get

Requires a valid Image Id.

Query parameters
Idinteger · int64Required

Required ID of Image.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
DbImageTagResponse[]Optional
get/Common/Images/{Id}/Tags
GET /Common/Images/{Id}/Tags?Id=1 HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Image Types.

get

A list of image types available in the IVA database. EX: Poster.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
ImageTypeResponse[]Optional
get/Common/ImageTypes/
GET /Common/ImageTypes/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Languages.

get

Returns a list of languages used in the API as well as the ISO code and language ID.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

LanguageResponse

Idinteger · int32Optional

Unique ID of a Language.

IsoCodestringOptional

ISO code for this Language.

NamestringOptional

Name of the Language.

FabricIdstringOptional

Fabric Language Id.

IETFCodestringOptional

IETF BCP 47 code for this language.

get/Common/Languages/
GET /Common/Languages/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[
  {
    "Id": 1,
    "IsoCode": "text",
    "Name": "text",
    "FabricId": "text",
    "IETFCode": "text"
  }
]

Get Language by ID.

get

Requires a valid Language ID.

Path parameters
Idinteger · int64Required
Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

LanguageResponse

Idinteger · int32Optional

Unique ID of a Language.

IsoCodestringOptional

ISO code for this Language.

NamestringOptional

Name of the Language.

FabricIdstringOptional

Fabric Language Id.

IETFCodestringOptional

IETF BCP 47 code for this language.

get/Common/Languages/{Id}
GET /Common/Languages/{Id} HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

{
  "Id": 1,
  "IsoCode": "text",
  "Name": "text",
  "FabricId": "text",
  "IETFCode": "text"
}

Returns all MovieAlternateIdTypes

get

No parameters

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
MovieAlternateIdTypeResponse[]Optional
get/Common/MovieAlternateIdTypes
GET /Common/MovieAlternateIdTypes HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Movie Certifications.

get

Returns all Movie Certifications used in a movie response with the Releases object.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
MovieCertificationResponse[]Optional
get/Common/MovieCertifications
GET /Common/MovieCertifications HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Movie Genres.

get

List of all movie genres used in the API.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
DbMovieGenre[]Optional
get/Common/MovieGenres
GET /Common/MovieGenres HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Movie Release Types

get

No parameters

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
MovieReleaseTypeResponse[]Optional
get/Common/MovieReleaseTypes
GET /Common/MovieReleaseTypes HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Originating Networks.

get

Returns a list of originating networks associated with shows in the IVA database.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
OriginatingNetworkResponse[]Optional
get/Common/OriginatingNetworks/
GET /Common/OriginatingNetworks/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of External Id Types

get

No parameters

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
ShowAlternateIdTypeResponse[]Optional
get/Common/ShowAlternateIdTypes
GET /Common/ShowAlternateIdTypes HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Show Certifications.

get

List of Show Certifications and definitions.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
DbShowCertification[]Optional
get/Common/ShowCertifications
GET /Common/ShowCertifications HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Show Genres.

get

Returns a list of all the show genres used in the IVA database.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
DbShowGenre[]Optional
get/Common/ShowGenres
GET /Common/ShowGenres HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Show Release Types

get

No parameters

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
ShowReleaseTypeResponse[]Optional
get/Common/ShowReleaseTypes
GET /Common/ShowReleaseTypes HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Tags (with paging).

get

Paged list of all tags used in the API.

Query parameters
Skipinteger · int32Required

Offset for paging. Default is 0.

Takeinteger · int32Required

Maximum number of rows returned. Default is 1,000.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
TagResponse[]Optional
get/Common/Tags/
GET /Common/Tags/?Skip=1&Take=1 HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Trend Sources.

get

List of Trend Sources.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
TrendSourceResponse[]Optional
get/Common/TrendSources
GET /Common/TrendSources HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

List of Video Types.

get

Returns a list of the types of videos that can be associated to a title.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
VideoTypeResponse[]Optional
get/Common/VideoTypes/
GET /Common/VideoTypes/ HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
200

Success

[]

Last updated