{ "companies": [ { "id": 1, "companyName": "NATAN", "companyType": "PROSPECT", "creationDate": "01 01 2019" }, { "id": 4, "companyName": "Company-4", "companyType": "CLIENT", "creationDate": "05 18 2022" }, { "id": 8, "companyName": "company-6", "companyType": "PROSPECT", "creationDate": "06 09 2022" } ], "users": [ { "id": 3, "firstname": "David", "lastname": "Touitou", "email": "david.touitou@natan.fr", "address": { "numRue": 45, "nomRue": "Rue Notre Dame des Victoires", "bp": 75002, "ville": "Paris", "pays": "France" }, "creationDate": "05 15 2022" }, { "id": 4, "firstname": "Nadhir", "lastname": "Ben Mohamed", "email": "nadhir.ben-mohamed@natan.fr", "address": { "numRue": 45, "nomRue": "Rue Notre Dame des Victoires", "bp": 75002, "ville": "Paris", "pays": "France" }, "creationDate": "05 15 2022" }, { "address": { "numRue": 44, "nomRue": "Rue Notre Dame des Victoires", "bp": 75002, "ville": "Paris", "pays": "France" }, "creationDate": "05 15 2022", "firstname": "Smail", "lastname": "Sellah", "email": "smail.sellah@natan.fr", "id": 5 }, { "address": { "numRue": 44, "nomRue": "Rue Notre Dame des Victoires", "bp": 75002, "ville": "Paris", "pays": "France" }, "creationDate": "05 15 2022", "firstname": "Sarah", "lastname": "Leray", "email": "sarah.leray@natan.fr", "id": 6 }, { "id": 12, "firstname": "Placide", "lastname": "Nduwayo", "email": "placide.nduwayo@natan.fr", "address": { "numRue": 44, "nomRue": "Rue Notre Dame des Victoires", "bp": 75002, "ville": "Paris", "pays": "France" }, "creationDate": "05 15 2022" }, { "id": 14, "firstname": "Naolie", "lastname": "Boudouka Tété", "email": "naolie.boudouka-tete@natan.fr", "address": { "numRue": 44, "nomRue": "Rue Notre Dame des Victoires", "bp": 75002, "ville": "Paris", "pays": "France" }, "creationDate": "05 15 2022" }, { "id": 19, "firstname": "Syrine", "lastname": "Ait Haddadene", "email": "syrine.ait-haddadene@natan.fr", "address": { "numRue": 44, "nomRue": "Rue Notre Dame des Victoires", "bp": 75002, "ville": "Paris", "pays": "France" }, "creationDate": "06 09 2022" }, { "id": 20, "firstname": "test", "lastname": "test", "email": "test@test", "address": { "numRue": 21, "nomRue": "test", "bp": 21, "ville": "test", "pays": "test" }, "creationDate": "06 09 2022" } ], "projects": [ { "id": 3, "projectName": "Project-3", "priority": 1, "creationDate": "03 06 2022", "companyId": 1, "description": "Project of training users to angular", "userId": 3, "state": "END" }, { "id": 4, "projectName": "Project-4", "priority": 1, "creationDate": "03 06 2022", "companyId": 4, "description": "Project description for action", "userId": 4, "state": "END" }, { "id": 5, "projectName": "Project-5", "priority": 1, "creationDate": "06 07 2022", "companyId": 1, "description": "Project of creating and training models", "userId": 12, "state": "END" }, { "id": 6, "projectName": "Project-test", "priority": 1, "creationDate": "06 08 2022", "companyId": 8, "description": "project for test adding ", "userId": 12, "state": "IN PROGRESS" }, { "id": 7, "projectName": "Project-1", "priority": 1, "creationDate": "06 09 2022", "companyId": 8, "description": "Project description here", "userId": 4, "state": "IN PROGRESS" } ] }