Getting all available modules in v10 REST API

Is there any rest v10 API to retrieve available modules in v10 REST API version?

Parents
  • This will get you a list of modules:

    GET /rest/v11/metadata?type_filter=full_module_list

    I can't find details on what other type_filter options there may be, maybe someone else can help there.

    You can find the metadata api here: clients/base/api/MetadataApi.php

     

    Also see @Matt_Marum's post here:

    3 Tips for using the Sugar Metadata API 

    FrancescaS

Reply
  • This will get you a list of modules:

    GET /rest/v11/metadata?type_filter=full_module_list

    I can't find details on what other type_filter options there may be, maybe someone else can help there.

    You can find the metadata api here: clients/base/api/MetadataApi.php

     

    Also see @Matt_Marum's post here:

    3 Tips for using the Sugar Metadata API 

    FrancescaS

Children