Versions Compared

Key

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

...

  • A user account with administrator privileges for an EPR website.
  • Login to the EPR domain as a user with administrator privileges. 
  • See Completing the Partners page for managing the incoming API credentials.


Opening the EPR Database Schema

  1. Login to the EPR domain as a user with administrator privileges. 
  2. Modify the URL as follows: https://[domainName].eplansoftreview.com/docs

Image Modified

...

Accessing the Connect API for partner integration via Swagger

  1. Login to the EPR domain as a user with administrator privileges. 
  2. Modify the URL as follows: https://[domainName].eplansoftreview.com/api/partner

...

The Partner API page will load, as shown below:


Obtaining a token, the POST/Login Method

Prerequisites

See Completing the Partners page for managing the incoming API credentials.

Obtain a token as an Administrator to call Connect API methods.

  1. Provide the partner name, username and password as configured on the EPR Environment/Partners page.
  2. Do not provide an email.

...

{
  "name": "Accela",
  "username": "administrator",
  "password": "*************"
}


Obtain a token for an EPR user (SSO).

  1. Provide the partner name, username and password as configured on the EPR Environment/Partners page.

  2. Provide the user's email address to obtain a token for the user. The user's account must be 'active'.

...

{
  "name": "Accela",
  "username": "administrator",
  "password": "*************",
  "email": "john.doe@domain.com"
}




Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@10c5c
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "EKB"
labelskb-how-to-article

...