Returning all transactions for Schema
Return all transactions for schema.
Authorizations
Path parameters
schemaIdstringRequired
Schema identifier
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
GET /api/v1/schema/{schemaId}/transactions HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
{
"type": "text"
}
]
Last updated