Start a conversation

Search for Content Using a Query

Overview

You can use this request to search for and return a paged list of nodes based on your query criteria.

 

Information

 

/services/v2/node.json?q=[SearchTerm]

Permissions & Notes:

  • No permissions necessary.
  • The system requires the q parameter.
  • With the includeOnly parameter set to id and name (/services/v2/node.json?includeOnly=id,name) to the AnswerHub REST API.
  • We added this request in version 1.6.3.

You can use the following parameters in your search for content using a query request:

Paging*: page, pageSize Search: q, type, lang Projection: include, exclude, includeOnly Other options**: wrap, v1

The system supports the following sorting criteria in a node query request (Not all sorting criteria currently work; only sort by date and sort by relevance work):

 

Criteria Name Field Order Description
votes score, extra.score descending This parameter sorts search results from the highest to the lowest vote count.
viewCount extra.viewCount descending This parameter sorts search results from the highest to the lowest view count.
usedCount extra.usedCount descending This parameter sorts search results from the highest to the lowest used count. (The used count is the number of actions performed on a specific node.)
reportCount extra.reportCount descending This parameter sorts search results from the highest to the lowest report count. (The report count is the number of times a node has been reported.)
newest creationDate descending This parameter sorts search results from the most recently to the least recently created.
hottest (computed property) descending This parameter sorts search results from the most to least hot. (Hot is a computed property based on the Total number of answers (for questions) or comments (for ideas/articles) within a configurable number of days (default is 2; the admin can change this in Site > General > Navigation)
favoriteCount extra.favoriteCount descending This parameter sorts search results from the highest to the lowest favorite count. (The favorite count is the number of times a user has made a node a favorite.)
default   descending The default sorting is the same as active.
commentCount extra.commentCount descending This parameter sorts search results from the highest to the lowest comment count.
answerCountDesc extra.answerCount descending This parameter sorts search results from the highest to the lowest answer count.
answerCount extra.answerCount ascending This parameter sorts search results from the lowest to the highest answer count.

 

 

Sample Requests

A GET search for content using a query request for "test" with results sorted by relevance sent to https://apidocs.cloud.answerhub.com using a human-readable Username/Password (answerhub/test123) would look like this:

NOTE:

In the query search example above, the sort will default to sort=relevance. If you try to do a query search and a sort in the same request, the sort will automatically default to relevance. You should use the different query params in separate requests.

  • cURL request using the q param
curl 
-u answerhub:test123 
-H "Accept: application/json" 
-H "Content-type: application/json" 
-X GET "https://apidocs.cloud.answerhub.com/services/v2/node.json?q=gps"
  • cURL request using the sort param
curl 
-u answerhub:test123 
-H "Accept: application/json" 
-H "Content-type: application/json" 
-X GET "https://apidocs.cloud.answerhub.com/services/v2/node.json?sort=viewCount"

Use of pageSize and page:

Note, we used the parameter pageSize = 1 to decrease the length of the JSON Response shown below. Without this parameter, the response displays a full page worth of response. To change pages, simply add the page=[pageNumber] parameter in your query.

 

Sample Responses

Response for query search, q=gps"

  • Sample Formatted JSON Response
{
    "name": "",
    "sort": "relevance",
    "page": 1,
    "pageSize": 15,
    "pageCount": 1,
    "listCount": 5,
    "totalCount": 6,
    "sorts": [
        "active",
        "newest",
        "hottest",
        "votes",
        "viewCount",
        "usedCount",
        "answerCount",
        "answerCountAsc",
        "commentCount",
        "favoriteCount",
        "followers",
        "reportCount"
    ],
    "list": [
        {
            "id": 128,
            "type": "question",
            "creationDate": 1545231744000,
            "creationDateFormatted": "12/19/2018 03:02 PM",
            "title": "Can the government track you if you have a GPS-enabled mobile phone?",
            "body": "",
            "bodyAsHTML": "",
            "author": {
                "id": 22,
                "username": "confused",
                "realname": "Confused User",
                "reputation": 0
            },
            "lastEditedAction": 153,
            "activeRevisionId": 128,
            "revisionIds": [
                128
            ],
            "lastActiveUserId": 22,
            "lastActiveDate": 1545231744000,
            "attachments": [],
            "childrenIds": [
                129
            ],
            "commentIds": [],
            "marked": false,
            "topics": [
                {
                    "id": 1,
                    "creationDate": 1545231736000,
                    "creationDateFormatted": "12/19/2018 03:02 PM",
                    "name": "science",
                    "author": {
                        "id": 22,
                        "username": "confused",
                        "realname": "Confused User",
                        "reputation": 0
                    },
                    "usedCount": 37,
                    "getImmediateChildren": [],
                    "getParents": []
                },
                {
                    "id": 126,
                    "creationDate": 1545231744000,
                    "creationDateFormatted": "12/19/2018 03:02 PM",
                    "name": "gps",
                    "author": {
                        "id": 22,
                        "username": "confused",
                        "realname": "Confused User",
                        "reputation": 0
                    },
                    "usedCount": 2,
                    "getImmediateChildren": [],
                    "getParents": []
                },
                {
                    "id": 127,
                    "creationDate": 1545231744000,
                    "creationDateFormatted": "12/19/2018 03:02 PM",
                    "name": "technology",
                    "author": {
                        "id": 22,
                        "username": "confused",
                        "realname": "Confused User",
                        "reputation": 0
                    },
                    "usedCount": 6,
                    "getImmediateChildren": [],
                    "getParents": []
                }
            ],
            "primaryContainerId": 8,
            "containerIds": [
                7,
                8
            ],
            "slug": "can-the-government-track-you-if-you-have-a-gps-ena",
            "wiki": false,
            "score": 0,
            "depth": 0,
            "viewCount": 0,
            "upVoteCount": 0,
            "downVoteCount": 0,
            "nodeStates": [],
            "answers": [
                129
            ],
            "answerCount": 1
        },
        {
            "id": 399,
            "type": "question",
            "creationDate": 1545231762000,
            "creationDateFormatted": "12/19/2018 03:02 PM",
            "title": "Can the government track you if you have a GPS-enabled mobile phone?",
            "body": "",
            "bodyAsHTML": "",
            "author": {
                "id": 22,
                "username": "confused",
                "realname": "Confused User",
                "reputation": 0
            },
            "lastEditedAction": 420,
            "activeRevisionId": 399,
            "revisionIds": [
                399
            ],
            "lastActiveUserId": 22,
            "lastActiveDate": 1545231762000,
            "attachments": [],
            "childrenIds": [
                400
            ],
            "commentIds": [],
            "marked": false,
            "topics": [
                {
                    "id": 1,
                    "creationDate": 1545231736000,
                    "creationDateFormatted": "12/19/2018 03:02 PM",
                    "name": "science",
                    "author": {
                        "id": 22,
                        "username": "confused",
                        "realname": "Confused User",
                        "reputation": 0
                    },
                    "usedCount": 37,
                    "getImmediateChildren": [],
                    "getParents": []
                },
                {
                    "id": 126,
                    "creationDate": 1545231744000,
                    "creationDateFormatted": "12/19/2018 03:02 PM",
                    "name": "gps",
                    "author": {
                        "id": 22,
                        "username": "confused",
                        "realname": "Confused User",
                        "reputation": 0
                    },
                    "usedCount": 2,
                    "getImmediateChildren": [],
                    "getParents": []
                },
                {
                    "id": 127,
                    "creationDate": 1545231744000,
                    "creationDateFormatted": "12/19/2018 03:02 PM",
                    "name": "technology",
                    "author": {
                        "id": 22,
                        "username": "confused",
                        "realname": "Confused User",
                        "reputation": 0
                    },
                    "usedCount": 6,
                    "getImmediateChildren": [],
                    "getParents": []
                }
            ],
            "primaryContainerId": 8,
            "containerIds": [
                7,
                8
            ],
            "slug": "can-the-government-track-you-if-you-have-a-gps-ena-1",
            "wiki": false,
            "score": 0,
            "depth": 0,
            "viewCount": 0,
            "upVoteCount": 0,
            "downVoteCount": 0,
            "nodeStates": [],
            "answers": [
                400
            ],
            "answerCount": 1
        },
        {
            "id": 617,
            "type": "kbentry",
            "creationDate": 1547066760000,
            "creationDateFormatted": "01/09/2019 08:46 PM",
            "title": "Simply Having APIs Is Not Enough",
            "body": "<example body>",
            "bodyAsHTML": "<example body>",
            "author": {
                "id": 47,
                "username": "David.Chiu",
                "reputation": 0
            },
            "lastEditedAction": 686,
            "activeRevisionId": 617,
            "revisionIds": [
                617
            ],
            "lastActiveUserId": 47,
            "lastActiveDate": 1547066760000,
            "originalParentId": 617,
            "attachments": [],
            "childrenIds": [],
            "commentIds": [],
            "marked": false,
            "topics": [
                {
                    "id": 616,
                    "creationDate": 1547066760000,
                    "creationDateFormatted": "01/09/2019 08:46 PM",
                    "name": "innovation",
                    "author": {
                        "id": 47,
                        "username": "David.Chiu",
                        "reputation": 0
                    },
                    "usedCount": 1,
                    "getImmediateChildren": [],
                    "getParents": []
                }
            ],
            "primaryContainerId": 8,
            "containerIds": [
                7,
                8
            ],
            "slug": "simply-having-apis-is-not-enough",
            "wiki": false,
            "score": 0,
            "depth": 0,
            "viewCount": 0,
            "upVoteCount": 0,
            "downVoteCount": 0,
            "nodeStates": []
        },
        {
            "id": 635,
            "type": "kbentry",
            "creationDate": 1547066767000,
            "creationDateFormatted": "01/09/2019 08:46 PM",
            "title": "Testing the Internet of Everything",
            "body": "<example body>",
            "bodyAsHTML": "<example body>",
            "author": {
                "id": 43,
                "username": "Tom.Pryce",
                "reputation": 0
            },
            "lastEditedAction": 711,
            "activeRevisionId": 635,
            "revisionIds": [
                635
            ],
            "lastActiveUserId": 43,
            "lastActiveDate": 1547066767000,
            "originalParentId": 635,
            "attachments": [],
            "childrenIds": [],
            "commentIds": [],
            "marked": false,
            "topics": [
                {
                    "id": 621,
                    "creationDate": 1547066763000,
                    "creationDateFormatted": "01/09/2019 08:46 PM",
                    "name": "iot",
                    "author": {
                        "id": 43,
                        "username": "Tom.Pryce",
                        "reputation": 0
                    },
                    "usedCount": 6,
                    "getImmediateChildren": [],
                    "getParents": []
                }
            ],
            "primaryContainerId": 8,
            "containerIds": [
                7,
                8
            ],
            "slug": "testing-the-internet-of-everything-1",
            "wiki": false,
            "score": 0,
            "depth": 0,
            "viewCount": 0,
            "upVoteCount": 0,
            "downVoteCount": 0,
            "nodeStates": []
        },
        {
            "id": 794,
            "type": "kbentry",
            "creationDate": 1547066891000,
            "creationDateFormatted": "01/09/2019 08:48 PM",
            "title": "IoT in the Age of GDPR: 3 Tips for Success",
            "body": "<example body>",
            "bodyAsHTML": "<example body>",
            "author": {
                "id": 79,
                "username": "CharlotteODonnelly",
                "reputation": 16
            },
            "lastEditedAction": 890,
            "activeRevisionId": 794,
            "revisionIds": [
                794
            ],
            "lastActiveUserId": 79,
            "lastActiveDate": 1547066891000,
            "originalParentId": 794,
            "attachments": [],
            "childrenIds": [],
            "commentIds": [],
            "marked": false,
            "topics": [
                {
                    "id": 579,
                    "creationDate": 1547066743000,
                    "creationDateFormatted": "01/09/2019 08:45 PM",
                    "name": "integration",
                    "author": {
                        "id": 49,
                        "username": "valhuber",
                        "reputation": 0
                    },
                    "usedCount": 9,
                    "getImmediateChildren": [],
                    "getParents": []
                }
            ],
            "primaryContainerId": 8,
            "containerIds": [
                7,
                8
            ],
            "slug": "iot-in-the-age-of-gdpr-3-tips-for-success",
            "wiki": false,
            "score": 0,
            "depth": 0,
            "viewCount": 0,
            "upVoteCount": 0,
            "downVoteCount": 0,
            "nodeStates": []
        }
    ]
}

Response for sort="viewCount"

  • JSON
{
   "name":"",
   "sort":"viewCount",
   "page":1,
   "pageSize":15,
   "pageCount":11,
   "listCount":15,
   "totalCount":162,
   "sorts":[
      "active",
      "newest",
      "hottest",
      "votes",
      "viewCount",
      "usedCount",
      "answerCount",
      "answerCountAsc",
      "commentCount",
      "favoriteCount",
      "followers",
      "reportCount"
   ],
   "list":[
      {
         "id":5070,
         "type":"kbentry",
         "creationDate":1537865447000,
         "creationDateFormatted":"09/25/2018 08:50 AM",
         "title":"Lorem Ipsum",
         "body":"<example body>",
         "bodyAsHTML":"<example body>",
         "author":{
            "id":443,
            "username":"julz_qa",
            "realname":"Yulia ",
            "reputation":92
         },
         "lastEditedAction":20541,
         "activeRevisionId":6791,
         "revisionIds":[
            6791,
            6790,
            6789,
            6788,
            6786,
            6785,
            6784,
            6782,
            6781,
            6680,
            6651,
            6602
         ],
         "lastActiveUserId":571,
         "lastActiveDate":1538134521000,
         "originalParentId":5070,
         "attachments":[
            {
               "id":1055,
               "fileName":"getlorem-library-to-generate-lorem-ipsum-text.png",
               "size":13298,
               "sizeFormatted":"13.3 kB",
               "url":"/storage/attachments/1055-getlorem-library-to-generate-lorem-ipsum-text.png",
               "image":true
            }
         ],
         "childrenIds":[
            5072,
            5073,
            5074,
            5077,
            5080,
            5177,
            5211
         ],
         "commentIds":[
            5072,
            5073,
            5074,
            5177,
            5211
         ],
         "marked":false,
         "topics":[
            {
               "id":2351,
               "creationDate":1459949562000,
               "creationDateFormatted":"04/06/2016 01:32 PM",
               "name":"article",
               "author":{
                  "id":412,
                  "username":"testandtest888",
                  "reputation":79
               },
               "usedCount":13
            },
            {
               "id":904,
               "creationDate":1428940537000,
               "creationDateFormatted":"04/13/2015 03:55 PM",
               "name":"lorem ipsum",
               "author":{
                  "id":7,
                  "username":"dzone",
                  "realname":"",
                  "reputation":185
               },
               "usedCount":6
            }
         ],
         "primaryContainerId":49,
         "containerIds":[
            49,
            7
         ],
         "slug":"lorem-ipsum-2",
         "wiki":false,
         "score":0,
         "depth":0,
         "viewCount":78,
         "upVoteCount":0,
         "downVoteCount":0,
         "nodeStates":[
            "site_sticky"
         ]
      },
      {
         "id":3330,
         "type":"kbentry",
         "creationDate":1502105469000,
         "creationDateFormatted":"08/07/2017 11:31 AM",
         "title":"test article august",
         "body":"<p>test test test.</p>",
         "bodyAsHTML":"<p>test test test.</p>",
         "author":{
            "id":153,
            "username":"testlab",
            "realname":"testlab",
            "reputation":469
         },
         "lastEditedAction":12369,
         "activeRevisionId":4446,
         "revisionIds":[
            4446,
            4421
         ],
         "lastActiveUserId":2,
         "lastActiveDate":1523531156000,
         "originalParentId":3309,
         "attachments":[

         ],
         "childrenIds":[
            3331,
            3382,
            3383,
            3384,
            3411,
            3418,
            3419,
            3420,
            3421,
            3423,
            3426,
            3431,
            3432,
            3435,
            3436,
            3437,
            3438,
            4638
         ],
         "commentIds":[
            3331,
            3382,
            3383,
            3384,
            3411,
            3418,
            3419,
            3420,
            3421,
            3423,
            3426,
            3431,
            3432,
            3435,
            3437,
            3438,
            4638
         ],
         "marked":false,
         "topics":[
            {
               "id":3329,
               "creationDate":1502105469000,
               "creationDateFormatted":"08/07/2017 11:31 AM",
               "name":"test article distinguishing",
               "author":{
                  "id":153,
                  "username":"testlab",
                  "realname":"testlab",
                  "reputation":469
               },
               "usedCount":1
            },
            {
               "id":247,
               "creationDate":1381248990000,
               "creationDateFormatted":"10/08/2013 04:16 PM",
               "name":"test ",
               "author":{
                  "id":21,
                  "username":"laura",
                  "realname":"",
                  "reputation":208
               },
               "usedCount":401
            }
         ],
         "primaryContainerId":194,
         "containerIds":[
            194,
            7
         ],
         "slug":"test-article-august",
         "wiki":false,
         "score":0,
         "depth":0,
         "viewCount":46,
         "upVoteCount":0,
         "downVoteCount":0,
         "nodeStates":[

         ]
      },
      {
         "id":3703,
         "type":"kbentry",
         "creationDate":1507552609000,
         "creationDateFormatted":"10/09/2017 12:36 PM",
         "title":"<example title>",
         "body":"<p>New Child TEst Article</p>",
         "bodyAsHTML":"<p>New Child TEst Article</p>",
         "author":{
            "id":153,
            "username":"testlab",
            "realname":"testlab",
            "reputation":469
         },
         "lastEditedAction":14028,
         "activeRevisionId":5072,
         "revisionIds":[
            5072,
            5071,
            4880,
            4879
         ],
         "lastActiveUserId":153,
         "lastActiveDate":1510855806000,
         "originalParentId":3701,
         "attachments":[

         ],
         "childrenIds":[
            3739,
            3887
         ],
         "commentIds":[
            3739,
            3887
         ],
         "marked":false,
         "topics":[
            {
               "id":3702,
               "creationDate":1507552609000,
               "creationDateFormatted":"10/09/2017 12:36 PM",
               "name":"new parent test article145",
               "author":{
                  "id":153,
                  "username":"testlab",
                  "realname":"testlab",
                  "reputation":469
               },
               "usedCount":1
            },
            {
               "id":3308,
               "creationDate":1501838127000,
               "creationDateFormatted":"08/04/2017 09:15 AM",
               "name":"new test parent article",
               "author":{
                  "id":153,
                  "username":"testlab",
                  "realname":"testlab",
                  "reputation":469
               },
               "usedCount":2
            }
         ],
         "primaryContainerId":46,
         "containerIds":[
            46,
            7
         ],
         "slug":"new-chicld-test-article",
         "wiki":false,
         "score":0,
         "depth":0,
         "viewCount":42,
         "upVoteCount":0,
         "downVoteCount":0,
         "nodeStates":[
            "sticky"
         ]
      },
      {
         "id":4788,
         "type":"kbentry",
         "creationDate":1523640275000,
         "creationDateFormatted":"04/13/2018 05:24 PM",
         "title":"I am creating an article here",
         "body":"<example body>",
         "bodyAsHTML":"<example body>",
         "author":{
            "id":2,
            "username":"$$ANON_USER$$",
            "reputation":35
         },
         "lastEditedAction":18593,
         "activeRevisionId":6236,
         "revisionIds":[
            6236
         ],
         "lastActiveUserId":443,
         "lastActiveDate":1537866303000,
         "originalParentId":4788,
         "attachments":[

         ],
         "childrenIds":[
            4789,
            4790,
            4791,
            4792,
            4793,
            4794,
            4795,
            4796,
            4797,
            4798,
            4799,
            4800,
            4803,
            5083
         ],
         "commentIds":[
            4789,
            4790,
            4791,
            4792,
            4793,
            4794,
            4795,
            4796,
            4797,
            4798,
            4799,
            4800,
            4803,
            5083
         ],
         "marked":false,
         "topics":[
            {
               "id":2351,
               "creationDate":1459949562000,
               "creationDateFormatted":"04/06/2016 01:32 PM",
               "name":"article",
               "author":{
                  "id":412,
                  "username":"testandtest888",
                  "reputation":79
               },
               "usedCount":13
            }
         ],
         "primaryContainerId":8,
         "containerIds":[
            8,
            7
         ],
         "slug":"i-am-creating-an-article-here",
         "wiki":false,
         "score":1,
         "depth":0,
         "viewCount":37,
         "upVoteCount":1,
         "downVoteCount":0,
         "nodeStates":[
            "sticky"
         ]
      },
      {
         "id":3068,
         "type":"kbentry",
         "creationDate":1495527649000,
         "creationDateFormatted":"05/23/2017 08:20 AM",
         "title":"Article 826",
         "body":"<p>Article 826 .</p>
", "bodyAsHTML":"<p>Article 826 .</p>
", "author":{ "id":466, "username":"123123", "realname":"123123", "reputation":129 }, "lastEditedAction":11495, "activeRevisionId":4142, "revisionIds":[ 4142, 4099, 4087, 4084 ], "lastActiveUserId":2, "lastActiveDate":1523531023000, "originalParentId":3068, "attachments":[ ], "childrenIds":[ 3069, 3070, 3090 ], "commentIds":[ 3069, 3070 ], "marked":false, "topics":[ { "id":247, "creationDate":1381248990000, "creationDateFormatted":"10/08/2013 04:16 PM", "name":"test ", "author":{ "id":21, "username":"laura", "realname":"", "reputation":208 }, "usedCount":401 }, { "id":2013, "creationDate":1444987997000, "creationDateFormatted":"10/16/2015 09:33 AM", "name":"new article", "author":{ "id":364, "username":"nescafe", "reputation":67 }, "usedCount":10 } ], "primaryContainerId":194, "containerIds":[ 194, 7 ], "slug":"article-826", "wiki":false, "score":0, "depth":0, "viewCount":34, "upVoteCount":0, "downVoteCount":0, "nodeStates":[ ] }, { "id":2621, "type":"kbentry", "creationDate":1493031222000, "creationDateFormatted":"04/24/2017 10:53 AM", "title":"Test PARENT article REV 4", "body":"<p>Test PARENT article REV 4</p><p><img src=\"/storage/attachments/462-3.png\"></p><p>some text under the photo </p><p>and one more photo is here:</p><p><img src=\"/storage/attachments/463-cup.png\"></p><p>after editing please check the PDF format</p>", "bodyAsHTML":"<p>Test PARENT article REV 4</p><p><img src=\"/storage/attachments/462-3.png\"></p><p>some text under the photo </p><p>and one more photo is here:</p><p><img src=\"/storage/attachments/463-cup.png\"></p><p>after editing please check the PDF format</p>", "author":{ "id":462, "username":"test.dzone2", "realname":"", "reputation":75 }, "lastEditedAction":9557, "activeRevisionId":3560, "revisionIds":[ 3560, 3546, 3544, 3543, 3542, 3541, 3540, 3536 ], "lastActiveUserId":443, "lastActiveDate":1493036154000, "originalParentId":2621, "attachments":[ { "id":462, "fileName":"3.png", "size":3670, "sizeFormatted":"3.7 kB", "url":"/storage/attachments/462-3.png", "image":true }, { "id":463, "fileName":"cup.png", "size":7793, "sizeFormatted":"7.8 kB", "url":"/storage/attachments/463-cup.png", "image":true } ], "childrenIds":[ 2084, 2352, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2636, 4576 ], "commentIds":[ 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2636 ], "marked":false, "topics":[ { "id":247, "creationDate":1381248990000, "creationDateFormatted":"10/08/2013 04:16 PM", "name":"test ", "author":{ "id":21, "username":"laura", "realname":"", "reputation":208 }, "usedCount":401 }, { "id":2613, "creationDate":1493023331000, "creationDateFormatted":"04/24/2017 08:42 AM", "name":"4", "author":{ "id":461, "username":"test.dzone1", "realname":"", "reputation":43 }, "usedCount":2 } ], "primaryContainerId":194, "containerIds":[ 194, 7 ], "slug":"test-parent-article", "wiki":false, "score":2, "depth":0, "viewCount":34, "upVoteCount":2, "downVoteCount":0, "nodeStates":[ "sticky" ] }, { "id":3761, "type":"kbentry", "creationDate":1508338235000, "creationDateFormatted":"10/18/2017 02:50 PM", "title":"Publish child article in another space1", "body":"<ul><li>Publish child article in another space - edited</li></ul>", "bodyAsHTML":"<ul><li>Publish child article in another space - edited</li></ul>", "author":{ "id":443, "username":"julz_qa", "realname":"Yulia ", "reputation":92 }, "lastEditedAction":14000, "activeRevisionId":5050, "revisionIds":[ 5050, 5049, 4951 ], "lastActiveUserId":443, "lastActiveDate":1510588405000, "originalParentId":3760, "attachments":[ ], "childrenIds":[ 3820, 3821 ], "commentIds":[ 3820, 3821 ], "marked":false, "topics":[ { "id":280, "creationDate":1381311162000, "creationDateFormatted":"10/09/2013 09:32 AM", "name":"1", "author":{ "id":2, "username":"$$ANON_USER$$", "reputation":35 }, "usedCount":15 }, { "id":280, "creationDate":1381311162000, "creationDateFormatted":"10/09/2013 09:32 AM", "name":"1", "author":{ "id":2, "username":"$$ANON_USER$$", "reputation":35 }, "usedCount":15 }, { "id":3836, "creationDate":1510588372000, "creationDateFormatted":"11/13/2017 03:52 PM", "name":"child article for test", "author":{ "id":443, "username":"julz_qa", "realname":"Yulia ", "reputation":92 }, "usedCount":1 } ], "primaryContainerId":242, "containerIds":[ 242, 7 ], "slug":"publish-child-article-in-another-space", "wiki":false, "score":0, "depth":0, "viewCount":33, "upVoteCount":0, "downVoteCount":0, "nodeStates":[ "sticky" ] }, { "id":4272, "type":"kbentry", "creationDate":1521145199000, "creationDateFormatted":"03/15/2018 08:19 PM", "title":"Personal info article - ​My name is @Siteadmin (aka @siteadmin). I'm 23 years old and live with my mammy, Nanna Siteadmin here is Morrisville, NC at 150 Preston Executive Drive Cary, NC 27513. phone number is +1 (919) 678-0300", "body":"<example body>", "bodyAsHTML":"<example body>", "author":{ "id":2, "username":"$$ANON_USER$$", "reputation":35 }, "lastEditedAction":16252, "activeRevisionId":5609, "revisionIds":[ 5609, 5608, 5607, 5606, 5605, 5602, 5601 ], "lastActiveUserId":694, "lastActiveDate":1521177628000, "originalParentId":4272, "attachments":[ ], "childrenIds":[ 4273, 4275, 4276, 4277, 4279 ], "commentIds":[ 4273, 4275, 4276, 4277, 4279 ], "marked":false, "topics":[ { "id":4265, "creationDate":1521144656000, "creationDateFormatted":"03/15/2018 08:10 PM", "name":"social", "author":{ "id":2, "username":"$$ANON_USER$$", "reputation":35 }, "usedCount":3 }, { "id":2216, "creationDate":1447855553000, "creationDateFormatted":"11/18/2015 02:05 PM", "name":"flower", "author":{ "id":153, "username":"testlab", "realname":"testlab", "reputation":469 }, "usedCount":2 }, { "id":2039, "creationDate":1445009232000, "creationDateFormatted":"10/16/2015 03:27 PM", "name":"whocares", "author":{ "id":2, "username":"$$ANON_USER$$", "reputation":35 }, "usedCount":6 } ], "primaryContainerId":194, "containerIds":[ 194, 7 ], "slug":"personal-info-article-my-name-is", "wiki":false, "score":0, "depth":0, "viewCount":32, "upVoteCount":0, "downVoteCount":0, "nodeStates":[ ] }, { "id":2558, "type":"kbentry", "creationDate":1471990741000, "creationDateFormatted":"08/23/2016 10:19 PM", "title":"Will this activity show on my profile EDIT", "body":"<p>Will this activity show on my profile or will it show thub.blahl.blahl</p><p>revision 1</p><p>revision 4 removed revision 2</p><p>ljas;jhadjfhaldjgh revision 3</p><p>EDIT</p>", "bodyAsHTML":"<p>Will this activity show on my profile or will it show thub.blahl.blahl</p><p>revision 1</p><p>revision 4 removed revision 2</p><p>ljas;jhadjfhaldjgh revision 3</p><p>EDIT</p>", "author":{ "id":21, "username":"laura", "realname":"", "reputation":208 }, "lastEditedAction":9503, "activeRevisionId":3534, "revisionIds":[ 3534, 3533, 3432, 3431, 3430, 3429, 3428 ], "lastActiveUserId":462, "lastActiveDate":1493030355000, "originalParentId":2040, "attachments":[ ], "childrenIds":[ 2563, 2585 ], "commentIds":[ 2563, 2585 ], "marked":false, "topics":[ { "id":247, "creationDate":1381248990000, "creationDateFormatted":"10/08/2013 04:16 PM", "name":"test ", "author":{ "id":21, "username":"laura", "realname":"", "reputation":208 }, "usedCount":401 }, { "id":1867, "creationDate":1444914930000, "creationDateFormatted":"10/15/2015 01:15 PM", "name":"edited", "author":{ "id":364, "username":"nescafe", "reputation":67 }, "usedCount":14 } ], "primaryContainerId":45, "containerIds":[ 45, 7 ], "slug":"will-this-activity-show-on-my-profile", "wiki":false, "score":0, "depth":0, "viewCount":32, "upVoteCount":0, "downVoteCount":0, "nodeStates":[ ] }, { "id":1972, "type":"kbentry", "creationDate":1444920795000, "creationDateFormatted":"10/15/2015 02:53 PM", "title":"New middle article", "body":"New middle article
", "bodyAsHTML":"New middle article
", "author":{ "id":364, "username":"nescafe", "reputation":67 }, "lastEditedAction":7147, "activeRevisionId":2610, "revisionIds":[ 2610 ], "lastActiveUserId":365, "lastActiveDate":1493662716000, "originalParentId":1971, "attachments":[ ], "childrenIds":[ 1975, 1976, 2375, 2758, 2778 ], "commentIds":[ 2758, 2778 ], "marked":false, "topics":[ { "id":1971, "creationDate":1444920769000, "creationDateFormatted":"10/15/2015 02:52 PM", "name":"New parent space", "author":{ "id":364, "username":"nescafe", "reputation":67 }, "usedCount":3 }, { "id":545, "creationDate":1384289665000, "creationDateFormatted":"11/12/2013 08:54 PM", "name":"space", "author":{ "id":2, "username":"$$ANON_USER$$", "reputation":35 }, "usedCount":8 } ], "primaryContainerId":45, "containerIds":[ 45, 7 ], "slug":"new-middle-article", "wiki":false, "score":0, "depth":0, "viewCount":31, "upVoteCount":0, "downVoteCount":0, "nodeStates":[ ] } ] }
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments