Advertisement

ContentCode Web Service 1.0

Table of contents

Info

The use of the ContentCode is linked to the MySMartphone App. The functionality is explained here.

Remark: This is a RouteYou+ service. Please contact sales[at-r.] if you want to make use of this service and you don't have yet an agreement with RouteYou.

Technical

The web service is accessible using:

Overview of provided functions

get

Get content linked to a code

Input

  1. code (String): get the content with the given code (case insensitive)

Output

Example output

array (
    'content' =>
        array (
            'route' =>                     //below the conditions routes have to meet
                array (
                    'user' =>              //owner of route has to be in array
                        array (<userId1>),
                    'group' =>             //route has to be linked to a group in array
                        array(<groupId1>, <groupId2>),
                    'theme' =>             //route has to be linked to a theme in the array
                        array (<themeId1>),
                    'characteristic' =>    //route has to be linked to a characteristic in the array
                        array (<characterId1>, <characterId2>),
                    'includePrivate' => true  //Private routes are also shown.
                ),
        ),   
)

 

search

Get the conten codes that meet the conditions. When you want all the content codes, don't pass any parameters.

Input

  1. conditions(s) (Struct|null):
  2. sorting (String|Array): determines the order of the content codes. When there are multiple sorting criteria, an array is necessary.
    Possible sortings:
    • code[ASC|DESC]
    • createdDate[ASC|DESC]
    • score [ASC|DESC]
    • owner.id [ASC|DESC]
    • viewCount [ASC|DESC]
    • viewCountThisMonth [ASC|DESC]
  3. limit (Integer): maximum number of content codes returned
  4. offset (Integer): number of content code to skip

Output

 

Back to RouteYou

© 2006-2024 RouteYou - www.routeyou.com