- Retrieve tags rules list
Retrieves a list of tags rules.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/tags-rules
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/tags-rules
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/tags-rules
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/tags-rules?limit=0&offset=0&sort=string&filter=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of tags rules retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
Type of event.
Filter that determines whether to tag or untag. This field requires a special format. Use , for multiple allowed values. Use ; for multiple fields.
For more information, see Using filters.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
[ { "id": "tag_rule_0YVCEE5APAD7V84MK3P9CCJVYY", "name": "string", "eventType": "aml-list-possibly-matched", "filter": "string", "addTags": [ … ], "removeTags": [ … ], "status": "active", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]