Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Draft save

...

Old URL

New URL

Comment

GET /workflow/definition/user

GET /workflows/{kind}

Returns a workflow definition of matching kind.

GET /workflow/definition/role

GET /workflows/{kind}

Returns a workflow definition of matching kind.

PUT /workflow/definition/user

PUT /workflows/{kind}

Creates or updates workflow definition of matching kind.

PUT /workflow/definition/role

PUT /workflows/{kind}

Creates or updates workflow definition of matching kind.

GET /workflow/tasks/user

GET /workflows/{kind}/tasks

Returns workflow tasks with matching kind.

Schema Service

Old URL

New URL

Comment

GET /schema/{kind}/list

GET /schemas/{type}/{kind}

Returns a list of all "normal" schema definitions of matching kind.

GET /virtualSchema/{kind}/list

GET /schemas/{type}/{kind}

Returns a list of all "virtual" schema definitions of matching kind.

GET /derivedSchema/{kind}/list

GET /schemas/{type}/{kind}

Returns a list of all "derived" schema definitions of matching kind.

To be continued...

GET /schema/read/{notificationId}

GET /notifications/{notificationId}

Returns a notification with matching id.

POST /schema/create

POST /notifications

Creates a new notification.

POST /schema/update

PUT /notifications/{notificationId}

Updates notification with matching id.

GET /schema/delete/{notificationId}

DELETE /notifications/{notificationId}

Deletes notification with matching id.