---
title: "Get import user locations results"
method: GET
path: "/work-locations/public/api/imports/user-locations/results"
tags: ["Imports"]
---

# Get import user locations results

`GET /work-locations/public/api/imports/user-locations/results`

Retrieve the results of the Import User Locations API request with the create parameter set to true.

## Query parameters

- `summaryId` string, required

## Response `200`

Response of analysis on work location import

- object
  - `summaryId` string
  - `userLocationsCreatedSummary` object
    - `count` integer
    - `descriptions` string[]
  - `userLocationsDeletedSummary` object
    - `count` integer
  - `globalErrorSummary` string, nullable
  - `errorLines` object[]
    - `line` ImportedLine
      - `login` string
      - `firstname` string
      - `lastname` string
      - `worklocationName` string
      - `areaName` string
      - `date` string, date
      - `position` 'FullDay' | 'FirstHalf' | 'SecondHalf'
      - `comment` string, nullable
      - `isDeletion` boolean
    - `lineNumber` integer
    - `error` string
  - `warningLines` object[]
    - `line` ImportedLine
      - `login` string
      - `firstname` string
      - `lastname` string
      - `worklocationName` string
      - `areaName` string
      - `date` string, date
      - `position` 'FullDay' | 'FirstHalf' | 'SecondHalf'
      - `comment` string, nullable
      - `isDeletion` boolean
    - `lineNumber` integer
    - `warning` string
    - `isConflict` boolean
  - `errorFileUri` string, nullable

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
