GET api/Marketing/Categories

Get catgories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ContentVideoCategoryView
NameDescriptionTypeAdditional information
VideoId

integer

None.

VideoTitle

string

None.

VideoEmbedCode

string

None.

IsFeatured

boolean

None.

CategoryId

integer

None.

ParentId

integer

None.

SourceId

integer

None.

CategoryName

string

None.

VideoCategoryId

integer

None.

SourceName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VideoId": 1,
    "VideoTitle": "sample string 2",
    "VideoEmbedCode": "sample string 3",
    "IsFeatured": true,
    "CategoryId": 1,
    "ParentId": 1,
    "SourceId": 1,
    "CategoryName": "sample string 4",
    "VideoCategoryId": 5,
    "SourceName": "sample string 6"
  },
  {
    "VideoId": 1,
    "VideoTitle": "sample string 2",
    "VideoEmbedCode": "sample string 3",
    "IsFeatured": true,
    "CategoryId": 1,
    "ParentId": 1,
    "SourceId": 1,
    "CategoryName": "sample string 4",
    "VideoCategoryId": 5,
    "SourceName": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfContentVideoCategoryView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Virtuoso.Domain">
  <ContentVideoCategoryView>
    <CategoryId>1</CategoryId>
    <CategoryName>sample string 4</CategoryName>
    <IsFeatured>true</IsFeatured>
    <ParentId>1</ParentId>
    <SourceId>1</SourceId>
    <SourceName>sample string 6</SourceName>
    <VideoCategoryId>5</VideoCategoryId>
    <VideoEmbedCode>sample string 3</VideoEmbedCode>
    <VideoId>1</VideoId>
    <VideoTitle>sample string 2</VideoTitle>
  </ContentVideoCategoryView>
  <ContentVideoCategoryView>
    <CategoryId>1</CategoryId>
    <CategoryName>sample string 4</CategoryName>
    <IsFeatured>true</IsFeatured>
    <ParentId>1</ParentId>
    <SourceId>1</SourceId>
    <SourceName>sample string 6</SourceName>
    <VideoCategoryId>5</VideoCategoryId>
    <VideoEmbedCode>sample string 3</VideoEmbedCode>
    <VideoId>1</VideoId>
    <VideoTitle>sample string 2</VideoTitle>
  </ContentVideoCategoryView>
</ArrayOfContentVideoCategoryView>