Retrieve a B2B Schema
get
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}
Retrieves detailed information about the B2B schema with the specified ID in project context.
Request
Path Parameters
-
projectId(required): string
Project identifier
-
schemaId(required): string
B2B schema ID.
Query Parameters
-
standard(required): string
Document standard.
-
transactionId(required): string
Document transaction ID.
Example:
/b2b/v1/projects/PROJECTID/schemas/SCH2
-
version(required): string
Document version.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : Object
Type:
object
400 Response
Bad request
500 Response
Server error