Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Platform Usage

Articles in this section are for general users of Platform.

Platform Administration
Articles in this section may be useful for
staff maintaining the infrastructure
of the Platform.

Platform FAQ
Articles in this section provide answers to frequently asked questions on the Platform appliance.

Platform Release Information and Roadmap
Articles in this section give release notes and links to see the product roadmap.

Platform Resource Centre

Platform Ideas Portal

Perspective Platform Resource Centre



Page Index

Overview

The Platform 2024.1 Release introduces a new API for retrieving a list of a licensees contacts and their details, including;

  • Phone and Address information

  • Roles they are connected in

  • Projects they’re linked to as a customer (if any)

  • Integration subscription links

Calling

It is called like this;

image-20240321-221557.png

Details to pass and what is returned

Follow the link here to see details of what you need to pass and what is returned.

Platform Subscription API

For each contact, you will get the following information

  • IsConnected - True if this contact has at least 1 active connection to the licensee. Without an active connection only public profile information for the contact is returned.

Note: if a contact is only connected to the licensee with pending connection requests the data returned will be limited for that contact.

  • Contact & Profile information 

    • When IsConnected is false only the following information is returned

      • Title

      • First name

      • Surname

      • Trading name 

      • Legal name

      • Contact type id and name

      • Profile information (Description, Industry, working for, working areas)

      • Time zone

  • Contact Details (phone/fax/email etc  Not returned when IsConnected is false

  • Connection information with the licensee (Active Connections and Requests)

    • The role id, name and connection status

  • Linked Projects the contact may be connected to as a customer.

  • Integration Subscription links - active and inactive

  • No labels