Feed API

Summary

Method Url Description
GET /api/1/feed/{feedUrlName} Retrieve the content of a predefined feed identified with {feedUrlName}


GET /api/1/feed/{feedUrlName}

URL: https://www.plamo.nl/api/1/feed/{feedUrlName}

Retrieve the content of a predefined feed identified with {feedUrlName}

HTTP headers

x-plamo-application-key
required
The application key as shown in the Plamo console for the application.
x-plamo-application-version
required
The application version key as shown in the Plamo console for the application.

Request parameters

feedUrlName
required
The "URL name" as configured in the feed. The feeds can be defined in the Feed section of the Plamo console.
<parameterName>
optional
Any parameter value specified will replace the parameters configured in the feed.

Example:

Get the maximum of two results of the example feed.

curl -X GET
-H "x-plamo-application-key: ba654fc0-2d41-4727-a09e-70c1d6234f34"
-H "x-plamo-application-version: IOS_1.1"
-H "Content-Type: application/json"
https://www.plamo.nl/api/1/feed/example?maxResults=2&category=robot

Example output:


{"items":[{"artNo":"555","name":"Roomla","description":"Vacuuming robot","shippingDate":"2012/1/12"},{"artNo":"490","name":"Scooba","description":"Floor washing robot","shippingDate":"2010/7/4"}]}

Company

Platform

Copyright © 2012-2020 Plamo B.V. - Mobile backend as a service. All Rights Reserved.