List Asset Schemas
GET/api/v1/assetschemas
Retrieve all Asset Schema definitions available.
HTTP RESPONSE
| Parameter | Type | Description |
|---|---|---|
status | string | OK or ERROR |
data | JSON | List of {Asset Schema JSON} definitions as specified in [Asset Schema JSON Format] |
Response JSON
{
"status": "OK",
"data": [ {Asset Schema JSON} ]
}
Responses
- 200
- 401
- 500
List of asset schemas
Unauthorized
Internal server error