GET DeepContentLinks?sc_id={sc_id}&appid={appid}&sg={sg}&hash={hash}&token={token}&rows={rows}&page={page}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sc_id

string

Required

appid

string

Required

sg

string

Required

hash

string

Required

token

string

Required

rows

integer

Required

page

integer

Required

Body Parameters

None.

Response Information

Resource Description

BaseGridOfDeepContentLinks
NameDescriptionTypeAdditional information
page

integer

None.

records

integer

None.

total

integer

None.

the_list

Collection of DeepContentLinks

None.

Response Formats

application/json, text/json

Sample:
{
  "page": 1,
  "records": 2,
  "total": 3,
  "the_list": [
    null,
    {
      "item_sg": null,
      "appid": "sample string 1",
      "software_id": "sample string 2",
      "menu_type": "sample string 3",
      "for_guid": "sample string 4",
      "for_guid_type": "sample string 5",
      "sc_set_id": "sample string 6",
      "sc_id": "sample string 7",
      "sc_list_id": "sample string 8",
      "code": "sample string 9",
      "url": "sample string 10",
      "enabled": true,
      "name": "sample string 11",
      "description": "sample string 12",
      "guid": "000000000000000000000000",
      "guid_datetime": "1970-01-01T00:00:00Z"
    }
  ]
}

application/xml, text/xml

Sample:
<BaseGridOfDeepContentLinksXD55xrjw 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>
    <DeepContentLinks i:nil="true" />
    <DeepContentLinks>
      <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 1</appid>
      <description>sample string 12</description>
      <enabled>true</enabled>
      <for_guid>sample string 4</for_guid>
      <for_guid_type>sample string 5</for_guid_type>
      <item_sg i:nil="true" />
      <menu_type>sample string 3</menu_type>
      <name>sample string 11</name>
      <sc_id>sample string 7</sc_id>
      <sc_list_id>sample string 8</sc_list_id>
      <sc_set_id>sample string 6</sc_set_id>
      <software_id>sample string 2</software_id>
    </DeepContentLinks>
  </the_list>
  <total>3</total>
</BaseGridOfDeepContentLinksXD55xrjw>