# datarequest.acquisition_completed (deprecated) Triggered when the data extraction for a Data Request is complete. This is triggered when * The user has successfully connected their account and MeasureOne has successfully extracted all the documents relevant for the Data Request * The user has manually uploaded the required documents for the Data Request Endpoint: POST datarequest.acquisition_complete 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: "ABCDECD" - `reason_code` (any) Reason code for this webhook - `event` (string) Name of the event Example: "datarequest.acquisition_completed" - `is_refresh` (any) A flag to identify if event trigger due to a scheduled auto refresh Example: true - `refresh_id` (any) Unique ID of a scheduled refresh identified by MeasureOne Example: "rfs_1234ks2lkdw4i4j2li342podjslru"