Versions Compared

Key

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

...

When you need to add networks to Quadriga through the REST API.

Step-by-step guide

Quadriga provides a REST endpoint to add networks to Quadriga at:

...

  1. Use the above URL (using your Quadriga URL) to send your networks to.
  2. Add two request parameter: 
    • workspaceid: the id of the workspace the networks should be added
    • networkname: the name of your network
  3. Add a header parameter: Accept = application/xml
  4. Submit the network xml in the body of a post request to the above URL.

Files

Sample Input network: input-example.xml

Filter by label (Content by label)
showLabelsfalse
max5
spacesQUAD
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "QUAD"
labelskb-how-to-article

...