Model of solution’s metadata description instance (Get the metadata description of a solution by code)
Methods
- GET — Get the metadata description of a solution by code
Resource
{
"error": "string",
"solution": {
"code": "string",
"content": [
{
"code": "string",
"kind": "string"
}
],
"name": "string"
},
"success": "boolean"
}
Properties
Name | Type | Description | Additional |
---|---|---|---|
error | string |
Error message if |
Optional |
solution | object |
Full metadata description of a solution |
Optional |
solution.code | string | Optional | |
solution.content[] | array |
Contents of the Solution |
Optional |
solution.content[].code | string | Optional | |
solution.content[].kind | string |
Possible values are:
|
Optional |
solution.name | string | Optional | |
success | boolean |
Successful request flag |
Optional |