RNCs API

Provides operations on OMN Root nodes configurations.

Retrieve RNCs

/dam/rncs/retrieve Returns all Root Node Configurations [RNC].
Table 1. Details

Resource path

/api/core/v1/dam/rncs/retrieve

HTTP method

POST

Request content type

Response content type

  • application/xml; charset=UTF-8;

  • application/json

  • application/json+compact

Body parameters

Request doesn’t require any parameters.

Return Type

PimType with filled RncsType

Responses
Table 2. Http response codes
Code Message Datatype

200

PimType with list of RNCs

PimType

404

The requested resource could not be found

ResponseType

500

An unknown internal error occurred

ResponseType

Samples
Please use transform endpoint to get the JSON/compact-JSON samples from the XML one.
Retrieve RNCs
curl
curl --location --request POST 'http://<OMN_SERVER>/api/core/v1/dam/rncs/retrieve' \
--header 'Authorization: Bearer <TOKEN>' \
--data-raw ''
Response body
<?xml version="1.0" encoding="UTF-8"?>
<pim xmlns="http://www.apollon.de/omn" schemaVersion="5.6.0">
    <meta>
        <itm key="messageType">request</itm>
        <itm key="messageTime">2022-07-18T03:46:11.950Z</itm>
        <itm key="sourceEnv">web</itm>
    </meta>
    <rncs>
        <rnc tid="MAM">
            <meta>
                <itm key="rncCreationDate">2022-01-13T05:34:43.262Z</itm>
                <itm key="rncDisablePreviewGeneration">false</itm>
                <itm key="rncEventBasePath">/localhost/omn/data/MAM/</itm>
                <itm key="rncIdentifier">MAM</itm>
                <itm key="rncIdentity">15030</itm>
                <itm key="rncLocalPathAsString">/omn/data/MAM/</itm>
                <itm key="rncModificationDate">2022-01-13T05:34:43.262Z</itm>
                <itm key="rncOriginalMaxSize">1280x1024</itm>
                <itm key="rncOriginalResolution">72</itm>
                <itm key="rncPdfFirstPagePreviewOnly">false</itm>
                <itm key="rncUseResolution">false</itm>
                <itm key="rncVolumeName">MAM</itm>
                <itm key="rndDisableEvents">false</itm>
                <itm key="serverDescription"/>
                <itm key="serverHost">localhost</itm>
                <itm key="serverIdentifier">localhost</itm>
                <itm key="serverIdentity">15020</itm>
                <itm key="serverPort">6900</itm>
            </meta>
        </rnc>
    </rncs>
</pim>

Welcome to the AI Chat!

Write a prompt to get started...