API

session->flashdata('notice')) { ?>
session->flashdata('notice'); ?>

API Keys

num_rows() > 0) { ?> result() as $row) { ?>
API Key Rights Status
key; ?> rights == "rw") { echo "Read & Write"; } elseif($row->rights == "r") { echo "Read Only"; } else { echo "Unknown"; } ?> status); ?>

You have no API Keys.

Generate API Key


There are a number of API calls you can make from other applications.

search

Description

Query the logbook

Syntax

  • /search/query[<field><=|~><value>{(and|or)...]}/limit[<num>]/fields[<field1>,{<field2>}]/order[<field>]

    Example

    Search for entries with a call beginning with M0 and a locator beginning with I or J, show the callsign and locator fields, order it by callsign and limit the results to 10.
  • /search/query[Call~M0*(and)(Locator~I*(or)Locator~J*)]/limit[10]/fields[distinct(Call),Locator]/order[Call(asc)]
  • Run it!