
Hi, I am attempting to obtain "isVisible" status through the Business Central API, by running a GET request against
Hi, If you use the standard APIs, you cannot get data beyond the standard defined fields.
For example, the following is the API you are using now, page 30008 "APIV2 - Items"
So if you want to get more fields, you can create an new API page yourself.
More details: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-develop-custom-api
PS: If you want to get the data associated with the Item table, you can use the ?$expand method, but this also requires the associated API page to exist.
More details: https://yzhums.com/6117/#toc13
Hope this will help.
Thanks.
ZHU