POST

Find Schemas


Get a list of schema objects base on a list of schema IDs.

Make this method available at the following path: /schemas/find.

Body Params
schemaIdsArray <string>

A list of schemas to find.


requestContextRequestContext

The request context object.

Response Object
schemasArray <Schema>

A list of schema objects

Find Schemas Example 1

Get a list of schema objects in the list ["car","manufacturer"].

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?