Skip to content

API Reference / Calls

GET /call_results

Get the list of call results (for the logged API user's account)

Includes: The call results for the account.; The counts of their usages for the logged API user, and their team.

Maintained by the OnePageCRM engineering team

Responses

200 OK
  • statusintegerint32

    Response code

  • messagestring

    Response message

  • timestampintegerunix-timestamp

    Response time

  • dataarray<object>
    array item fields β†’
    • call_resultobject
      object fields β†’
      • resultstringbson-id

        ID of the call result

      • textstring

        Display text of the call result

      • countsintegerint32

        The number of calls for the logged API user, with the call result

      • total_countsintegerint32

        The number of calls for the entire account, with the call result

      • team_countsarray<object>

        The number of calls for each user, with the call result

        array item fields β†’
        • user_idstringbson-id

          ID of the user

        • countsintegerint32

          Number of calls for the user, with the call result

Standard error responses: 400 Β· 401 Β· 403 Β· 404 Β· 409 Β· 500 β€” shared across the API. See Errors.

Related guides