WorkflowSub2ApiGroupModelsResponse
errCodeintegerrequired
Constant value:
0errMessagestringrequired
Constant value:
data objectrequired
groupIdinteger<int64>required
Possible values: >= 1
namestringrequired
platformstringrequired
modelsstring[]required
Sub2API The currently returned model ID, with nulls and duplicates removed.
fetchedAtstring<date-time>required
This response time; the list of models may come from the 60-second in-process cache.
WorkflowSub2ApiGroupModelsResponse
{
"errCode": 0,
"errMessage": "string",
"data": {
"groupId": 0,
"name": "string",
"platform": "string",
"models": [
"string"
],
"fetchedAt": "2024-07-29T15:51:28.071Z"
}
}