Pro+
/watchlists/membership
Query Parameters
- Type: integerFormat: int32
company Id Signed 32-bit integers (commonly used integer type).
- Type: integerFormat: int32
person Id Signed 32-bit integers (commonly used integer type).
- Type: integerFormat: int32
address Id Signed 32-bit integers (commonly used integer type).
- Type: integerFormat: int32
property Id Signed 32-bit integers (commonly used integer type).
- Type: integerFormat: int32
vehicle Id Signed 32-bit integers (commonly used integer type).
Responses
Request Example for get/watchlists/membership
curl 'https://lens-api.tic.io/watchlists/membership?companyId=1&personId=1&addressId=1&propertyId=1&vehicleId=1' \
--header 'x-api-key: YOUR_SECRET_TOKEN'
[
{
"watchListGuid": "123e4567-e89b-12d3-a456-426614174000",
"watchListName": null,
"watchListMemberGuid": "123e4567-e89b-12d3-a456-426614174000"
}
]