How to get rest api response without "_acl"

Hi All,

When we hit any sugarcrm rest api to fetch all records in postman it shows "_acl" attribute in response.

Is there any way to skip "_acl" in response.

Sample response:

"

 "_acl": {
                "fields": {
                    "name": {
                        "read""no",
                        "write""no",
                        "create""no"
                    },
                    "opportunity_type": {
                        "read""no",
                        "write""no",
                        "create""no"
                    },
                    "account_name": {
                        "read""no",
                        "write""no",
                        "create""no"
                    },
                    "lead_source": {
                        "read""no",
                        "write""no",
                        "create""no"
                    },
                    "amount": {
                        "read""no",
                        "write""no",
                        "create""no"
                    },
                    "amount_usdollar": {
                        "read""no",
                        "write""no",
                        "create""no"
                    },
                    "date_closed": {
                        "read""no",
                        "write""no",
                        "create""no"
                    },

"

Kindest Regards,

Shreya

Parents Reply Children
No Data