Entity Metadata via API
Overview
You can retrieve the information about Namespaces and Entities defined in Fynapse using REST API endpoints.
Managing Entities Using REST API
This section covers the steps required to retrieve information about Namespaces and Entities defined in Fynapse using REST API.
Processing Diagram
The diagram below illustrates the flow of API calls when retrieving information about Namespaces and Entities:

Example
This example refers to numbered steps on the diagram above.
Downloading a list of Namespaces
You can download a list of all Namespaces defined in Fynapse (1) using the Get all Namespaces endpoint.
Downloading a list of Entities in a Namespace
You can download a list of all Entities configured in a given Namespace using the Get the list of Entities in a Namespace endpoint.
Downloading an Entity schema
You can retrieve an Entity schema as an object using the Get an Entity schema from the Namespace endpoint. Each Entity comprises of an ordered list of attributes. The attributes define the name, structure, and constraints of an Entity.
For more details about Entity structure, refer to Data Structure Definition.
Below is an example of Journal Entity schema: