Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource URL 

Returns the number of companies on the deployment.

Code Block
languagebash
GET /companies/count

Handling the response

Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields paramater parameter; see included examples.

countunsigned intThe total number of objects found at the end of the resource.

...