System Information
- Strapi Version:3.6.3
- Operating System: MacOs Big Sur
- Database: MariaDB
- Node Version:v14.17.0
- NPM Version: 6.14.13
- Yarn Version: 1.22.5
Hi everybody, I have some difficulties to recover content inside a strapi table in a nuxtjs api.
I’d like to recover content in locations: location_it: 49
this is the table:
[
{
id: 2,
title: ‘Legal notice’,
description: ‘Hello’
date: ‘2021-06-01’,
locale: ‘fr-FR’,
created_at: ‘2021-06-21T20:27:23.000Z’,
updated_at: ‘2021-06-22T13:07:14.000Z’,
location: {
id: 2,
name: ‘toto’,
location_id: 49,
locale: ‘fr-FR’,
created_at: ‘2021-06-21T20:30:31.000Z’,
updated_at: ‘2021-06-21T20:33:44.000Z’
},
localizations: [ [Object] ]
},
{
id: 4,
title: ‘Test cell’,
description: ‘csdcmsdml’,
date: ‘2021-06-06’,
locale: ‘fr-FR’,
created_at: ‘2021-06-22T14:10:29.000Z’,
updated_at: ‘2021-06-22T14:10:29.000Z’,
location: null,
localizations: [ [Object] ]
}
]
thanks for your help