Search
Resource Fields
Name | Type | Read-only | Description |
---|---|---|---|
uuid | string | ||
title | string | ||
contents | string | ||
link | string | ||
original | Resource | Original resource like Articles, Conversations | |
created_at | timestamp | ISO-8601 Format | |
updated_at | timestamp | ISO-8601 Format |
Metadata
Version | 1.0 |
Last Updated | July 04, 2016 |
Actions
Search
GET /api/v1/helpcenter/search.jsonInformation
Allowed for | Public |
Arguments
Name | Type | Mandatory | Description |
---|---|---|---|
query | string | Length should be at least 3 chars | |
in | string | CONVERSATIONS , ARTICLES , ALL Default: ALL |
|
locale | string |
Response
{
"status": 200,
"data": [
{
"id": 1,
"resource_type": "article"
}
],
"resource": "search",
"offset": 0,
"limit": 10,
"total_count": 1
}