This method will look up a statistic by the specified ID and return it back.
curl -i -X GET \ 'https://membership.api.rhythmsoftware.com/statistics/:tenantId/:id?parameters=string&recalculate=true' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "name": "string",
- "error": "string",
- "value_for_previous_period": 0,
- "value_difference_numeric": 0,
- "value_difference_percentage": 0,
- "values": [
- { }
], - "status": "valid",
- "value": 0,
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_directive": "string",
- "sys_snapshot_base_version": 0,
- "sys_configuration_snapshot_id": "string"
}