unee-t / enterprise-rest-api

RestFUL API on Unee-T enterprise
https://eapi.dev.unee-t.com/
0 stars 1 forks source link

Define APIs for tables #1

Closed kaihendry closed 5 years ago

kaihendry commented 5 years ago

For example /persons maps to the persons table.

https://media.dev.unee-t.com/2019-04-04/tables.txt

What are the others?

franck-boullier commented 5 years ago

The Tables:

As of version 1.4.0 of the Unee-T Enterprise database schema, the tables you need to update with the Unee-T API will be the following:

How to know the schema version of the database:

Look at the latest record in the table db_schema_version in the database

franck-boullier commented 5 years ago

the schema for the Unee-T Enterprise database has been updated to v1.4.0 in the DEV/Staging, DEMO and PROD environments. The tables:

franck-boullier commented 5 years ago

It's better, more manageable to tackle each of these 1 by 1. See #2, #3 , #4, #5, #6, #7 for more details on each of the things that we need to be able to modify via the UNTE APIs Closing this