question

Upvotes
Accepted
1.2k 8 11 8

How can I use the API to search within a specific data source or context?

data-fusion
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
1.2k 8 11 8

Obtain context name by calling:

http://{instance}/app/api/context/list

and feed the name of the context into the subsequent search call using the queryFilter=context||| parameter:

http://{instance}/app/api/entity/search?queryFilter=context|||{name}
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.