Skip to main content

Referrer_ListCrossRefs

Referrer_ListCrossRefs

Query Parameters
  • pageSize int32

    The maximum number of users to return. Server may return fewer users than requested. The maximum page_size is 100 If unspecified, server will pick an appropriate default.

  • pageToken string

    The value returned from the previous call.

  • filter.prefix string

    specifies the prefix of the CrossRefs name to search in

  • filter.pendingOnly boolean

    if true only crossreferences with pendings are returned

Responses

OK

Schema
  • crossrefs object[]

    The list of crossrefs.

    • name string required

      The resource name of the crossref.

    • root string

      root entity which generated the crossreference.

    • etag string

      version control.

    • verified boolean

      if verified, the crossreference has been generated by a trusty process or verified by an operator

    • operator string

      last operator which edited the crossreference

    • createTime date-time

      creation time

    • updateTime date-time

      update time

    • edges object[]

      all edges of the crossreference

      • name string
      • state int32
  • nextPageToken string

    A token to retrieve next page of results.