Process
This is a given instance of a process taking place, recording completion of steps on chain.
Create a Process
POST
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid/sequences
Path Parameters
definitionid
number
registryid
number
ID of the cake to get, for free of course.
Headers
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
name
string
Update a Process
PATCH
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid/sequences/:processid
Path Parameters
processid
number
definitionid
number
registryid
number
Headers
Authentication
string
Request Body
name
string
Get Processes
GET
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid/sequences
Path Parameters
definitionid
number
registryid
number
Headers
Authentication
string
Get a single Process
GET
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid/processes/:processid
Path Parameters
processid
number
definitionid
number
registryid
number
Headers
Authentication
string
Delete a Process
DELETE
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid/sequences/:processid
Path Parameters
processid
number
definitionid
number
registryid
number
Headers
Authentication
string
Last updated
Was this helpful?