API response for computer detail empty

API response for computer detail empty

Following  https://www.manageengine.com/products/desktop-central/api/api-inventory-computersdetailsummary.html I am trying to gather detailed information on machines from an api call, but the response is empty.

What I am submitting 

  1. def getManageEngineOne( resource_id):

    try:
    r = requests.get( 'https://myurl/api/1.3/inventory/compdetailssummary?resid= {resource_id} ', headers=manageHeaders)
    except requests.exceptions.HTTPError as err:
    print (err)
    pass

    print (r.text)
Ive looped through every resource_id I can find and each response gives me the following response. Is there something I am missing?
  1. {"message_type":"compdetailssummary","message_response":{"compdetailssummary":{"asset_summary":{},"computer_os_summary":{},"computer_disk_summary":{},"computer_summary":{},"comput
  2. er_network_adapter_summary":[],"computer_hardware_summary":{}}},"message_version":"1.0","status":"success"}

                New to ADSelfService Plus?