v1

latestOpenAPI 3.0.12026-07-1342128.9 KB
Search

post/crm/v3/objects/payments/search

Request body

querystring
limitinteger required
afterstring required
sortsstring[] required
propertiesstring[] required

Response

successful operation

totalinteger required

Example response

{
  "paging": {
    "next": {
      "after": "NTI1Cg%3D%3D",
      "link": "?after=NTI1Cg%3D%3D"
    }
  },
  "results": [
    {
      "id": "512",
      "properties": {
        "createdate": "2019-10-30T03:30:17.883Z",
        "hs_initial_amount": "50.00",
        "hs_lastmodifieddate": "2019-12-07T16:50:06.678Z",
        "hs_latest_status": "succeeded"
      },
      "createdAt": "2019-10-30T03:30:17.883Z",
      "updatedAt": "2019-12-07T16:50:06.678Z",
      "archived": false
    }
  ]
}