List Model License Types
curl --request GET \
--url https://api.runflow.io/v1/models/license-types \
--header 'Authorization: Bearer <token>'{
"items": [
{
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"first": "<string>",
"next": "<string>",
"previous": "<string>"
}Models
List Model License Types
Return all Model License Type reference records with optional filtering and sorting.
GET
/
v1
/
models
/
license-types
List Model License Types
curl --request GET \
--url https://api.runflow.io/v1/models/license-types \
--header 'Authorization: Bearer <token>'{
"items": [
{
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"first": "<string>",
"next": "<string>",
"previous": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Search filter (ANTLR syntax)
Sort expression (e.g. 'name:asc')
Page size
Required range:
1 <= x <= 500Field projection
Previous-page query
Backward pagination flag
⌘I