Get List of all Platforms

QMetry 7QMetry 8
  • URL : /rest/admin/platform/list
  • Method : POST
  • URL : /rest/admin/platform/list
  • Method : POST
Request Body
{
	"activeScope": "cycle",
	"page": 1,
	"start": 0,
	"limit": 60
}
Request Body
{
  "start": 0,
  "limit": 50,
  "page": 1,
  "sort": "[{\"property\":\"platformID\",\"direction\":\"DESC\"}]"
}
Response Body
{
	"data": [{
		"platformID": 13992,
		"name": "IE 11",
		"isArchived": false,
		"Case": "",
		"projectID": 3019,
		"platformScope": 1,
		"isProjectLevel": 1,
		"isReleaseLevel": 1,
		"linkedTsRunCount": 51
	}, {
		"platformID": 14843,
		"name": "FF",
		"isArchived": false,
		"Case": "",
		"projectID": 3019,
		"platformScope": 1,
		"isProjectLevel": 1,
		"isReleaseLevel": 1,
		"linkedTsRunCount": 37
	}, {
		"platformID": 14844,
		"name": "Chrome",
		"isArchived": false,
		"Case": "",
		"projectID": 3019,
		"platformScope": 1,
		"isProjectLevel": 1,
		"isReleaseLevel": 1,
		"linkedTsRunCount": 51
	}, ...
     ...
	 ...
	}],
	"total": 5
}
Response Body
{
  "data": [
    {
      "platformID": 10925,
      "createdDate": "2019-04-04T13:13:39",
      "name": "Android",
      "isPlatformArchived": false,
      "Case": "",
      "projectID": 2476,
      "platformScope": 1,
      "isProjectLevel": 1,
      "isReleaseLevel": 1
    },
    {
      "platformID": 10924,
      "createdDate": "2019-04-04T13:13:25",
      "name": "iOS",
      "isPlatformArchived": false,
      "Case": "",
      "projectID": 2476,
      "platformScope": 1,
      "isProjectLevel": 1,
      "isReleaseLevel": 1
    },
    {
      ...
    },
    {
      ...  
    }
  ],
  "total": 4
}