Shoot
Get an individual shoot by id
Authorizations
Bearer
In this case, you have to send a valid Access Token (as a JWT Token) in the Authorization header, using the Bearer authentication scheme.
e.g. Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva...
Path parameters
shootIdstringRequiredExample:
Unique shoot id
683606ee-9788-4d88-adb8-77119de4c6a2tenantIdstringRequiredExample:
Unique tenant id
f700d27e-64ed-4571-ae2e-8c948c1c296eResponses
200
success
application/json
401
unauthorized
application/json
404
not found
application/json
get
/api/tenant/{tenantId}/shoot/{shootId}List available Shoots within the requested Tenant
Authorizations
Bearer
In this case, you have to send a valid Access Token (as a JWT Token) in the Authorization header, using the Bearer authentication scheme.
e.g. Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva...
Path parameters
tenantIdstringRequiredExample:
Unique tenant id
f700d27e-64ed-4571-ae2e-8c948c1c296eResponses
200
success
application/json
401
unauthorized
application/json
get
/api/tenant/{tenantId}/shootLast updated