{
"opencollection": "1.0.0",
"info": {
"name": "Helpcenter Module API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "Module",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get Module",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/api/v1/organizationModules/:moduleId",
"params": [
{
"name": "moduleId",
"value": "",
"type": "path"
}
]
},
"docs": "This API fetches a single Module"
},
{
"info": {
"name": "Update Module",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/api/v1/organizationModules/:moduleId",
"params": [
{
"name": "moduleId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "The API updates a Module."
},
{
"info": {
"name": "Get Modules Accessible To Current User Profile",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/api/v1/myAccessibleModules"
},
"docs": "The API fetches a list of modules that are accessible to the current user profile."
},
{
"info": {
"name": "Get modules",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/api/v1/modules",
"headers": [
{
"name": "featureFlags",
"value": ""
}
]
},
"docs": "The API fetches all the modules available in Zoho Desk.
This API is deprecated, use api/v1/organizationModules api for fetching modules."
},
{
"info": {
"name": "Get Modules",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/api/v1/organizationModules",
"headers": [
{
"name": "featureFlags",
"value": ""
}
]
},
"docs": "The API fetches all the modules."
},
{
"info": {
"name": "Create Module",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/api/v1/organizationModules",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "The API creates a Custom Module. Custom Module allows users to organize, store, and manage specific types of data tailored to meet unique business requirements."
},
{
"info": {
"name": "Get Custom Module Record Count ",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/api/v1/:customModuleApiName/count",
"params": [
{
"name": "viewId",
"value": "",
"type": "query",
"description": "ID of the view from which the record count needs to be fetched."
},
{
"name": "customModuleApiName",
"value": "",
"type": "path"
}
]
},
"docs": "This API fetches the number of records."
}
]
}
],
"bundled": true
}