Base URL

Every call is an HTTP POST to https://<DOMAIN_NAME>/api/RPC.common.Api.<Package>.<method>?token=<TOKEN>, where DOMAIN_NAME is the address of your PRIM instance.

Request format

Send the header Content-Type: application/json; charset=utf-8 and wrap the payload in a data array: {"data":[{ ... }]}. Each endpoint page shows a ready-to-run cURL example.

Draft. To write: how to get a token, the response envelope, a first end-to-end example.

Getting started

Base URL, request format and your first call.