Export a B2B Document
get
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/export
Exports a B2B Document with its associated schemas as a zip file in project context.
Request
Path Parameters
-
documentId(required): string
Document ID.
Example:
/b2b/v1/projects/PROJECTID/b2bdocuments/DOC123/export
-
projectId(required): string
Project identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/octet-stream
200 Response
Successful operation
Root Schema : schema
Type:
string(binary)
400 Response
Bad request
404 Response
Not found
500 Response
Server error