cURL
curl --request POST \ --url https://api.globalwebindex.com/v2/namespaces/filter \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "namespaces": [ { "code": "<string>" } ] } '
{ "namespaces": [ { "code": "<string>", "name": "<string>", "parent_namespace_code": { "value": "<string>" }, "type": "<string>" } ] }
Show detail info of given namespaces
request for filter
Namespace codes to filter namespaces by. Empty request means get all namespaces.
Show child attributes
Code of the namespace filter (core, gwi-ext, ...).
details of found namespaces
List of namespaces found using filter criteria.
Namespace code (core, gwi-ext, ...).
Namespace name (Core, GWI USA, ...).
The string value.
Namespace type (fresh, recontact).
Was this page helpful?