Data/v2/AddFilters
This endpoint has been removed. There is no newer version.
Adds an area or location record to one or more static DataFilters.
URL: /data/v2/addFilters
Method: POST
Parameters
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
See Model Object Properties. |
Model Object Properties
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
|
|
|
|
All specified DataFilters should be of static type. |
Response
The following responses may be returned in addition to the standard ones specified under Common Information.
Code |
Error Message |
Description |
|
|
For any keys returned, either:
|
|
|
|
Example call
URL: https://api.vision-mapping.com/data/v2/addFilters?apiKey=INSERT_YOUR_KEY_HERE
Body:
{
uniqueKey: "abc",
layerKey: "abc",
dataFilterKeys: [
"abc",
"abc1",
"abc2"
]
}
Example response
Response 200 OK
Message:
"The request for the following Filter Key(s) could not be met: abc1"