Join

/api/repositories/{repository}/joins/{join}
Parameter Type Purpose
repository string the name of the Repository
join string The ID of the join to view

Get

GET /api/repositories/(string: repository)/joins/(string: join)

Lists metadata for the corresponding join

GET /api/repositories/jupiter/joins/2-3-1-2 HTTP/1.1
Accept: application/json
Response Code Reason
200 No error
500 Server error

The response will be a Standard Response, with a list of metadata for the corresponding join.