Meta Data APIs
Returns the metadata for fields, layouts, and related lists for the specified module. It lists the entire fields available and related list for that module.
Module Metadata
Purpose
To get the metadata for a specific module. Specify the API name of the module, such as Temps, Clients, Contacts, or Jobs in your API request.
Request URL
https://workerly.zoho.com/workerly/v2/settings/modules/{module_api_name}
module_api_name - The API name of the module
Request Method
GET
Scope
scope=ZohoWorkerly.settings.modules.read
(or)
scope=ZohoWorkerly.settings.modules.all
(or)
scope=ZohoWorkerly.settings.all
Possible Errors
HTTP Status | Error Code | Message | Reason |
---|---|---|---|
400 | INVALID_MODULE | The module name given seems to be invalid | Invalid module name or no tab permission, or the module could have been removed from the organized module |
400 | INVALID_MODULE | The given module is not supported in API | The modules such as Documents and Projects are not supproted in the current API. (This error will not be shown, once these modules are been supported.) |
Sample Request
Copied
Sample Response
Copied
Show full
Show less