# item.created Triggered when an item is created. This event can occur in one of the following conditions * When MeasureOne extracts the item from the datasource * When Individual manually uploads an item through MeasureOne Link * When you upload and create an item using /items/new API Endpoint: POST item.created Version: 3.0 Security: Bearer, Basic, Internal, None ## Request fields (application/json): - `item_id` (string) Unique ID of the item identified by MeasureOne Example: "itm_TSEne2SSjP3GvpVrs5HLol4xor2" - `datarequest_id` (string) Unique ID of the Data Request identified by MeasureOne Example: "dr_1faOM8Q4efEWIjzdE2SBM2kLq4O" - `individual_id` (any) Unique ID of the Individual identified by MeasureOne Example: "idv_TSEne2SSjP3GvpVrs5HLol4xor2" - `external_id` (any) Your identifier for the Individual Example: "ABCDECD" - `item_type` (any) Source Data type of the item Example: "TRANSCRIPT_FILE" - `event` (string) Name of the event, Example: "item.created" - `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"