Name | Type | Description | Required? |
---|---|---|---|
PageSize | System.Int32 | the maximum number of results to return | Not Required |
PageNum | System.Int32 | the 0-based page index of the results to return | Not Required |
Expand | System.String[] | The collection to expand and return in the response | Not Required |
Filter | MediaProperties | Filter set that can be applied to the request | Not Required |
Ordering | MediaOrdering | Ordering that can be applied to the request | Not Required |
ProjectId | System.Int32 | Unavailable | Required |
ProjectId | System.Int32 | Unavailable | Required |
Name | Type | Description | Required? | ProjectId | System.Int32 | Id | Required |
---|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.phoenixplatform.net" xmlns:tig="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Services" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:tig1="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Services.Filters"> <soapenv:Header> <PhoenixHeader xmlns="http://api.phoenixplatform.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AccessToken>[YOUR ACCESS TOKEN]</AccessToken> <Phoenix-ProjectId>1</Phoenix-ProjectId> </PhoenixHeader> </soapenv:Header> <soapenv:Body> <api1:ListMedia xmlns:api1="http://api.phoenixplatform.com"> <api1:request> <tig:Filter> <tig:FilterSetOfMediaProperties> <tig:FilterRules> <tig:FilterRuleOfMediaProperties> <tig:FilterBy>VoteCount_Overall</tig:FilterBy> <tig:FilterOperator>IsEqualTo</tig:FilterOperator> <tig:FilterValue>"1"</tig:FilterValue> </tig:FilterRuleOfMediaProperties> </tig:FilterRules> </tig:FilterSetOfMediaProperties> </tig:Filter> <tig:Ordering> <tig1:Direction>DESC</tig1:Direction> <tig1:SortBy>ModifyDate</tig1:SortBy> </tig:Ordering> <tig:PageNum>1</tig:PageNum> <tig:PageSize>25</tig:PageSize> </api1:request> </api1:ListMedia> </soapenv:Body> </soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <ActivityId CorrelationId="d088e8c6-bf1e-4a9d-9e96-3f5faf232af5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">17abb643-6b2f-4485-b4ff-0afc30697b7d</ActivityId> </s:Header> <s:Body> <MediaResponse xmlns="http://api.phoenixplatform.com"> <MediaResult xmlns:a="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Syndicate.Services.Contracts.Article" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <b:Data xmlns="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Services" xmlns:b="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Media.Model"> <b:Media> <b:CategoryId>0</b:CategoryId> <b:CommentCount_Daily>0</b:CommentCount_Daily> <b:CommentCount_Monthly>0</b:CommentCount_Monthly> <b:CommentCount_Overall>0</b:CommentCount_Overall> <b:CommentCount_Weekly>0</b:CommentCount_Weekly> <b:CreateDate>2019-02-17T01:28:30.7175258Z</b:CreateDate> <b:Description i:nil="true" /> <b:MediaFiles /> <b:ModifyDate>2019-02-17T01:28:30.7175258Z</b:ModifyDate> <b:Name i:nil="true" /> <b:ProfileId>0</b:ProfileId> <b:ProjectId>0</b:ProjectId> <b:Rating_Daily>0</b:Rating_Daily> <b:Rating_Monthly>0</b:Rating_Monthly> <b:Rating_Overall>0</b:Rating_Overall> <b:Rating_Weekly>0</b:Rating_Weekly> <b:ReplyCount_Daily>0</b:ReplyCount_Daily> <b:ReplyCount_Monthly>0</b:ReplyCount_Monthly> <b:ReplyCount_Overall>0</b:ReplyCount_Overall> <b:ReplyCount_Weekly>0</b:ReplyCount_Weekly> <b:ShareCount_Daily>0</b:ShareCount_Daily> <b:ShareCount_Monthly>0</b:ShareCount_Monthly> <b:ShareCount_Overall>0</b:ShareCount_Overall> <b:ShareCount_Weekly>0</b:ShareCount_Weekly> <b:ViewCount_Daily>0</b:ViewCount_Daily> <b:ViewCount_Monthly>0</b:ViewCount_Monthly> <b:ViewCount_Overall>0</b:ViewCount_Overall> <b:ViewCount_Weekly>0</b:ViewCount_Weekly> <b:VoteCount_Daily>0</b:VoteCount_Daily> <b:VoteCount_Monthly>0</b:VoteCount_Monthly> <b:VoteCount_Overall>0</b:VoteCount_Overall> <b:VoteCount_Weekly>0</b:VoteCount_Weekly> </b:Media> </b:Data> <TotalRecords xmlns="http://schemas.datacontract.org/2004/07/Tigerspike.Phoenix.Services">1</TotalRecords> </MediaResult> </MediaResponse> </s:Body> </s:Envelope>
Sample Request
GET /projects/{projectId}/media?filter=Tags eq '"TestValue[fd9066662fa84311b35966c421c7f82a]"&sortby=Tags&sortdir=desc&pageNum=1&pageSize=25 HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: application/json; charset=utf-8 Authorization: Bearer [YOUR SUPER SECURE TOKEN] Content-Length: 0 Host: [CallHost] Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5)-
HTTP/1.1 200 OK Cache-Control: private Content-Length: 200 Content-Type: application/json; charset=utf-8 Server: Microsoft-IIS/8.5 X-AspNet-Version: 4.0.30319 Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS Access-Control-Allow-Headers: Content-Type [{ "ProjectId": 0, "ProfileId": 0, "CategoryId": 0, "Name": null, "Description": null, "CreateDate": "2019-02-17T02:31:05.0617266Z", "ViewCount_Daily": 0, "ViewCount_Weekly": 0, "ViewCount_Monthly": 0, "ViewCount_Overall": 0, "VoteCount_Daily": 0, "VoteCount_Weekly": 0, "VoteCount_Monthly": 0, "VoteCount_Overall": 0, "Rating_Daily": 0.0, "Rating_Weekly": 0.0, "Rating_Monthly": 0.0, "Rating_Overall": 0.0, "ShareCount_Daily": 0, "ShareCount_Weekly": 0, "ShareCount_Monthly": 0, "ShareCount_Overall": 0, "CommentCount_Daily": 0, "CommentCount_Weekly": 0, "CommentCount_Monthly": 0, "CommentCount_Overall": 0, "ReplyCount_Daily": 0, "ReplyCount_Weekly": 0, "ReplyCount_Monthly": 0, "ReplyCount_Overall": 0, "ModifyDate": "2019-02-17T02:31:05.0617266Z", "MediaFiles": [] }]
Nuget
PM> Install-Package PhoenixServiceHelper
PhoenixServiceHelper Sample
using System; using System.Collections.Generic; using Tigerspike.Phoenix.Services.Api.ServiceConfiguration; using Tigerspike.Phoenix.Services.Api.ServiceRequest; using PhoenixService = Tigerspike.PhoenixMedia.V1; using Tigerspike.Phoenix.Services.Api; var request = new SoapServiceRequest() { Token = "[YOUR SUPER SECURE TOKEN]", ProjectId = 1 }; var configuration = CustomConfigurationFactory.CreateServiceConfiguration(Assembly.GetExecutingAssembly()); var proxy = new PhoenixServiceHelper<PhoenixService.IPhoenixMediaService>(configuration); var response = proxy.Execute(request, o => o.ListMedia(new PhoenixService.ListMediaRequest() { Filter = new[] { new FilterSetOfMediaProperties { FilterRules = new[] { new FilterRuleOfMediaProperties { FilterBy = MediaProperties.DurationInSeconds, FilterOperator = ComparisonOperators.IsEqualTo, FilterValue = "1" } } } }, Ordering = new OrderingByMediaProperties() { Direction = OrderBy.DESC, SortBy = MediaProperties.MediaTypeId } PageNum = 3, PageSize = 50 }));