PHP 클래스 Zendesk\API\Resources\Core\Search

상속: extends Zendesk\API\Resources\ResourceAbstract
파일 보기 프로젝트 열기: zendesk/zendesk_api_client_php

공개 메소드들

메소드 설명
anonymous ( $query, array $queryParams = [] ) : stdClass This resource behaves the same as /api/v2/search, but lets anonymous users search public forums in the Web portal. The endpoint searches only articles, not tickets, and returns only articles that the requesting user is allowed to see.
find ( null $query = null, array $queryParams = [] ) : stdClass The search API is a unified search API that returns tickets, users, and organizations. You can define filters to narrow your search results according to resource type, dates, and object properties, such as ticket requester or tag.

보호된 메소드들

메소드 설명
setUpRoutes ( )

메소드 상세

anonymous() 공개 메소드

This resource behaves the same as /api/v2/search, but lets anonymous users search public forums in the Web portal. The endpoint searches only articles, not tickets, and returns only articles that the requesting user is allowed to see.
public anonymous ( $query, array $queryParams = [] ) : stdClass
$query
$queryParams array
리턴 stdClass | null

find() 공개 메소드

The search API is a unified search API that returns tickets, users, and organizations. You can define filters to narrow your search results according to resource type, dates, and object properties, such as ticket requester or tag.
public find ( null $query = null, array $queryParams = [] ) : stdClass
$query null
$queryParams array
리턴 stdClass | null

setUpRoutes() 보호된 메소드

protected setUpRoutes ( )