...
URL | HTTP Type | Description |
---|---|---|
/entity?activityIdgeneratedBy={activity id} | POST | Creates a new entity and links it creates a generatedBy connection to the provided activity.
|
/entity/{id}?activityIdgeneratedBy={activity id} | PUT | Updates the entity and links creates a generatedBy connection from the current version of the entity to the provided activity.
|
/entity/{id}/version?activityIdgeneratedBy={activityId} | POST | Creates a new version of a given version-able entity and links it creates a generatedBy connection to the provided activity.
|
/entity/{id}/activitygeneratedBy | GET | Returns the activity that generated (aka links to) the current version of the specified entity.
|
/entity/{id}/version/{versionNumber}/activitygeneratedBy | GET | Returns the activity that generated (aka links to) the specific version of the entity.
|
Provenance Additions to the API
...
URL | HTTP Type | Description |
---|---|---|
/activity | POST | Creates a new activity object. |
/activity/{activityId} | PUT | Updates the specified activity.
|
/activity/{activityId} | GET | Returns the specified activity.
|
/activity/{activityId} | DELETE |
|