Description Usage Arguments Details Value Author(s) Examples
apiGET
- Do a GET from the PFS API.
1 2 |
coreApi |
coreApi object with valid jsessionid |
resource |
entity type to get |
query |
query string |
headers |
headers to be added to |
special |
passed to buildUrl for special sdk endpoints |
useVerbose |
Use verbose communication for debugging (default FALSE) |
useRaw |
Return raw response content (default FALSE) |
fullReturn |
Return the entire response object, or just the response content (default TRUE) |
apiGET
Do a GET from the PFS API.
List of length 2, containing content
and response
objects:
content
is the HTTP response content (concatenated if a chunked response).
response
is the entire HTTP response. If chuncked, response
object contains
the full HTTP response of the last HTTP GET call. NULL if fullReturn
is FALSE.
Craig Parman info@ngsanalytics.com
Francisco Marin francisco.marin@thermofisher.com
Natasha Mora natasha.mora@thermofisher.com
Scott Russell scott.russell@thermofisher.com
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.