List all contract templates

GET {{baseUrl}}/tokenization/templates

Return minimal representation of all the contract templates available for the workspace

Request Params

KeyDatatypeRequiredDescription
limitnumberItems per page (max 100)
offsetnumberPaging offset
pageCursorstringPage cursor to get the next page
pageSizestringNumber of items per page, requesting more then max will return max items
typestringThe type of the contract templates you wish to retrieve. Can accept one type, more or none
initializationPhasestring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","isPublic":"\u003cboolean\u003e","attributes":{"useCases":["\u003cstring\u003e","\u003cstring\u003e"],"standards":["\u003cstring\u003e","\u003cstring\u003e"],"auditor":{"name":"\u003cstring\u003e","imageURL":"\u003cstring\u003e","link":"\u003cstring\u003e"}},"canDeploy":"\u003cboolean\u003e","owner":"\u003cstring\u003e","vendor":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},"type":"TOKEN_UTILITY"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","isPublic":"\u003cboolean\u003e","attributes":{"useCases":["\u003cstring\u003e","\u003cstring\u003e"],"standards":["\u003cstring\u003e","\u003cstring\u003e"],"auditor":{"name":"\u003cstring\u003e","imageURL":"\u003cstring\u003e","link":"\u003cstring\u003e"}},"canDeploy":"\u003cboolean\u003e","owner":"\u003cstring\u003e","vendor":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},"type":"TOKEN_UTILITY"}],"next":"\u003cstring\u003e"}