cURL
curl --request POST \ --url https://api.globalwebindex.com/v2/splitters/filter \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "splitters": [ { "namespace_code": "<string>" } ] } '
{ "splitters": [ { "accessible": true, "code": "<string>", "name": "<string>", "namespace_code": "<string>", "segments": [ { "accessible": true, "code": "<string>", "name": "<string>" } ] } ] }
Filter splitters and show their details.
Request to filter splitters by
Splitters filter to use as criteria.
Show child attributes
Namespace Code of splitter to search in. If the namespace code does not exist it is silently ignored.
splitters satisfying criteria and their details
Splitters matching the filtering criteria.
Is this splitter accessible (true).
Question code of splitter (q2, gwi-usa.q13).
Name of the splitter question (Gender).
Namespace code of splitter (core, gwi-usa).
Segments of this splitter in this namespace.
Is this segment accessible (true).
Code of splitter segment (q2_1, q13_4).
Name of the segment datapoint (Female).
Was this page helpful?