List event subscriptions for the tenant or subtenant.
GET {{baseUrl}}/objectEventSubscriptions?page=0&size=10&filter=<string>
List object event subscriptions for the tenant or subtenant. If requester is tenant, all the subscriptions for the tenant as well as its all subtenants are returned. If requester is a subtenant, all the subscriptions for the subtenant are returned. If tenant wants to filter results for a particular subtenant, filter query parameter subtenantId can be used. This filter query parameter is applicable only if the requester is tenant.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Specifies the requested page index | |
size | number | Specifies the number of elements in a page | |
filter | string | JSON-based filter expression. Supported values: 'subtenantId'. Supported operations: 'eq'. Decoded example value: |
{ "subtenantId": "204a896c-a23a-11e9-a2a3-2a2ae2dbcce4" }
|
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"subscriptions":[{"id":"7dc53df5703e49b38670b1c468f47f1f","name":"my-subscription-name","storageAccount":"dlbucketname","storagePath":"data/ten=tenantname/myfolder/mysubfolder OR data/sub=subtenantId/myfolder/mysubfolder","destination":"aws-sns://arn:aws:sns:region:account-id:topicname","eTag":1,"status":"ACTIVE","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4"},{"id":"7dc53df5703e49b38670b1c468f47f1f","name":"my-subscription-name","storageAccount":"dlbucketname","storagePath":"data/ten=tenantname/myfolder/mysubfolder OR data/sub=subtenantId/myfolder/mysubfolder","destination":"aws-sns://arn:aws:sns:region:account-id:topicname","eTag":1,"status":"ACTIVE","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4"}],"page":{"size":-20000044,"totalElements":62674471,"totalPages":-69702730,"number":-852045}}