List metadata cascade policies
GET https://{{api.box.com}}/2.0/metadata_cascade_policies?folder_id=31232
Retrieves a list of all the metadata cascade policies
https://developer.box.com/reference/get-metadata-cascade-policies
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
folder_id | number | Specifies which folder to return policies for. This can not be used on the | |
root folder with ID 0 . | |||
owner_enterprise_id | number | The ID of the enterprise ID for which to find metadata | |
cascade policies. If not specified, it defaults to the | |||
current enterprise. | |||
marker | string | Defines the position marker at which to begin returning results. This is | |
used when paginating using marker-based pagination. |
This requires usemarker
to be set to true
. |
| offset
| number | | The offset of the item at which to begin the response.
Queries with offset parameter value exceeding 10000 will be rejected with a 400 response. |
RESPONSES
status: OK
{"limit":1000,"next_marker":"JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii","prev_marker":"JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih","entries":[{"id":"6fd4ff89-8fc1-42cf-8b29-1890dedd26d7","type":"metadata_cascade_policy","owner_enterprise":{"type":"enterprise","id":"690678"},"parent":{"type":"folder","id":"1234567"},"scope":"enterprise_123456","templateKey":"productInfo"}]}