GET Model Table Sorted Indices¶
-
GET/models/(mid)/tables/(aid)/arrays/(array)/sorted-indices¶ Warning
This request is deprecated. Use
GET /models/(mid)/arraysets/(aid)/datainstead.Given a collection of row indices and a specific sort order, return the corresponding sorted row indices.
Parameters: - mid (string) – Unique model identifier.
- aid (string) – Arrayset artifact id.
- array (int) – Array index.
Query Parameters: - rows – Row indices to be sorted.
- index – Optional index column that can be used for sorting.
- sort – Sort order.
- byteorder – Optionally return the results as binary data.
Response Headers: - Content-Type – application/json, application/octet-stream