Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

APIs access to web services are almost a must nowadays. We offer access to the most crucial part of our data. This access is currently read only but abilities will grow rapidly.

Requesting the access

We consider the SOCIFI API for an enterprise item. The access to an API is therefore charged. To gain the access or get more info please feel free to check with us thru your account at SOCIFI Dashboard or raise a ticket with our Support Center.

Info
Please see the pricing.

Once the access is gained the API credentials (API Key + Secret) can be found at your Profile settings at SOCIFI Dashboard.

Using API

API Endpoint
api.socifi.com
Protocolhttps*
AuthenticationBasic (Key + Secret)
Response formatJSON

* A secure version of http protocol must be always used.

Resource Documentation

The documentation is located on our API servers. This brings great benefit not only in keeping them up to date but also you can use it as a sandbox. You can view all the routes and make request directly in the sandbox UI.

Head over now to the resources documentation.

Query Parameters (filtering)

Most of query parameters and filters are described in each resource documentation.

Time filters

Time based filtering is common and sometimes difficult to set up.

  • The most easy way is to use time stamp. We support 13 digit format. This is the best when using programmatically.
  • Another option is to use JavaScript string like 12-21-2014 or ISO Date like 2015-05-19T10:07:59.000Z Using this during testing is great as it is easy to read.

Single and array value filters

Some filters have option to use either single value or array of values.

Lets assume you want to fetch live data (/live resource).

  • You can fetch those data for one brand using ?brand=13
  • Or ask for data from more brands using format as follows ?brand=[13,14,20,21]

Partial Response

Sometimes you want to fetch only few fields and not whole response. This can be particularly useful mainly for large data sets.

To get more details on partial response  please check this Google post.

To find out more about syntax used head over to JSON mask specification.

Query key
Description
fieldsString of fields according to JSON mask specification.

Example

Column

Table of Contents

Table of Contents
excludeTable of Contents

 

 

...