Get Result
Description
This service gets the result file
Request
Restrictions
Can only be called after a successful login as it Requires an authenticated user
Endpoint
GET https://<server-url>/api/v4/import/result/{id}Parameters
Parameter
Location
Required
Description
touchpoint
Query / Header
Yes
The authentication token for the API session. Use Thalamus-Token for the header.
token
Query / Header
Yes
The authentication token for the API session. Use Thalamus-Token for the header.
id
Query / Header
Yes
ID of the file to query
Full URL Example
https://<server-url>/api/v4/import/result/274?touchpoint=test&token=...Request Body
This request does not have a body.
Response
✅ Successful Response: 200 Ok
200 OkHTTP Status Code:
200 OkData from the consulted file
❌ Unsuccessful Response: 400 Bad Request
400 Bad RequestHTTP Status Code:
400 Bad RequestBody: A JSON object containing details about the error.
Example Response
JSON
{
"errors": {
"partnerDataSource": "TouchpointCodeRequired",
"partnerDataSource": "InvalidTouchpointCode"
}
}Last updated
Was this helpful?
