SupportedFootageTypes
From Oxygen.next Wiki
Contents |
[edit] Description
Gets information about the supported Footage Types
[edit] Summary
URL: https://oxygennext.apigee.com/Global/SupportedFootageTypes.format
Formats: Xml, Json
Requires Authentication (about Authentication): true
HTTP Method(s): GET
API rate limited (about Rate Limiting): true
[edit] Parameters
No Parameters
Response
XML Example (truncated)
<?xml version="1.0" encoding="utf-8" ?> <ListOfContentType> <ContentType> <Name>Audio</Name> <Extensions>mp3, wav, wma</Extensions> </ContentType> <ContentType> <Name>Flash</Name> <Extensions>swf</Extensions> </ContentType> <ContentType> <Name>http</Name> <Extensions>web</Extensions> </ContentType> <ContentType> <Name>LineIn</Name> <Extensions>lineIn</Extensions> </ContentType> <ContentType> <Name>News</Name> <Extensions>News</Extensions> </ContentType> <ContentType> <Name>Picture</Name> <Extensions>bmp, jpg, jpeg, png</Extensions> </ContentType> <ContentType> <Name>Script</Name> <Extensions>script</Extensions> </ContentType> <ContentType> <Name>stream</Name> <Extensions>stream</Extensions> </ContentType> <ContentType> <Name>FlashTextContainer</Name> <Extensions>tc</Extensions> </ContentType> <ContentType> <Name>TvChannel</Name> <Extensions>tv</Extensions> </ContentType> <ContentType> <Name>Video</Name> <Extensions>mpg, mpeg, wmv, avi, divx, mov, qt, mp4</Extensions> </ContentType> <ContentType> <Name>WebContainer</Name> <Extensions>webcontainer</Extensions> </ContentType> </ListOfContentType>
[edit] Usage examples
cURL (about cURL):
curl -u user:password https://oxygennext.apigee.com/Global/SupportedFootageTypes
Do you have an example to share in the language of your choice? Please share!
