Retrieving datapool's csv file content via RQM API
Good evening!
Does anyone know if it's possible to retrieve the datapool content via REST/Generic XML using RQM 3.0.1 API?
I'm using RPE 1.1.2 for reporting, and I need to include that information in a testscript report, but all I get invoking RQM API is the column names of the csv (stored in /feed/entry/content/datapool/variables) and the link to the attachment (the file itself) :(
Alas, I haven't been able to retrieve its content directly from RPE. Is it possible?
Thanks in advance.
Dan.
Does anyone know if it's possible to retrieve the datapool content via REST/Generic XML using RQM 3.0.1 API?
I'm using RPE 1.1.2 for reporting, and I need to include that information in a testscript report, but all I get invoking RQM API is the column names of the csv (stored in /feed/entry/content/datapool/variables) and the link to the attachment (the file itself) :(
Alas, I haven't been able to retrieve its content directly from RPE. Is it possible?
Thanks in advance.
Dan.
3 answers
Good evening!
Does anyone know if it's possible to retrieve the datapool content via REST/Generic XML using RQM 3.0.1 API?
I'm using RPE 1.1.2 for reporting, and I need to include that information in a testscript report, but all I get invoking RQM API is the column names of the csv (stored in /feed/entry/content/datapool/variables) and the link to the attachment (the file itself) :(
Alas, I haven't been able to retrieve its content directly from RPE. Is it possible?
Thanks in advance.
Dan.
Hi Dan,
Yes, datapool is a supported resource in the API. See: https://jazz.net/wiki/bin/view/Main/RqmApi#Resources_and_their_Supported_Op
Good evening!
Does anyone know if it's possible to retrieve the datapool content via REST/Generic XML using RQM 3.0.1 API?
I'm using RPE 1.1.2 for reporting, and I need to include that information in a testscript report, but all I get invoking RQM API is the column names of the csv (stored in /feed/entry/content/datapool/variables) and the link to the attachment (the file itself) :(
Alas, I haven't been able to retrieve its content directly from RPE. Is it possible?
Thanks in advance.
Dan.
Hi Dan,
Yes, datapool is a supported resource in the API. See: https://jazz.net/wiki/bin/view/Main/RqmApi#Resources_and_their_Supported_Op
Hi, Robert.
Thanks for replying. Datapool fields are available from RQM API, but what I need to retrieve is the CSV data itself, I mean, the file which content is used by the testscript to iterate once for each row.
Datapool provides a field with the URI of the file, but my question is: Is it possible to retrieve it and use its data directly from RPE?
Thanks again.
Dan.