We are getting timeout error when calling GetServicesForVeiw or GetElementsForView with viewID = -1 parameter.
The Response XML does not show any DMAElement Tag and HTTP Response status is 0.
Please suggest how to correct the situation.
Hi Anuj,
Can you try the following request
Request:
http://<DMAHOSTNAME>/API/v1/json.asmx/GetServicesForFilter
where <DMAHOSTNAME> is the IP address or hostname of the DMA where you planning to perform the request
Header:
Connection-Type: application/json
Body:
{
"connection": "05128908-870e-4ba0-ab32-cfb67a712263",
"ViewID": -1,
"IncludeSubViews": true,
"genericFilter":
{
"propertyFilters": []
}
}
The connection GUID will need to be changed according to the output of ConnectApp