Get test case file attachments

QMetry 7QMetry 8
  • URL : /rest/attachments/list
  • Method : POST
  • URL : /rest/attachments/list/
  • Method : POST
Request Body
{
	"showOnlyQmetryAttachments": true,
	"entityId": "3716022",
	"entityType": "TC",
	"page": 1,
	"start": 0,
	"limit": 40
}
Request Body
{
     "start" : 0,
     "limit" : 50,
     "page" : 1,
	 "showOnlyQmetryAttachments": true,
     "entityId" : 139276,
     "entityType" : "TC"
 }
Response Body
{
	"data": [{
		"module": "TestCase",
		"coAttachmentDescription": "",
		"id": 1680616,
		"coAttachmentName": "ABC.txt",
		"coAttachmentSize": 4,
		"coAttachmentType": "txt",
		"coAttachmentUser": "rachit",
		"coAttachmentDateAdded": "2019-04-05T12:47:07",
		"coVersionGroup": 10
	}],
	"total": 1
}
Response Body
{
	"data": [{
		"module": "TestCase",
		"coAttachmentDescription": "",
		"id": 401261,
		"coAttachmentName": "ABC.txt",
		"coAttachmentSize": 4,
		"coAttachmentType": "txt",
		"coAttachmentUser": "rachit",
		"coAttachmentDateAdded": "04-05-2019 18:41:19",
		"linkageLevel": "Test Case"
	}],
	"total": 1,
	"isURLFlag": false
}