[][src]Function proj17_iot_server::endpoints::devices_endpoints::get_tracker

pub fn get_tracker(
    tracker_id: String
) -> Option<Result<JsonValue, &'static str>>

Responds with the receiver if any a tracker is registered at.

Responds with:

This is an API endpoint mapped to

Arguments