Preparing search index...
The search index is not available
GHL SDK - v1.1.6
GHL SDK
SnapshotsClient
Class SnapshotsClient
Hierarchy
GhlClient
SnapshotsClient
Index
Constructors
constructor
Methods
find
create
Share
Link
find
Push
Between
Dates
find
Last
Push
By
Location
Id
Constructors
constructor
new
SnapshotsClient
(
accessToken
:
string
)
:
SnapshotsClient
Parameters
accessToken
:
string
Returns
SnapshotsClient
Methods
find
find
(
companyId
:
string
)
:
Promise
<
ListSnapshotsResponse
>
Parameters
companyId
:
string
Returns
Promise
<
ListSnapshotsResponse
>
create
Share
Link
createShareLink
(
companyId
:
string
,
dto
:
SnapshotShareLinkDto
,
)
:
Promise
<
SnapshotShareLinkResponse
>
Parameters
companyId
:
string
dto
:
SnapshotShareLinkDto
Returns
Promise
<
SnapshotShareLinkResponse
>
find
Push
Between
Dates
findPushBetweenDates
(
snapshotId
:
string
,
params
:
SnapshotStatusSearchParams
,
)
:
Promise
<
SnapshotStatusResponse
>
Parameters
snapshotId
:
string
params
:
SnapshotStatusSearchParams
Returns
Promise
<
SnapshotStatusResponse
>
find
Last
Push
By
Location
Id
findLastPushByLocationId
(
locationId
:
string
,
snapshotId
:
string
,
companyId
:
string
,
)
:
Promise
<
SnapshotAssetsStatus
>
Parameters
locationId
:
string
snapshotId
:
string
companyId
:
string
Returns
Promise
<
SnapshotAssetsStatus
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
create
Share
Link
find
Push
Between
Dates
find
Last
Push
By
Location
Id
GHL SDK - v1.1.6
Loading...