Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 829 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 829 Bytes

Overview

This GitHub contains examples how to use the WCF api of iProva.

Schema

All API access is possible over the same protocols as the iProva.

var iprova = "https://iprova.yourcompany.nl";
var api = "https://iprova.yourcompany.nl/externalapi";

End points

There are two end points for each resource: one for SOAP and service references and one for JSON or web calls.

The first is denoted by just the resource path: http://iprova/externalapi/Portals/PortalsAPI.svc/GetTokenForUser. The second is denoted by added web between the resource and the method: http://iprova/externalapi/Portals/PortalsAPI.svc/web/GetTokenForUser

More documentation

Haven't found what you were looking for? More information can be found here