Unable to list/access custom modules - JSON API

Hi,

I am trying to access the custom module through API.

To find the name of the module, I tried GET {{suiteCRM.url}}/Api/V8/meta/modules, but I am getting page not found error.

Accessing Accounts is working
Api/V8/module/Accounts/11a71596-83e7-624d-c792-5ab9006dd493?fields[Accounts]=name,account_type

I read somewhere the name of the module is the same as database table name, so we tried using
Accessing Accounts is working
Api/V8/module//

But its also giving page not found.

Am I missing configuration or settings… to allow access to custom modules?

Thanks
DataP

Thanks… just wanted to let you know I found the solution, which was to follow the relationship, to access teh custom module.

DataP

2 Likes