Get all communications linked to travel claim.

Cf. summary

get/insurance/travel/v2/claims/{claim_id}/communications

Path parameters

claim_idstring required

Claim identifier.

Example:e941c951-6101-41b8-b227-28c0495227f3

Claim identifier.

Query parameters

reason_code'CUSTOMER_JOURNEY_INITIATION_REQUEST' | 'REIMBURSEMENT_ADDITIONAL_INFORMATION' required
Example:CUSTOMER_JOURNEY_INITIATION_REQUEST

Communication reason code. Allowed values are:

  • CUSTOMER_JOURNEY_INITIATION_REQUEST: Communication sent by the sutomer to initiate his journey by describing his situation.
  • REIMBURSEMENT_ADDITIONAL_INFORMATION: Communication sent by the customer to obtain information related to a reimbursement claim.

Headers

x-environment'test' | 'preprod' | 'prod'

When calling the API, the client can precise in which environment the information should be sent. The environments are listed below:

  • test --> UAT / User Acceptance Environment.
  • preprod --> Pre-production (real data, real clients to validate the software before release to production).
  • prod --> Production environment.
x-tenant-idstring
Example:42bbd332fa8f48e7bb382165f257a579

The unique identifier of the tenant, the value should be provided by AXA.

Response

The request has succeeded. Returns the list of the communications.

Example response

[
  {
    "reporter_id": "747b1129-a6fb-468e-87c7-df7a8ae5a5a7",
    "created_at": "2019-07-25T18:35:30.0000000+00:00"
  }
]