# Get Items for an individual Retrieve the list of items created for an Individual Endpoint: POST /v3/individuals/get_items Version: 3.0 Security: Bearer ## Header parameters: - `version` (number) Version number of the MeasureOne API you wish to integrate. - `Authorization` (string) Authorization API Key - `Content-type` (string) Content-type of the request payload. MeasureOne accepts content in application/json format unless specified otherwise ## Response 200 fields (application/json): - `individual` (object) Individual details - `individual.individual_id` (string) Unique ID of the Individual identified by MeasureOne. - `individual.datasources` (array) Array of datasources for which the items were fetched - `datarequest_id` (string) Unique ID of the Datarequest identified by MeasureOne. - `items` (array) List of items for an Individual - `items.id` (string) Unique ID of the item identified by MeasureOne. Use this id in to get the details - `items.source_data_type` (string) Source data type of the item - `items.created_at` (number) Timestamp at which the Item was created - `items.updated_at` (number) Timestamp at which the Item was last updated - `items.duplicates` (array) List of item IDs which are duplicate of an item in a datarequest - `items.refresh_id` (string) Unique ID of a scheduled refresh identified by MeasureOne ## Response 400 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error ## Response 401 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error ## Response 404 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error ## Response 405 fields (application/json): - `timestamp` (number) Timestamp in milliseconds Example: 1655227025839 - `error_code` (string) MeasureOne Error code Example: "METHOD_NOT_ALLOWED" - `error_message` (string) Details of the error Example: "Given Method not allowed" - `http_code` (number) Example: 405 ## Response 500 fields (application/json): - `timestamp` (number) Timestamp in milliseconds - `error_code` (string) MeasureOne Error code - `error_message` (string) Details of the error