Retrieves a tags rule with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/tags-rules/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/tags-rules/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/tags-rules/{id}
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/tags-rules/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Tags rule retrieved.
Type of event.
Enum:"aml-list-possibly-matched""application-instance-disabled""application-instance-enabled""autodeposit-lookup-performed""balance-transaction-settled""coupon-application-removed""coupon-applied""coupon-expiration-modified""coupon-expired""coupon-issued"
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.
Response
{ "id": "tag_rule_0YVCEE5APAD7V84MK3P9CCJVYY", "name": "string", "eventType": "aml-list-possibly-matched", "filter": "string", "addTags": [ "string" ], "removeTags": [ "string" ], "status": "active", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }