Get a component version
Gets a published version of a component.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
componentId
The component's ID.
versionId
The component version's ID.
Query parameters
include
A comma-separated list of additional fields to include. Accepts the content value.
Response
Successful Response
id
The component version's ID.
label
The component version's label.
url
The URL where the component version can be accessed.
format
The component version's content format.
publishedAt
The date and time at which the component version was published.
content
The version’s content. This returns when you include the include parameter.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error