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
| Naam | In | Type | Toelichting |
|---|---|---|---|
limit | query | integer | Standaard 50. |
cursor | query | string | created_at van het laatste item |
tool_id | query | string |
Antwoorden
| Status | Betekenis |
|---|---|
200 | OK |
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
| Status | Betekenis |
|---|---|
201 | Created |
