AlainD
AlainD

Reputation: 6356

Interaction (display, change,...) with my data

I have a newmips app (on the Cloud) and I want to interact with my data. The only interaction I found in newMips was a data export to CSV or Excel (for the import I think I should go to the studio).

I need to display my data with the tools I developed on my web site (PHP).

Is there a CRUD (or at least a read) in a REST standard (or not)? Or is it possible to know the database connection that will give me access to my data tables ?

Upvotes: 0

Views: 31

Answers (1)

Newmips
Newmips

Reputation: 90

Newmips natively exposes REST API services on all entities managed.

To use it, you must define a client account (with role / group) in API credential menu of authentification module (use drop-down list on left of the editor to access it).

Documentation of your application API is auto-generated and can also be accessed in authentification module.

Note. There is no other tools yet available (except export features) to retrieve data.

Upvotes: 2

Related Questions