List metadata cascade policies
List metadata cascade policies
Metadata cascade policies can be listed for a folder by calling the
GET /metadata_cascade_policies
API endpoint with a folder_id
.
cURL
curl -i -X GET "https://api.box.com/2.0/metadata_cascade_policies?folder_id=31232" \
-H "authorization: Bearer <ACCESS_TOKEN>"
Pagination
This API uses marker-based pagination and can return a
next_marker
value in the response body to indicate that more templates might
be available.