Process Definitions
A process template defines the steps in a process including who is authorized to sign off each step
Create a Process Definition
POST
https://api.borlaug.network/provenance/registries/:registryid/definitions
Path Parameters
registryid
number
The registry to create the process definition in.
Headers
Authentication
string
Request Body
name
string
The name of the process template
Update the name of a Process Template
PATCH
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid
Path Parameters
definitionid
number
registryid
number
Headers
Authentication
string
Request Body
name
string
Get Process Templates
GET
https://api.borlaug.network/provenance/registries/:registryid/definitions
Get the Process Templates in given Registry in a paged, searchable manner
Path Parameters
registryid
number
Query Parameters
per_page
number
page
number
search
string
sort_by
string
order
string
Headers
Authentication
string
Get a single Process Template
GET
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid
Path Parameters
definitionid
number
registryid
number
Delete a Process Template
DELETE
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid
Path Parameters
definitionid
number
registryid
number
Last updated
Was this helpful?