v1
latestOpenAPI 3.0.12026-07-1342128.9 KBBatch
Read a batch of payments by internal ID, or unique property values
post/crm/v3/objects/payments/batch/read
Query parameters
archivedboolean
Whether to return only results that have been archived.
Request body
Response
successful operation
Example response
{
"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
}
]
}