- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists entry groups.
HTTP request
GET https://datacatalog.googleapis.com/v1beta1/{parent}/entryGroups
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the location that contains the entry groups, which can be provided in URL format. Example:
|
Query parameters
Parameters | |
---|---|
page |
Optional. The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for |
page |
Optional. Token that specifies which page is requested. If empty, the first page is returned. |
Request body
The request body must be empty.
Response body
Response message for entryGroups.list
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"entryGroups": [
{
object ( |
Fields | |
---|---|
entry |
EntryGroup details. |
next |
Token to retrieve the next page of results. It is set to empty if no items remain in results. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.