Page Status: updated 2025-03-31

OperationDefinitions

Page index

Introduction

OperationDefinition resources are used to define special operations and named queries and can be executed on three different levels as described below.

  • System level (POST or GET [base]/[operation])
  • Resource type level (POST or GET [base]/[resource]/[operation])
  • Instace level (POST or GET [base]/[resource]/[id]/[operation])

It is specified on each OperationDefinition on what level and resourse it can be used. It is also specified on each Resource in the guide if there are any operations available.

List of operations