GET Services?appid={appid}&sg={sg}&hash={hash}&token={token}&_search={_search}&nd={nd}&rows={rows}&page={page}&sidx={sidx}&sord={sord}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
|
| _search | string |
Required |
|
| nd | string |
Required |
|
| rows | integer |
Required |
|
| page | integer |
Required |
|
| sidx | string |
Required |
|
| sord | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseGridOfServices| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of Services |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"title": "sample string 1",
"url": "sample string 2",
"description": "sample string 3",
"image_url": "sample string 4",
"url_not_message": true,
"default_content_type": "sample string 5",
"end_user_message_type_id": "sample string 6",
"appid": "sample string 7",
"for_guid": "sample string 8",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfServicesXD55xrjw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
<page>1</page>
<records>2</records>
<the_list>
<Services i:nil="true" />
<Services>
<guid>000000000000000000000000</guid>
<id xmlns:d4p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d4p1:_a>0</d4p1:_a>
<d4p1:_b>0</d4p1:_b>
<d4p1:_c>0</d4p1:_c>
</id>
<appid>sample string 7</appid>
<default_content_type>sample string 5</default_content_type>
<description>sample string 3</description>
<end_user_message_type_id>sample string 6</end_user_message_type_id>
<for_guid>sample string 8</for_guid>
<image_url>sample string 4</image_url>
<title>sample string 1</title>
<url>sample string 2</url>
<url_not_message>true</url_not_message>
</Services>
</the_list>
<total>3</total>
</BaseGridOfServicesXD55xrjw>