get

@MustBeClosed()
public HttpResponseFor<Interaction> get(String id)

Returns a raw HTTP response for get /{api_version}/interactions/{id}, but is otherwise the same as InteractionService.get.


@MustBeClosed()
public HttpResponseFor<Interaction> get(String id, InteractionGetParams params, RequestOptions requestOptions)
@MustBeClosed()
public HttpResponseFor<Interaction> get(String id, InteractionGetParams params)
@MustBeClosed()
public abstract HttpResponseFor<Interaction> get(InteractionGetParams params, RequestOptions requestOptions)
@MustBeClosed()
public HttpResponseFor<Interaction> get(InteractionGetParams params)
@MustBeClosed()
public HttpResponseFor<Interaction> get(String id, RequestOptions requestOptions)

See also