Inline Helper API

Logo

API minimal documentation

View the Project on GitHub inline-help/docs

API documentation

In the following the api to create Help Tips.

base url: https://api.inline.help/api/v1/

Security

We will use JWT token from our SSO server:

How to create helptips

Where xxxxxx is the access_token that you received after loign.

An help tip json object will be like this:

{
    "code":"101",
    "lang":"it",
    "type":"XPATH",
    "direction":"UNDER",
    "position":"xxxx",
    "title":"title",
    "preview":"preview content",
    "body":"body content",
    "uri":"https://uri.to/use",
    "style":"minimal-theme",
    "icon":"fa-box",
    "project_uuid":"69959754-7e91-466e-a4b5-22e1fc8096f8",
    "tags":"a,b,c"
  }

Parameters

How to get helptips

Query parameters to paginate:

Query parameters to filtering: