question

Upvotes
Accepted
35 15 20 21

In Screening Online API, how do I get match responses from getMatches?

When I make a request to getMatches it returns matchCount=1 but does not display any match information. See screen shot below...how do I get the match information in the Return Request?

John

world-checkapiscreeningscreening-apiresponse
getmatchesreturn1.jpg (134.4 KiB)
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
Upvote
Accepted
3.1k 18 7 7

Hi @John Williams,

It appears you've edited the default <start> and <limit> values. The matchCount correctly returns 1 match, however the matches array is zero based array and you selected to get matches 1-10 in the array, of which there are no matches. If you change the <start> parameter to 0, then you'll get the match information for the first (and only) match.

I hope this helps,

Brian

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.