- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List the entries for the glossary.
HTTP request
GET https://translate.googleapis.com/v3/{parent=projects/*/locations/*/glossaries/*}/glossaryEntries
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The parent glossary resource name for listing the glossary's entries. | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Optional. Requested page size. The server may return fewer glossary entries than requested. If unspecified, the server picks an appropriate default. | 
| pageToken | 
 Optional. A token identifying a page of results the server should return. Typically, this is the value of [ListGlossaryEntriesResponse.next_page_token] returned from the previous call. The first page is returned if  | 
Request body
The request body must be empty.
Response body
Response message for glossaryEntries.list
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "glossaryEntries": [
    {
      object ( | 
| Fields | |
|---|---|
| glossaryEntries[] | 
 Optional. The Glossary Entries | 
| nextPageToken | 
 Optional. A token to retrieve a page of results. Pass this value in the [ListGLossaryEntriesRequest.page_token] field in the subsequent calls. | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/cloud-translation
For more information, see the Authentication Overview.