Overview
Creates a record list for the results of a running a saved report.
Query String Parameters
This endpoint does not accept any query string parameters.
Input Parameters
| Name |
Type |
Description |
Required |
|
<record ID>
|
<string>
|
Target record ID.
|
True.
|
Input Example
Result
| Name |
Type |
Description |
|
record
|
Array
|
The record list object and array of records stored in the list.
|
Output Example
{
"id":"72a2e755-bcb3-a02d-cf92-52e6974a55b3",
"assigned_user_id":"1",
"module_name":"Reports",
"records":[
"137e6b6d-2647-7e57-df30-52dea83c622d",
"13ae7ea4-ef13-b024-c07d-52dea80c97e4",
"1410df78-4bef-a263-ebf2-52dea85ca781",
],
"date_modified":"2014-01-27 17:27:53"
}
Change Log
| Version |
Change |
|
v10 (7.2.0)
|
Added Reports/:record/record_list POST endpoint.
|