Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

response

signature

request

description

StoredCondition

POST /condition

StoredCondition

Create a new StoredCondition immutable Condition. If an exact copy of the provided condition already exists, then the existing StoredCondition will be returned.

StoredCondition

GET /condition/{id}

Get an existing StoredCondition via its ID.

Paginated<StoredCondition>

PUT /condition/list

TBD

Paginated list of conditions based on user’s filters/sorting (TBD)

Table 1. Conditions API.

Note: By making conditions immutable, user can be assured that it is safe to reuse them in multiple passport AR. If conditions were to be mutable, it would be difficult for users to predict the impact any changes would have across the system.

...