Getting the List of Portfolios
Example Request URL
https://<URL>/HibernateTableService/portfolios/all/?codeduser=<userquerystring_token
Example Response
The response is a JSON with the following structure:
name: "portfolios" totalRows: the number of portfolio records, expressed as an integer rowData: Array of portfolio records
The portfolio record structure has the following JSON structure:
id: a string of the integer portfolio ID
name: a string of the portfolio name
data: an object with portfolio record data including portfolio attributes
creator_id: a string of the user id of the portfolio creator
create_time: a string of the creation time. M/D/YYYY hh:mm:ss period
mod_time: a string of the modification time. M/D/YYYY hh:mm:ss period
port_temp_id: a string of the integer template id of the portfolio
is_public: a string if the portfolio is public. "True"/"False" (capitalized!)
populated: a string if the portfolio's snapshots are all populated. "True"/"False" (capitalized!)
global_asof: a string of the global asof time. current time if LPD. M/D/YYYY hh:mm:ss period
change_time: a string of the portfolio change time. M/D/YYYY hh:mm:ss period
is_lpd: a string if the portfolio is LPD portfolio. "True"/"False" (capitalized!)
port_attr1..n: string with the value of the portfolio attr n. Keyed by attr id.

