- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists GlossaryCategory resources in a Glossary.
HTTP request
GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/glossaries/*}/categories
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which has this collection of GlossaryCategories. Format: projects/{project_id_or_number}/locations/{locationId}/glossaries/{glossaryId} Location is the GCP region. |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of GlossaryCategories to return. The service may return fewer than this value. If unspecified, at most 50 GlossaryCategories will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. Filter expression that filters GlossaryCategories listed in the response. Filters are supported on the following fields: - immediate_parent Examples of using a filter are: - This will only return the GlossaryCategories that are directly nested under the specified parent. |
orderBy |
Optional. Order by expression that orders GlossaryCategories listed in the response. Order by fields are: |
Request body
The request body must be empty.
Response body
List GlossaryCategories Response
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"categories": [
{
object ( |
Fields | |
---|---|
categories[] |
Lists the GlossaryCategories in the specified parent. |
nextPageToken |
A token, which can be sent as |
unreachableLocations[] |
Locations that the service couldn't reach. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
dataplex.glossaryCategories.list
For more information, see the IAM documentation.