# datarequest.items_processed Triggered when all the Items for a Data requests are processed. This is triggered when * The user has successfully connected their account and MeasureOne has successfully processed all the documents relevant for the Data Request * The user has manually uploaded the required documents are processed for the Data Request Endpoint: POST datarequest.items_processed Version: 3.0 Security: Bearer, Basic, Internal, None ## Request fields (application/json): - `datarequest_id` (string) Unique ID of the Data Request identified by MeasureOne Example: "dr_TSEne2SSjP3GvpVrs5HLol4xor2" - `individual_id` (any) Unique ID of the Individual identified by MeasureOne Example: "idv_TSEne2SSjP3GvpVrs5HLol4xor2" - `external_id` (any) Your identifier for the Individual Example: "e2SSjP3GvpVrs5HL" - `event` (string) Name of the event Example: "datarequest.items_processed" - `is_refresh` (any) A flag to identify if event trigger due to a scheduled auto refresh - `refresh_id` (any) Unique ID of a scheduled refresh identified by MeasureOne - `items` (array) List of items extracted Example: [{"id":"itm_1aJJylkh6Ov9ANpoxd9p0wpEfYq","source_data_type":"TRANSCRIPT_FILE"},{"id":"itm_1aJKUKDmU4MDfqlujB0ENJVNxn3","source_data_type":"TRANSCRIPT_FILE"},{"id":"itm_1aJlaoY6dxe1d0KJPY1A4KDuOUF","source_data_type":"TRANSCRIPT_FILE"},{"id":"itm_1ajjH2BEyAY9JwPYgTY7kdg6uv0","source_data_type":"TRANSCRIPT_FILE"}] - `items.id` (string) Unique ID of the item identified by MeasureOne - `items.source_data_type` (string) The type of the source_data