Relational Database APIs - Latest

Property Graph Getting Started Guide

Product type
Data
Portfolio
Enrich
Product family
Enrich Addresses > World Addresses
Product
Property Graph
Version
Latest
Language
English
Product name
Property Graph
Title
Property Graph Getting Started Guide
Copyright
2024
First publish date
2021
Last updated
2024-06-25
Published on
2024-06-25T18:43:55.764364

While object/feature APIs are object-oriented, relational database APIs are attribute-oriented. Relational database APIs are used to return attribute data from Property Graph.

Request:

Query params
primary_key="string"

Response:

{
  "content":[
    {
      "secondary_key":"string",
      "secondary_key":"string",
      "secondary_key":"string",
    }
  }
}

Refer to the Precisely API Developer's Guide for additional information about Precisely APIs.