Hi,
How can I specify the query criteria for a metadata value using the Web API. For example, how can I find the users that have key=POD and value=EIYW?
“metadata”: [
{
“visible”: true,
“key”: “POD”,
“value”: “EIYW”
}
Thanks.
Hi,
How can I specify the query criteria for a metadata value using the Web API. For example, how can I find the users that have key=POD and value=EIYW?
“metadata”: [
{
“visible”: true,
“key”: “POD”,
“value”: “EIYW”
}
Thanks.
Hi Steve,
You will send a request like:
https://api.cryptlex.com/v3/licenses?metadataKey=POD&metadataValue=EIYM
It doesn’t seem to work, I get all entries back no matter what criteria I enter.
Thanks,
Steve
I missed the user part. The metadata filter is available for /v3/licenses endpoint, not the /v3/users endpoint. We will add support for the same by next week.
Hi Steve,
We have added support for metadata queries for user resource.