Skip to main content
POST
Search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

The GoLinkSearchServiceSearchRequest message.

ownerUserIds
string[] | null

Filter by owner user IDs. Joins against the C1 entitlement user binding to find GoLinks where any of these users hold the "owner" entitlement grant.

pageSize
integer<int32>

The pageSize field.

pageToken
string

The pageToken field.

query
string

The query field.

refs
Go Link Ref · object[] | null

The refs field.

status
enum<string> | null

Filter by status. If not set, returns all non-deleted GoLinks.

Available options:
GO_LINK_STATUS_UNSPECIFIED,
GO_LINK_STATUS_ENABLED,
GO_LINK_STATUS_DISABLED

Response

200 - application/json

Successful response

The GoLinkSearchServiceSearchResponse message.

list
Go Link View · object[] | null

The list field.

nextPageToken
string

The nextPageToken field.