GET api/MediaItems/GetSort

Getting sort tags

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Result containing sort tags

SortList
NameDescriptionTypeAdditional information
Items

Sort tags

Collection of SortTag

None.

TotalCount

Number of elements in the list

integer

None.

Error

Error description

string

None.

Success

Flag of successful operation

boolean

None.

ErrorCode

Error code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "items": [
    {
      "name": "sample string 1",
      "id": 2
    },
    {
      "name": "sample string 1",
      "id": 2
    }
  ],
  "totalCount": 1,
  "error": "sample string 2",
  "success": true,
  "errorCode": 4
}