Export a B2B Schema

get

/ic/api/b2b/v1/schemas/{schemaId}/export

Exports a B2B Schema as a zipped file.

Request

Path Parameters
Query Parameters
  • Use the includeDoc flag to include all its documents in the zip file along with the schema. Default value is false.

    Example:

    /b2b/v1/schemas/SCHEMA-123/export?includeDoc=true
    Default Value: false

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: string(binary)

400 Response

Bad request

404 Response

Not found

500 Response

Server error
Back to Top