---
title: "POST /search/call/data"
method: POST
path: "/search/call/data"
tags: ["search"]
---

# POST /search/call/data

`POST /search/call/data`

Returns data based upon filtered json

## Request body

- SearchTransactionRequest
  - `config` object
    - `protocol_id` object
      - `name` string
      - `value` integer
    - `protocol_profile` object
      - `name` string
      - `value` string
  - `param` object, required
    - `limit` integer, required — this controls the number of records to display
    - `location` object — location
      - `node` string[]
    - `orlogic` boolean — this control the type of search one can perform type: boolean
    - `search` object — this control the type of search one can perform type: string format: binary
    - `timezone` object — timezone settings type: object
      - `name` string
      - `value` integer
    - `transaction` object
    - `whitelist` string[] — ips to be removed from search
  - `timestamp` object — this control the time range for used for search
    - `from` integer, required — current timestamp in miliseconds
    - `to` integer, required — current timestamp in miliseconds

## Response `200`

SearchCallData

- SearchCallData
  - `data` CallElement[]
    - `aliasDst` string
    - `aliasSrc` string
    - `create_date` integer
    - `destination` integer
    - `dstHost` string
    - `dstId` string
    - `dstIp` string
    - `dstPort` number, double
    - `id` number, double
    - `method` string
    - `method_text` string
    - `micro_ts` integer
    - `msg_color` string
    - `protocol` number, double
    - `ruri_user` string
    - `sid` string
    - `srcHost` string
    - `srcId` string
    - `srcIp` string
    - `srcPort` number, double
    - `table` string
  - `keys` string[]
  - `total` integer

## Other responses

- `400` — FailureResponse

## Changes

- **2021-10-13** `ee397eaefd08` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2021-10-09** `a5730259529b` — 1 info
  - the security scope `[]` was added to the endpoint's security scheme `bearer`
- **2021-10-08** `d39f8246865f` — 8 info
  - the endpoint scheme security `SecurityDefinitions` was added to the API
  - the endpoint scheme security `bearer` was added to the API
  - the endpoint scheme security `bearer` was added to the API
  - the endpoint scheme security `in` was added to the API
  - …4 more
- **2020-04-01** `8739183b4c43` — 1 info
  - endpoint added
- **2020-01-12** `52987c8da72a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sipcapture/apis/homer-app/changes/search/call/data/post.md)

---

[API](https://skmtc.dev/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.dev/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/ee397eaefd08/schema)
