Hoppa direkt till innehåll
api

Atlas API

Export-API

Tjänsteguiden har ett API för att exportera ut hela informationen från Tjänsteguiden till externa system, t ex en egen webbsajt eller en aktiveringsportal
För att använda Export-API:et för tjänsteguiden måste ni teckna avtal med eklundh.com om licens till datat för Tjänsteguiden och hur det får användas.

Lathund för att börja använda API:et

Skicka in avtalet

Vi måste ha ett underskrivet avtal för det här API:et för att säkerställa kvalitén på information. Be att få ett avtal via supportloggen. Var noga med att ange organisationsnummer och firmatecknare

Lägg upp API-användare

Om ni inte redan har det så måste ni ha en API-användare upplagd i systemet. Skapa en via användarmodulen med de rätta kontaktuppgifterna till den som är tekniskt ansvarig för implementationen, det är via den här kontaktytan nyheter och förändringar kommer annonseras bland annat

Lägg upp API-rättigheter

I "API Credentials"-modulen så länkar ni den nya API-användare till en API-applikation (i det här fallet "Service Guide - Export")

Läs specifikationen

Sedan är det bara att läsa specifikationen och använda API:Et för att exportera

Methods
API Endpoint: Export
Export-API för hela Tjänsteguiden
Endpoint URL https://www.example.com/admin/edit/services/plain/api
Note that this API requires authenticated user id and IP address and a hashed api credential Note that this API requires authenticated user id and IP address and a hashed api credential
  • Method: list_categories

  • Request Parameters
    1 hash string green abcd Your login hash from api_login()
    2 target string green consumers consumers, companies, property, students, seniors
    Endpoint example:
    GET: https://www.example.com/admin/edit/services/plain/api?method=list_categories&hash=abcd&target=consumers
  • Method: list_xsp

  • Request Parameters
    1 hash string green abcd Your login hash from api_login()
    Endpoint example:
    GET: https://www.example.com/admin/edit/services/plain/api?method=list_xsp&hash=abcd
  • Method: list_offers

  • value is information about the value of the campaign
    valuemonthly the value of how much the monthly price is affected by the campaign
    valuemonthly_qualifier In what way the value is affected by valuemonthly, "amount" for specific value, "percentage" for a percentage of the original monthly price
    valuemonthly_type Decides how the price should be affected, "rebate" for a reduction, "addon" for an added value and "fixed price" if the value of valuemonthly is the new monthly price

    In the example output below, the monthly price of the service is 100 SEK during the offer period. If monthly, qualifier and type is set to "50", "percentage" and "rebate" then the monthly price of the service should be shown to be 50% cheaper than the original value.

    valueaddedvalue Used to signify if the offer provides an added value, and what that is in currency, such as a wifi-router.
    valuestart Used to set a new start fee that is active during the offer period
    valuecommitment And for commitment time
    valuequit And for quit time
  • Request Parameters
    1 hash string green abcd Your login hash from api_login()
    Endpoint example:
    GET: https://www.example.com/admin/edit/services/plain/api?method=list_offers&hash=abcd
  • Method: xsp_info

  • Basic information about the service provider, shown with their services. Some infromation is divided into several target categories

    baseimage URL to the service provider logo
    support array of all the support information for all target groups
    supportcompanycustomeropenhours (Ex.) open hours for custimer service for company services.
    invoices list of accepted invoice options to be presented to the customer
  • Request Parameters
    1 hash string green abcd Your login hash from api_login()
    2 xid int green 12 The XSP id from list_xsp()
    Endpoint example:
    GET: https://www.example.com/admin/edit/services/plain/api?method=xsp_info&hash=abcd&xid=12
  • Method: list_services

  • Request Parameters
    1 hash string green abcd Your login hash from api_login()
    2 category int green 39 ID for category from list_categories()
    Endpoint example:
    GET: https://www.example.com/admin/edit/services/plain/api?method=list_services&hash=abcd&category=39
  • Method: service_info

  • Service description, all information should be shown with the service

    informationxsp ID for the service provider, more info under xsp_info()
    informationlocal_information Local information about the service
    informationlocal_id Local ID for service in local provisioning system
    informationlink Link to the service in the Atlas Service guide.
  • Request Parameters
    1 hash string green abcd Your login hash from api_login()
    2 sid int green 42 ID for service from list_services()
    Endpoint example:
    GET: https://www.example.com/admin/edit/services/plain/api?method=service_info&hash=abcd&sid=42