Jump to content

SamL

Hornbill Users
  • Posts

    2
  • Joined

  • Last visited

SamL's Achievements

Newbie

Newbie (1/14)

  • One Month Later
  • Reacting Well
  • First Post
  • Conversation Starter
  • Week One Done

Recent Badges

0

Reputation

  1. Hi all, I've been trying to use Python to pull all request information so that we can do some offline analysis. I've been using XMLMC and have managed to pull Asset info, following an example from Steve G on here, but keep hitting a wall when it comes to Requests. I've looked through GitHub and the Hornbill wiki but still can't to get started, I'm sure I've missed something. Using Steve's Asset example, I assumed it should be something like this: ... xmlmc.add_param("application", "com.hornbill.servicemanager") xmlmc.add_param("entity", "Requests") json_string = xmlmc.invoke("data", "entityBrowseRecords2") ... But this give the result: Any pointers would be appreciated, thanks!
×
×
  • Create New...