[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["This endpoint lists the LabelLocks applied to a specific Label using an HTTP GET request."],["The request requires specifying the parent Label in the path and accepts optional pagination parameters."],["The response provides a list of LabelLocks and a token for retrieving subsequent pages, if available."],["Proper authorization with specific OAuth scopes is necessary to access this functionality."]]],["This document outlines the process for listing LabelLocks on a specific label using a `GET` request to the provided URL, which follows gRPC Transcoding syntax. The request requires a `parent` path parameter specifying the label. Optional query parameters include `pageSize` (default 100, max 200) and `pageToken`. The request body must be empty. A successful response will return a `ListLabelLocksResponse`. Access requires one of four listed OAuth scopes.\n"]]