Get Import Task Result
Get Exhibitor Import Task Result
Retrieves the detailed result of a previously started exhibitor import task. Call this endpoint once the task status indicates completion (via the GET /tasks/exhibitors/import/{id} request).
Auth and Role
-
Auth
OAuth 2.0 (inherit from collection) -
Required role
BASEROLE APITASKS
Request
-
Method: GET
-
URL: {{API_BASE_URL}}/tasks/exhibitors/import/{id}/result
Headers
- Accept: */*
Request Body
- None required
Response
200 OK
- Returns an
ExhibitorImportTaskResultobject in JSON format
404 Not Found – Returned if:
-
The specified
{id}does not exist or -
The task has not yet completed — poll status endpoint until
finishedOnis notnull
Usage
-
Only call this endpoint after the task status (via GET /tasks/exhibitors/import/{id}) has been completed.
-
Use the returned resultItems to check which entities were imported successfully, which were skipped and which caused errors.EndFragment
Response Structure
If the process is successful, the server returns a 200 OK status with details of the imported task.
Keywords: exhibitor import, final result, result items, overallResultState, errors, warnings
Authentication#auth
This endpoint does not require authentication.