GET api/Contacts/SearchAsync?keyword={keyword}&page={page}&per_page={per_page}

The search contact by keyword async.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyword

The keyword.

string

Required

page

The page.

integer

Default value is 0

per_page

The per_page.

integer

Default value is 2147483647

Body Parameters

None.

Response Information

Resource Description

The .

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

None.