Get RO-Crate metadata
GET/entity/:id/rocrate
RO-Crate Metadata
Retrieve the complete RO-Crate JSON-LD metadata for an entity. This returns the raw RO-Crate representation, which includes all metadata conforming to the RO-Crate specification.
This endpoint works for any entity type (Collection, Object, or MediaObject) and returns the associated ro-crate-metadata.json content.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Returns the RO-Crate JSON-LD metadata
Response Headers
The size of the returned content in bytes
The MIME type of the returned content
The date and time the RO-Crate metadata was last modified
Entity tag for cache validation
Not authenticated
Access token does not have the required scope
Entity not found
Rate limit exceeded
Response Headers
Request limit per time window
Requests remaining in current time window
Unix timestamp when the rate limit resets
Number of seconds to wait before retrying
Internal Server Error