Goldmine
Contracts

Get Snapshots

POST
/contracts.v1.Contracts/GetSnapshots

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/contracts.v1.Contracts/GetSnapshots" \  -H "Content-Type: application/json" \  -d '{}'
{
  "notFoundIds": [
    "string"
  ],
  "snapshots": [
    {
      "added": "string",
      "contractId": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "deleted": "string",
      "deletedAt": "2019-08-24T14:15:22Z",
      "id": "string",
      "total": "string",
      "updated": "string",
      "updatedAt": "2019-08-24T14:15:22Z",
      "workspaceId": "string"
    }
  ]
}
Empty