Get Results for Project Import Participants Job

GET {{baseUrl}}/ex-projects/:projectId/import-participants/results/:resultId

Returns the results of the participants addition or updates job in the specified EX project.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"jobId":"\u003cstring\u003e","resultId":"\u003cstring\u003e","successfulCount":"\u003cinteger\u003e","failedCount":"\u003cinteger\u003e","failed":[{"message":"\u003cstring\u003e","itemCount":"\u003cinteger\u003e","itemIds":["\u003cstring\u003e","\u003cstring\u003e"]},{"message":"\u003cstring\u003e","itemCount":"\u003cinteger\u003e","itemIds":["\u003cstring\u003e","\u003cstring\u003e"]}],"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}