list_result_parser: Parse List Recordsets with Pagination Support

Description Usage Arguments Value

Description

This function takes an initial API return message with parameters on how to paginate and parse the message and subsequent calls if needed

Usage

1
list_result_parser(xmlBody, paginate, result_text, request_type, verbose = FALSE)

Arguments

xmlBody

a character string that appears as XML of the original request sent over to the API

paginate

a logical indicating whether pagination is needed

result_text

a character string that appears as XML as returned by an API call

request_type

a character string in one of the supported object types for the API database list action

verbose

a boolean indicating whether to print the request XML as a message

Value

A data.frame listing all objects of the specified type that also met the supplied search criteria


ReportMort/roas documentation built on May 9, 2019, 9:45 a.m.