Get Custom List

QMetry 7QMetry 8
  • URL: /rest/admin/customlist/list
  • Method: POST
  • URL: /rest/admin/customlist/list
  • Method: POST
Request Body
{
	"page":1,
	"start":0,
	"limit":60
}
Request Body
{
	"page":1,
	"limit":50,
	"start":0
}
Response Body
[
  {
    "Id": 5021,
    "Listname": "Type LookUp list",
    "SystemDefine": false,
    "noofitems": 3,
    "projectWiseCount": 0
  },
  {
    "Id": 5022,
    "Listname": "Security List",
    "SystemDefine": false,
    "noofitems": 2,
    "projectWiseCount": 0
  }
]
Response Body
{
  "data": [
    {
      "Id": 12194,
      "Listname": "Type LookUp list",
      "SystemDefine": false,
      "noofitems": 3,
      "projectWiseCount": 0,
      "isEditable": true
    },
    {
      "Id": 12178,
      "Listname": "Security List",
      "SystemDefine": false,
      "noofitems": 2,
      "projectWiseCount": 0,
      "isEditable": true
    }
}