Find a specific call
GET {{baseUrl}}/calls/:id?fields=<string>
Returns a single Call instance for a given call id.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. |