Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleExample
Code Block
languagetext
titlecURL Call
curl -n 
  -s "https://example.com/confluence/rest/projectdoc/1/document.json?select=Name&from=SPACEKEY&where=$<Doctype>=[it-service]" | jq .
Code Block
languagetext
titleResponse
{
  "size": 63,
  "start-index": 0,
  "max-result": 63,
  "id-list": "6291527,6291530,8520652,8520665,7308961,6295008,6295086,6295038,...,6291777,6291781,6291783",
  "document": [
    {
      "id": 6291527,
...

The value for id-list may be used to patch this set of documents.

Section
titleSubordinate Sections
Display Table
doctypesection
render-no-hits-as-blanktrue
selectName, Short Description
restrict-to-immediate-childrentrue
sort-bySort Key, Name

...