Process Definition Steps
The steps of a Process specifying who is authorized to sign off (attest) the completion of each step.
Create a Process Definition Step
POST
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid/template_steps
Path Parameters
definitionid
string
registryid
string
Headers
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
attestors
array
An array of Did's of attestors
name
string
Update a Process Definition Step
PATCH
https://api.borlaug.network/provenance/registries/:registryid/definitions/:templateid/template_steps/:templatestepid
Path Parameters
templatestepid
number
definitionid
number
registryid
number
Headers
Authentication
string
Request Body
name
string
add_attestors
array
remove_attestors
array
Get Process Definition Steps
GET
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid/template_steps
Get the Steps for a given Template in a paged, searchable, sortable manner
Path Parameters
definitionid
number
registryid
number
Query Parameters
page
number
per_page
number
search
string
sort_by
number
order
number
Headers
Authentication
string
Get a single Process Definition Step
GET
https://api.borlaug.network/provenance/registries/:registryid/definitions/:templateid/template_steps/:templatestepid
Path Parameters
templatestepid
number
definitionid
number
registryid
number
Delete a Process Definition Step
DELETE
https://api.borlaug.network/provenance/registries/:registryid/definitions/:definitionid/template_steps/:templatestepid
Path Parameters
templatestepid
number
definitionid
number
registryid
number
Last updated
Was this helpful?