Skip to content

REST_GetRecords not working for me. #2

@apunekar

Description

@apunekar
const body = {'query': ['PERSON.Last Name;contains;ab']};
    this.fourD.call4DRESTMethod('REST_GetRecords', body)
    .subscribe(
        response => {
          console.log('error:' + response.text());
        },
        error => {
          console.log('error:' + error.text());
        });

Above is the code I am using to get records from PERSON table with last name conatins 'ab'. I am getting 500 Error. I am able to use the fourD.signIn. after this I want to call this method. Its not workin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions