Definition
A property of an API operation where making the same request multiple times produces the same result as making it once. Idempotent operations are safe to retry without side effects.
Context
All data displayed on Asset Registry comes from idempotent GET requests — page refreshes always return the latest data without side effects.