Get
GET/api/snapshots/getsnapshot/:id
Tier: Public — stable, supported for third-party integration.
Returns full detail for a single snapshot, including its resolved tag list.
Request
Responses
- 200
- 400
- 401
A SnapshotDtos.SnapshotDetailDto. Each tag's TagNumber/TagType is resolved from the linked Tag entity when one exists, otherwise the raw captured values are returned.
The snapshot id was not found (or belongs to another organisation) — empty array body, no error code.
Caller is not authenticated.