Not return all the fields using queries defined in my entitiy

Some body know to resolve to show/return (NOMBRE) the fields defined in my entity and only (ID)?

Entity ASESOR

create table TEST02_ASESOR (
ID uuid,
VERSION integer not null,
CREATE_TS timestamp,
CREATED_BY varchar(50),
UPDATE_TS timestamp,
UPDATED_BY varchar(50),
DELETE_TS timestamp,
DELETED_BY varchar(50),

NOMBRES varchar(50) not null,

primary key (ID)
)^

rest-queries.xml

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

rest consume

Screenshot from 2020-07-31 15-45-22

Hi @ezmovil.net,
You need to set which view you want to use, otherwise _minimal will be used.

There are examples in the rest-api docs.

Regards,
Peterson.

1 Like

Dear Peterson, how I can consume or use INSERT if every thing its ok on OAUTH Token and trying to use POST and in the body the JSON parametrs, how I can use, i am copy the result of my POST MAN.

Please help me asap

Screenshot from 2020-09-19 12-24-31