Lists the invitations the authenticated user can access for a given account, ordered by name
.
HTTP request
GET https://ads.wazeapis.com/v1/{parent=accounts/*}/invitations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the account that owns this collection of invitations. |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of invitations to return. The service might return fewer than this value. If unspecified, at most 50 invitations are returned. The maximum value is 1000; values above 1000 are coerced to 1000. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to The token will expire and is not guaranteed to work indefinitely. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"invitations": [
{
object ( |
Fields | |
---|---|
invitations[] |
The |
nextPageToken |
A token that can be sent as |
totalSize |
The total number of invitations in the specified account. |