v1

latestOpenAPI 3.0.12026-07-13103041.6 KB
Search

post/crm/v3/objects/bucket_test111s/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": {
        "property_string": "value",
        "property_number": "17",
        "property_date": "1572480000000",
        "property_radio": "option_1",
        "property_dropdown": "choice_b",
        "property_checkbox": "false",
        "property_multiple_checkboxes": "chocolate;strawberry"
      },
      "createdAt": "2019-10-30T03:30:17.883Z",
      "updatedAt": "2019-12-07T16:50:06.678Z",
      "archived": false
    }
  ]
}