Skip to content

Get counts for applicants currently on this step, who have ever been on this step, and have an activity for this step.​

GET
/pipelinesteps/counts/{stepid}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"Current": 0,
"Historical": 0,
"Activity": 0
}

Playground​

Authorization
Variables
Key
Value

Samples​