Get the List of All the Apps
Description
You can use this API to get the apps list.
Query Parameters
- last_sync_time: To retrieve the list of apps that are modified after the provided time.
OAuth Scope:
SalesIQ.apps.READ
URL
Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screen name}/apps
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylkerinc/apps?last_sync_time=1536342302
Success Response :
Copied{
"url": "/api/v2/zylkerinc/apps",
"object": "list",
"data": [
{
"unique_name": "zylkerinc",
"modified_time": "1542005870778",
"reply_time": "0",
"name": "zylkerinc",
"privacy": false,
"id": "9000000008001",
"creator": {
"name": "Patricia",
"id": "9000000000005"
},
"business_hours": false,
"channels": {
"website": {
"faq": 1,
"chat": 1,
"enabled": true,
"proactive": 1,
"call": 1
},
"emailsignature": {
"faq": 1,
"chat": 1,
"enabled": true,
"proactive": 1,
"call": 1
}
},
"enabled": true,
"waiting_time": "60",
"created_time": "1541738593158",
"description":{
"default":"No description yet"
}
"logo_url": ""
},
{
"unique_name": "zylkerfurniture",
"modified_time": "1541766588713",
"reply_time": "0",
"name": "zylkerfurniture",
"privacy": false,
"id": "9000000010001",
"creator": {
"name": "Tricia",
"id": "9000000000005"
},
"business_hours": false,
"channels": {
"website": {
"faq": 1,
"chat": 1,
"enabled": true,
"proactive": 1,
"call": 1
},
"emailsignature": {
"faq": 1,
"chat": 1,
"enabled": true,
"proactive": 1,
"call": 1
}
},
"enabled": true,
"waiting_time": "60",
"created_time": "1541754234451",
"description": {},
"logo_url": ""
}
],
"sync_time": "1542086887426"
}