Get Xml Schema 1

Get Xml Schema 1

The XSD schema file defines the elements and types used by the REST service. You can use it to generate stub classes (in Java or other programming language)

Request
URI
GET
https://{api_host}/vco/api/schema/{name}
COPY
Path Parameters
string
name
Required

name


Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful.

[
    {}
]
array of string
Optional

401

User is not authorized.

[
    {}
]
array of string
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/schema/{name}