Overview
Provide the count of active smart guides related to a particular record
Summary
This request will provide the count of active smart guides related to a particular record
Request Arguments
Name |
Type |
Description |
Required |
module
|
String
|
Module name of the model which is about to save
|
True
|
record
|
String
|
String containing id of the model
|
True
|
Request Example
{
"module": "Accounts",
"record": "e00ce644-2ce5-11ed-8ea1-0242ac120006",
}
Response
The response will be a number representing the count of active smart guides related to specific record
Name |
Type |
Description |
N/A
|
Number
|
Count of active smart guides related to specific record
|
Response Example
{
3
}