Content API (RESTFul)
This document will detail how to use our content API on our Gateway.
To pull content information from the our content Portal you can use Mobivate's Content API (RESTful).
This means that by making few simple HTTP GET Requests, you can retrieve the content information, including the images and record it on your own site for faster content retrieval while keeping your website content up-to-date.
API Requests
For all requests to Content API, make the HTTP GET request to:
Responses
We understand some programmers have preference of retrieving responses in XML while others may prefer JSON format. So, we offer both.
You can request the format you prefer in two ways:
By specifying the ''Accepts: application-json
'' / ''Accepts: application-xml
'' in the request or, by adding the ''format=(json | xml)
'' parameter in the URL request string.
Example Request
Example Response
Parameters
Below are a list of parameters used for the content api requests:
Last updated