Retrieves a list with all models and algorithms.

GET {{baseUrl}}/models?pageNumber=<integer>&pageSize=<integer>&filter=<string>&sort=desc

Retrieves all models and algorithms uploaded by the users in the same tenant. The response will be an array containing information regarding the models. Also for each of the models the details regarding the last version will be present in the response

Request Params

KeyDatatypeRequiredDescription
pageNumberstringSpecifies the requested page index
pageSizestringSpecifies the number of elements in a page
filterstringComplex filter that can filter by model name, type, description, author or fields set as optional parameters. All fields are optional. Filters can be set as plain string or as a regular expression.
The expected format follows:<br />
<pre>
?filter={
"name":"model*",
"type":"type",
"description":"modelDescription",
"optionalParameters":{
 &quot;entityId&quot;:&quot;64&quot;,
 &quot;entityName&quot;: &quot;*&quot;

} } </pre> | | sort | string | | Parameter used to sort the models by the lastModified field ascending or descending.<br /> |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;models&quot;:[{&quot;id&quot;:&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;,&quot;name&quot;:&quot;NN - Quasi Newton&quot;,&quot;description&quot;:&quot;Newton using variable metrix methods&quot;,&quot;type&quot;:&quot;Zeppelin notebook&quot;,&quot;author&quot;:&quot;user@siemens.com&quot;,&quot;lastVersion&quot;:{&quot;id&quot;:&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;,&quot;number&quot;:3.1,&quot;expirationDate&quot;:&quot;1961-03-21&quot;,&quot;author&quot;:&quot;user@siemens.com&quot;,&quot;creationDate&quot;:&quot;1981-03-01&quot;,&quot;dependencies&quot;:[{&quot;name&quot;:&quot;sklearn-theano&quot;,&quot;type&quot;:&quot;Python&quot;,&quot;version&quot;:&quot;1.7, 5.2.6&quot;},{&quot;name&quot;:&quot;sklearn-theano&quot;,&quot;type&quot;:&quot;Python&quot;,&quot;version&quot;:&quot;1.7, 5.2.6&quot;}],&quot;io&quot;:{&quot;consumes&quot;:&quot;CSV/XML/Parquet&quot;,&quot;input&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;output&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;optionalParameters&quot;:{}},&quot;producedBy&quot;:[&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;,&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;],&quot;kpi&quot;:[{&quot;name&quot;:&quot;error rate&quot;,&quot;value&quot;:&quot;ex ad in&quot;},{&quot;name&quot;:&quot;error rate&quot;,&quot;value&quot;:&quot;incididunt ex velit pariatur aliqua&quot;}]}},{&quot;id&quot;:&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;,&quot;name&quot;:&quot;NN - Quasi Newton&quot;,&quot;description&quot;:&quot;Newton using variable metrix methods&quot;,&quot;type&quot;:&quot;Zeppelin notebook&quot;,&quot;author&quot;:&quot;user@siemens.com&quot;,&quot;lastVersion&quot;:{&quot;id&quot;:&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;,&quot;number&quot;:3.1,&quot;expirationDate&quot;:&quot;1970-10-14&quot;,&quot;author&quot;:&quot;user@siemens.com&quot;,&quot;creationDate&quot;:&quot;1955-02-19&quot;,&quot;dependencies&quot;:[{&quot;name&quot;:&quot;sklearn-theano&quot;,&quot;type&quot;:&quot;Python&quot;,&quot;version&quot;:&quot;1.7, 5.2.6&quot;},{&quot;name&quot;:&quot;sklearn-theano&quot;,&quot;type&quot;:&quot;Python&quot;,&quot;version&quot;:&quot;1.7, 5.2.6&quot;}],&quot;io&quot;:{&quot;consumes&quot;:&quot;CSV/XML/Parquet&quot;,&quot;input&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;output&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;optionalParameters&quot;:{}},&quot;producedBy&quot;:[&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;,&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;],&quot;kpi&quot;:[{&quot;name&quot;:&quot;error rate&quot;,&quot;value&quot;:&quot;labore Duis eiusm&quot;},{&quot;name&quot;:&quot;error rate&quot;,&quot;value&quot;:&quot;id commodo&quot;}]}}],&quot;page&quot;:{&quot;number&quot;:1,&quot;size&quot;:20,&quot;totalPages&quot;:2,&quot;totalElements&quot;:40}}