GET Model Table Unsorted Indices

GET /api/models/(mid)/tables/(aid)/arrays/(array)/unsorted-indices

Warning

This request is deprecated. Use GET /api/models/(mid)/arraysets/(aid)/data instead.

Given a collection of sorted row indices and a specific sort order, return the corresponding unsorted 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

See Also