Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.25 KB

Filtering.md

File metadata and controls

11 lines (8 loc) · 1.25 KB

Filtering

Properties

Name Type Description Notes
keyword str Keyword of the asset you are looking for [optional]
user_email str Email of the user that you want to get assets for. Note: `user_id` and `user_mail` cannot be set at the same time. For users that are in `BOUND` status, use `user_id` to get their assets. For users that are in `PENDING` status, use `user_email` to get their assets. Use `user_email` as filter only when you have set `asset_type` as `ADVERTISER` and the invitation for the user to join Business Center is still pending. [optional]
user_id str ID of the user that you want to get assets for. Note: `user_id` and `user_mail` cannot be set at the same time. For users that are in `BOUND` status, use `user_id` to get their assets. For users that are in `PENDING` status, use `user_email` to get their assets [optional]

[Back to Model list] [Back to API list] [Back to README]