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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
113 2 2 3

How can I find groupID?

world-checkworld-check-one
icon clock
10 |1500

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

1 Answer

· Write an Answer
Upvotes
Accepted
3.1k 18 7 7

Hi @emma.farmer,

There are a couple ways to find your groupID...

In the World-Check One application when you click on a group, see the groupID in the URL.

https://app.accelus.com/#accelus/fsp/%7B%22location%22%3A%22%3Flocale%3Den-GB%23fsp%2Fscreening%2Fgroup%2Fe340d04d-0f58-40d5-a5c6-a0cf0536410b%2Fmode%2FINITIAL%2Ftype%2F.....

Or you can make a WC1 API request to get all your top level groups...

https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/groups

[
  {
    "id": "418f28a7-b9c9-4ae4-8530-819c61b1ca6c",
    "name": "SampleClientAPI-Group1",
    "parentId": "9160a0b3-4d22-43af-b691-552e79ded9da",
    "hasChildren": true,
    "status": "ACTIVE",
    "children": [
      {
        "id": "e340d04d-0f58-40d5-a5c6-a0cf0536410b",
        "name": "SampleClientAPI-Group1-1",
        "parentId": "418f28a7-b9c9-4ae4-8530-819c61b1ca6c",
        "hasChildren": false,
        "status": "ACTIVE",
        "children": []
      },
icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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