Skip to content

CA Profile List Service

Endi S. Dewata edited this page Oct 23, 2023 · 3 revisions

Request

  • Operation: GET /ca/ee/ca/profileList

  • Parameters:

    • xml: XML output: true, false

Response

XML Response

<xml>
    <output>
        <set>
            <errorCode>...</errorCode>
            <errorReason>...</errorReason>
            <record>
                <list>
                    <set>
                        <profileIsEnable>...</profileIsEnable>
                        <profileEnableBy>...</profileEnableBy>
                        <profileId>...</profileId>
                        <profileIsVisible>...</profileIsVisible>
                        <profileName>...</profileName>
                        <profileDesc>...</profileDesc>
                    </set>
                </list>
            </record>
        </set>
    </output>
</xml>
Clone this wiki locally