Returns a sample payload for the schema by schema Id.
GET /schema/{schemaId}/sample-payload
Returns a sample payload for the schema by schema Id
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
schemaId
string
Schema ID
Response
{
description: Successful operation.
}{
description: Unauthorized.
}description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Was this helpful?