API

session->flashdata('notice')) { ?>
session->flashdata('notice'); ?>
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!