Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthorGetRequest

Queries cases that were created by a specified author.

Query is generated only for one of the attributes.

The priority of the attributes in query generation is as follows: email > name > id

Hierarchy

  • AuthorGetRequest

Index

Properties

Properties

email?: string

Author's user email.

Has the highest priority for query generation. If it's present in the request, query will only be generated for this attribute.

id?: number

Author's user ID.

Has the lowest priority for query generation. A query will only be generated if it is the only attribute present.

name?: string

Author's user name.

Has the second highest priority for query generation. If it's present in the request, a query will only be generated for this attribute, if email is not present.

Generated using TypeDoc