World check Api: problem with QUERY PARAMETERS

Best Answer

  • judith.pillado.lseg
    Answer ✓

    Hi @raffaele.rocco, I have emailed you a working request sample with the query parameters "?aggregatesSummary=true". Kindly take a look at it at your earliest convenience.
    A couple things to note:

    • With the attached sample code, we can confirm that the provided case system id has returned an aggregated summary of the case against the API key and API secret
    • To confirm a successful API response with the end point "?aggregatedSummary=true", we advise to wrap the end point as a URI instead of sending it as a string. The attached sample code does contain such code line
    • The sample code contains your API credentials included the case system id. Please import the sample code as a project with your IDE. The project name is api.sln
    • The sample code contains an Authorization builder to takes care of generating the hmac. The authorization builder is contained in the code file name AuthHeaderBuilder.cs. This is part of the project.

    Kindly let me know the outcome at your earliest convenience.

    Blessings,

    Judith

Answers