Count Objects
Relative URL
HTTP Request Method
Example
GET BASE-URL/api/v4/533bda53027894f69b001055/objects/tasks/count.jsoncurl "BASE-URL/api/v4/533bda53027894f69b001055/objects/tasks/count.json" \
-u "533bda53027894f69b001055:7Ajj5htRY1uzw7b4w23V"require 'rest-client'
journey = RestClient::Resource.new "BASE-URL/api/v4", "533bda53027894f69b001055", "7Ajj5htRY1uzw7b4w23V"
journey["533bda53027894f69b001055/objects/tasks/count.json"].get{"count":3,"type":"task"}Last updated