-1
I created a script with Axios to resume a call, then the result:
[
{
FieldId: 8095,
FieldName: 'Nome1',
FieldValueIds: [ 12059 ],
FieldValues: [ '9.000' ],
IsFilter: true,
FieldGroupId: 99,
FieldGroupName: 'Informações'
},
{
FieldId: 8108,
FieldName: 'Nome2',
FieldValueIds: [ 2994 ],
FieldValues: [ 'Frio' ],
IsFilter: true,
FieldGroupId: 99,
FieldGroupName: 'Informações'
},
{
FieldId: 28079,
FieldName: 'nome3',
FieldValueIds: [],
FieldValues: [ '00000' ],
IsFilter: false,
FieldGroupId: 1,
FieldGroupName: 'Categoria'
}
]
I’m just using console.log(response.data.ProdSpecification)
to bring the result, but need to bring a unique result.
For example the FieldName: 'nome3'
and FieldGroupName: 'Categoria'
of FieldId: 28079
.