GET api/Models
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Model| Name | Description | Type | Additional information |
|---|---|---|---|
| modelId | globally unique identifier |
None. |
|
| name | string |
None. |
|
| createdDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"modelId": "0be4326b-2a4f-4be9-a1b0-424575e9a570",
"name": "sample string 2",
"createdDate": "2026-03-20T18:37:10.584531+00:00"
},
{
"modelId": "0be4326b-2a4f-4be9-a1b0-424575e9a570",
"name": "sample string 2",
"createdDate": "2026-03-20T18:37:10.584531+00:00"
}
]
text/html
Sample:
[{"modelId":"0be4326b-2a4f-4be9-a1b0-424575e9a570","name":"sample string 2","createdDate":"2026-03-20T18:37:10.584531+00:00"},{"modelId":"0be4326b-2a4f-4be9-a1b0-424575e9a570","name":"sample string 2","createdDate":"2026-03-20T18:37:10.584531+00:00"}]