Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Screening /
  • World-Check One /

For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

avatar image
Question by patrick14 · Aug 29, 2017 at 12:04 AM · world-checkworld-check-oneerror-404case

SEQ-2b return 404 Not Found

I'm encountering problems when I'm trying to invoke Save CASE API and I suspect it might be provision of trial account incomplete? Please help.

  1. I'm on a trial account.
  2. I'm using Postman Native client, not chrome plugin.
  3. I'm using the latest Postman collection (20170522)
  4. I manage to invoke SEQ-1a, SEQ-1b with successful group data response.
  5. I didn't change any of the Postman collection for header, body, pre-request script.
  6. Default screening type of primary group is = Case Management & Audit. Not Zero Footprint.

I believe you will have access to the trial account I mention, otherwise let me know how can I share the screenshot (privately, as its contains api keys, secret, and my client details) to help you understand my issues here.

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

14 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by brian.bourgault · Aug 29, 2017 at 10:31 AM

Hi @patrick14,

I looked into your issue. The issue was with your account setup. I have changed the permissions for your account so that the one user now can create, etc...cases and not just view them.

Brian

Comment
patrick14

People who like this

1 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by saha.shilpi1 · Aug 29, 2017 at 12:40 AM

Hi @patrick14,

For creation of any case, GroupID is required.I believe you mentioned particular GroupId for creation of case like below sample.

{

"groupId":"e340d04d-0f58-40d5-a5c6-a0cf0536410b",

"entityType":"INDIVIDUAL",

"providerTypes":[ "WATCHLIST" ],

"name":"SUKUMAR CHANDRA SAHA",

"customFields":[

{

"typeId": "0a3687d0-5c1b-1fcb-9708-1bde000000a4",

"value":"Shilpi"

}

],

"secondaryFields":[

{ "typeId":"SFCT_1", "value":"MALE" },

{ "typeId":"SFCT_2", "dateTimeValue": "2016-10-12" },

{ "typeId":"SFCT_3", "value":"IND" },

{ "typeId":"SFCT_4", "value":"IND" },

{ "typeId":"SFCT_5", "value":"IND" } ]

}

In this example I am using "groupId":"e340d04d-0f58-40d5-a5c6-a0cf0536410b"(SampleClientAPI-Group1-1)for creation of case and using particular case template which are using for this Group.

If you can maintain the same process you should get the correct result.

Let me know if still getting any error.

Thanks,

Shilpi

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by patrick14 · Aug 29, 2017 at 12:48 AM

With the assumption that I can invoke the SEQ-1b API, I believe I'm using group ID correct and still...404.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by saha.shilpi1 · Aug 29, 2017 at 12:54 AM

Hi @patrick14,

Can you please share your body alongwith API key,API SECRET and error screenshot for creation of simple case.SEQ-2B body.

Thanks,

Shilpi

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by patrick14 · Aug 29, 2017 at 01:05 AM

Here's the body and Error response screenshots. I don't think is a good idea to share API Key / Secret over here in a forum. Again, if I manage to invoke SEQ-1a and SEQ-1b, I'll believe I have the key and secret setup correctly.


seq-2b-default-body.png (350.7 KiB)
seq-2b-response-404.png (329.9 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by saha.shilpi1 · Aug 29, 2017 at 01:13 AM

Hi @patrick14,

Providing your screenshot groupId is missing .Can you please put the correct groupId as mentioned above in example for creation of case.

Thanks,

Shilpi

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by patrick14 · Aug 29, 2017 at 01:42 AM

As I mentioned, groupId is setup correctly. Otherwise I won't be able to run SEQ-1b. There's no need to manually configure the group ID in body key value as it's all from Postman environment variable.

Anyway, here you go (see below screenshot) and as expecte, 404 still.


screen-shot-2017-08-29-at-13931-pm.png (85.8 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by saha.shilpi1 · Aug 29, 2017 at 01:57 AM

Hi @patrick14,

Thanks for all of your providing information. Without adding groupId in body you can get 404 error. Can you please share below screenshot with me.

1)SEQ-1A response .

2)SEQ-1B response.

3)Environment variable screenshot want to replicate the same issue in my environment.

Thanks,

Shilpi

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by patrick14 · Aug 29, 2017 at 02:39 AM

To answer your statement on "Without adding groupId in body you can get 404 error", I do have groupId in body using postman environment variable. And I'm using the postman collections file from Thomson Reuters as is without editing it further except adding in Key, Secret and GroupID environment variable.

3 screenshots as per request:


seq-1a-res.png (311.0 KiB)
seq-1b-res.png (302.6 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by patrick14 · Aug 29, 2017 at 02:41 AM

env variable


env-variable.png (165.3 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by saha.shilpi1 · Aug 29, 2017 at 04:02 AM

Hi @patrick14,

Thanks for all your information. Providing your groupID I am not able to replicate the groupName in WCI Application(https://app.accelus.com).Not sure what particular credentials you created for this group otherwise we all can able to see this group in WC1 application itself. I will investigate further and let you know whats the issue.

Thanks,

Shilpi

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by patrick14 · Aug 29, 2017 at 04:32 AM

Let me know if you need more screenshot on how it looks like on my app.accelus.com dashboard. I can grab those screenshot and email to your Thomson Reuter email address instead of posting it here in public.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
Answer by brian.bourgault · Aug 29, 2017 at 06:04 AM

Hi @patrick14,

The group BaskaranGroup you're using does not have permissions for the SampleUser WC1API.

Please use the SampleClientAPI-Group1 (418f28a7-b9c9-4ae4-8530-819c61b1ca6c) for your trial test.

Brian

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
Answer by patrick14 · Aug 29, 2017 at 07:58 AM

Hi @brian.bourgault,

The groupId I'm using is not "BaskaranGroup". It's the group created in app.accelus.com dsahboard. I have no idea what is "BaskaranGroup" and that the "SampleUser" you mention here.

I have change my groupID to the "SampleClientAPI-Group1", now my SEQ-1b is returning 404 (which used to run successfully with my own groupID).

Most importantly, the SEQ-2b still returning 404 not found and it doesn't help. See my screenshot


seq-2b-sampleclientapi-group1.png (470.5 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
6 People are following this question.

Related Questions

How to get information around risk indicators, Profile Action Type (like SANCTION) ?

Response 404 with no body

Getting a 401 when "Post"ing a case to the API

Will World-Check one API gives instant response for a lead/customer data?

Can the World Check API handle null values?

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges