cms-docs

Nav is where page data is stored.

- https://[client_identifier].simpleviewinc.com/includes/rest_v2/plugins_nav_navItems/find/
- https://[client_identifier].simpleviewinc.com/includes/rest_v2/plugins_nav_navItems/count/
- https://[client_identifier].simpleviewinc.com/includes/rest_v2/plugins_nav_navItems/aggregate/

Model: plugins_nav_navItems

Example Nav Endpoint URLs

https://[client_identifier].simpleviewinc.com/includes/rest_v2/plugins_nav_navitems/find/?json={"options":{"limit":10,"fields":{}}}&token=f19942375ec3b67599c82197385c8e19

Example Nav Item Data

{
    "_id" : ObjectId("60fb40f939620237f5292c93"),
    "sortorder" : 4,
    "title" : "Andrea's Test Page",
    "folder" : "andreas-test-page",
    "section" : "landing",
    "type" : "page",
    "active" : true,
    "show_on_nav" : false,
    "publish_start" : ISODate("2021-07-23T22:00:00.000Z"),
    "searchable" : "yes",
    "locale_code" : "en-us",
    "new_window" : false,
    "image_id" : ObjectId("60f98d5039620237f5292594"),
    "description" : "<p>Experience the Colorado Plateau!</p>",
    "meta_title" : "The Colorado Plateau | Experience the Adventure",
    "meta_description" : "Experience the diverse adventures available on the Colorado Plateau, from the Grand Canyon to Mesa Verde, rafing on the Colorado River or climbing Mt. Humphreys near Flagstaff, Arizona.",
    "tags_ids" : [ 
        ObjectId("60f98d3639620237f5292592"), 
        ObjectId("6112c793c55e925ce10b5a88")
    ],
    "personas_ids" : [ 
        "outdoors"
    ],
    "loc" : {
        "type" : "Point",
        "coordinates" : [ 
            -108.4158025, 
            37.3316426
        ]
    },
    "version_id" : ObjectId("615647842a0e23196e97a5a6"),
    "created" : ISODate("2021-07-23T22:21:45.786Z"),
    "content_owner" : "default",
    "site_name" : "primary",
    "updated" : ISODate("2021-09-30T23:25:56.093Z"),
    "title_sort" : "andrea's test page",
    "site_section" : "primary.landing",
    "published" : true,
    "amp" : false,
    "cms_title" : "Andrea's Test Page - /andreas-test-page/",
    "cms_title_sort" : "andrea's test page - /andreas-test-page/",
    "folderHref" : "/andreas-test-page/"
}