/<module>/Activities GET - What is meant by <module> in these endpoints?

What is this <module> in the rest module endpoints? I found a list of modules from "metadata?type_filter=full_module_list" endpoint. Also, Will the custom modules also gets listed down here?

My main query is that what is the meaning of this <module> in this endpoints?

Parents
  • <module> is a replacement for all visible objects a user can retrieve. When you open the application in a browser and click on specific tab, the list view of the underlaying module opens. So when you click on "Accounts" the web site <server>/#Accounts opens. So you know the accounts are saved in the Accounts-module.

    In Postman you can retrieve the list of all modules and fields by calling <server>/rest/v10/metadata?type_filter=modules

    Harald Kuske
    Principal Solution Architect – Professional Services, EMEA
    hkuske@sugarcrm.com
    SugarCRM Deutschland GmbH

Reply
  • <module> is a replacement for all visible objects a user can retrieve. When you open the application in a browser and click on specific tab, the list view of the underlaying module opens. So when you click on "Accounts" the web site <server>/#Accounts opens. So you know the accounts are saved in the Accounts-module.

    In Postman you can retrieve the list of all modules and fields by calling <server>/rest/v10/metadata?type_filter=modules

    Harald Kuske
    Principal Solution Architect – Professional Services, EMEA
    hkuske@sugarcrm.com
    SugarCRM Deutschland GmbH

Children
No Data