Get list of First Page Snapshots
Implementation Notes
Gets the details of All Snapshots.
Response Class (Status 200)
ApiSnapshot{
SnapshotID(integer, optional),
SnapshotName(string, optional),
SnapshotBasedList( string, optional),
NumberofSamples( integer, optional),
AllMembers (integer, optional),
CreatedDate (string, optional),
}
SnapshotName(string, optional),
SnapshotBasedList( string, optional),
NumberofSamples( integer, optional),
AllMembers (integer, optional),
CreatedDate (string, optional),
{
"SnapshotID": 0,
"SnapshotName": "string",
"SnapshotBasedList": "string",
"NumberofSamples": 0,
"AllMembers": 0,
}
Parameters
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| ApiKey | The Value of the API Key | Path | String |
Response Messages
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 403 | Access Denied | ||
| 404 | Not Found |