...
Parameter | Type | Required | Comment |
---|---|---|---|
action | String | find see also API - General parameters | |
field | String | possible values:
| |
value | String | the value that should be searched for | |
key | String | required only for search in customdata = the key in customdata to search for | |
offset | Long | set the offset | |
onlymultipleentries | Boolean | if set to true, the result will only contain entries with similiar descriptions - can only be used for description | |
ordercolumns | String | one can set the order - if this string contains invalid columns, the standard sorting is used |
Example call
No Format |
---|
/api/v1/entity?action=find&field=refid&value="k342i5" POST /api/v1/entities action=find field=refid value="k342i5" |
...