List all contract templates
GET {{baseUrl}}/tokenization/templates
Return minimal representation of all the contract templates available for the workspace
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Items per page (max 100) | |
offset | number | Paging offset | |
pageCursor | string | Page cursor to get the next page | |
pageSize | string | Number of items per page, requesting more then max will return max items | |
type | string | The type of the contract templates you wish to retrieve. Can accept one type, more or none | |
initializationPhase | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}