RESTGetRepositoryById#

GET - /repositories/id/{identifier}

Get a repository by ID.

Parameters#

Path#

identifier | String

ID of the resource.

Query#

include | List[String]

Comma separated list of fields to include in the response. Use dot notation to define nested fields.

exclude | List[String]

Comma separated list of fields to exclude in the response. Use dot notation to define nested fields.

Returns#

content | application/json

response_type | single

response_object | Container Repository