Rest API Call to get Configured Item Details
Summary: We are trying to retrieve details of Configured Item details in our instance by using Rest API Call : but not getting any records retrieved but from UI we can see the details of configured item
Rest API Call
Output :
{
"items" : [ ],
"count" : 0,
"hasMore" : false,
"limit" : 25,
"offset" : 0,
"links" : [ {
"rel" : "self",
"name" : "configuredItems",
"kind" : "collection"
} ]
}
Tagged:
0