GET

Get Component


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a component by ID.

Specify the component ID and its appId. REST callers currently specify the component ID in the id path parameter; componentId is the replacement field for SDK and RPC callers. Specify version to retrieve a specific version. Version 0 retrieves the draft component.

Endpoint
GET
https://www.wixapis.com/apps/v1/components/v1/components/{id}

Errors

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

Did this help?