Naar de inhoud

Lijst inspecties

GET / POST /inspections

GET Lijst inspecties

Scope: inspections:read. Cursor-gepagineerd; filter optioneel op tool_id.

Voorbeeldbash
curl https://api.tooltagger.com/v1/inspections \
  -H "Authorization: Bearer $TOOLTAGGER_API_KEY"

Parameters

NaamInTypeToelichting
limitqueryinteger Standaard 50.
cursorquerystringcreated_at van het laatste item
tool_idquerystring

Antwoorden

StatusBetekenis
200OK

POST Maak/werk inspectie bij

Scope: inspections:write. Body incl. tool_id, status, responses[].

Voorbeeldbash
curl -X POST https://api.tooltagger.com/v1/inspections \
  -H "Authorization: Bearer $TOOLTAGGER_API_KEY"

Antwoorden

StatusBetekenis
201Created