GET api/v{version}/models/{modelId}
Requests details for a given model
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| modelId |
ID of the model |
integer |
Required |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Model description for the specified model
WebModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | ModelType |
None. |
|
| Version | string |
None. |
|
| Id | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.