Discovery Apps API

POST

https://api.walkme.com/public/v1/discovery/getCustomerAppsStats
The Discovery Apps API enables organizations to share the data found on the Discovery Apps dashboard with any other platform, to enrich and support existing data and asset management practices.


BODY PARAMS


Date String Required

Date string in the format of “YYYY-MM-DD”

Data will always be shared for the full month based on the month value in the date string

Offset Number Required

The row in the apps dashboard to start from

Limit Number Required

The max number of rows to include

For example: You can define the API to only include apps 1-100 by using offset = 0 and limit = 100

{  
	“date”: “2024-12-01”
  “offset”: 0,
  “limit”: 1000,  
}

Example:

\[  
    \[  
   {  
       "id": 1290,  
       "appsManagerAppId": "fed8f3ab-f3f8-4ae1-ae81-0ba30206fc59",  
       "name": "Docusign",  
       "category": "Legal and Documentation ",  
       "iconUrl": "<https://cdn.walkmeqa.com/data-apps/apps/resources/9e4c4c957d633a6de89dfdc2265cca31.svg">,  
       "firstSeen": "2022-10-01T00:00:24.639Z",  
       "tags": \[],  
       "usageType": "monthly",  
       "activeUsersCount": 239,  
       "orgPenetration": 23,  
       "avgWeeklyMsSpent": 1029976,  
       "activeDays": 4,  
       "isNew": false,  
       "dataSource": "extension"  
        },  
{  
       "id": 1291,  
       "appsManagerAppId": "f819c096-9224-452f-9f3b-0b10f28b38f8",  
       "name": "Clari",  
       "category": "Sales Forecasting",  
       "iconUrl": "<https://cdn.walkmeqa.com/data-apps/apps/resources/b91ab3579a34709b54e82a91d98c218b.png">,  
       "firstSeen": "2022-10-01T00:00:08.454Z",  
       "tags": \[],  
       "usageType": "monthly",  
       "activeUsersCount": 11,  
       "orgPenetration": 1,  
       "avgWeeklyMsSpent": 7382680,  
       "activeDays": 7,  
       "isNew": false,  
       "dataSource": "extension"  
   }  
]