Platina Standard API — Documentation

Welcome to the Platina Standard API documentation. Choose the section that matches the API version you are using.


🟢 REST API (v7.0+) — Recommended

The current Platina Standard API is a modern REST API built on ASP.NET Core. If you are installing or integrating with API version 7.0 or later, this is the documentation you need.

  • Getting Started
  • Installation Guide
  • Authorization (Azure AD / OAuth 2.0)
  • Compatibility & Prerequisites
  • Custom Data Support
  • Samples
  • Swagger / OpenAPI
  • Release Notes

Key characteristics:

  • HTTP/REST with JSON payloads
  • OAuth 2.0 / Azure AD authentication
  • OpenAPI (Swagger) documentation
  • HATEOAS links on responses
  • Semantic versioning

📦 Legacy WCF API (v3.0 – v6.x)

The legacy API is a WCF (SOAP) service using TCP/IP binding. If you are maintaining an existing integration with API version 6.x or earlier, refer to this section.

⚠️ The WCF API is no longer actively developed. New integrations should use the REST API (v7.0+).

  • Service Description
  • Installation Guide
  • Getting Started (WCF)
  • Authentication (Windows)
  • WSDL Schema Downloads
  • Samples
  • Release Notes (v3.0 – v7.0)

Key characteristics:

  • WCF with net.tcp binding
  • Windows authentication
  • WSDL/SOAP contracts
  • MsDeploy installation

Conceptual Information Model

Platina information model

Purpose

  • Exposes Platina core functionality
  • Developed and maintained as a core part of Platina
  • Stable contracts with semantic versioning
  • Supports Platina standard customizations
  • Roadmap focused on improved scalability and security
Back to top Created by Formpipe