Goldmine
Contracts

Get Snapshot

POST
/contracts.v1.Contracts/GetSnapshot

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/GetSnapshot" \  -H "Content-Type: application/json" \  -d '{}'
{
  "snapshot": {
    "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