Overview

Provide the count of all smart guides related to a particular record

Summary

This request will provide the count ofall 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 parent record True

Request Example

{
    "module": "Contacts",
    "record": "4b7f0ae6-7408-11ee-a600-0242ce413ca4",
}

Response

The response will be a number representing the count of all smart guides related to specific record
Name Type Description
N/A Number Count of all smart guides related to specific record

Response Example

{
    3
}