Aucklandmuseum
Auckland Museum is a museum collections and cultural heritage data source for accessing records and information from the Auckland War Memorial Museum.
- Base URL:
https://api.aucklandmuseum.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_media— GET /id/media/{path} — Retrieve media associated with Collections and Cenotaph subjects in Auckland Museumget_subject— GET /id/{identifier} — Explore details about a given subject nodeget_search— GET /search/{index}/{operation} — Perform simple search queries over Auckland Museum Collections and Cenotaph dataget_sparql— GET /sparql — Auckland Museum SPARQL endpointpost_search— POST /search/{index}/{operation} — Perform complex search queries over Auckland Museum Collections and Cenotaph datapost_sparql— POST /sparql — Auckland Museum SPARQL endpoint
Inputs
apiKey— your aucklandmuseum API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_media
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | no | — | Path parameter operation (required by some operations). |
identifier |
string | no | — | Path parameter identifier (required by some operations). |
index |
string | no | — | Path parameter index (required by some operations). |
path |
string | no | — | Path parameter path (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |