Skip to main content

Get project detail

GET /v1/projects/{id}
devhttps://api.sandbox.ovok.com

Return summary + settings for a project the caller is a member of. 404 otherwise.

Parameters

NameInTypeRequiredDescription
idpathstringyes

Responses

CodeDescription
200Success.
400The request could not be operated by the server.
401The resource owner or authorization server denied the request.
404The requested resource could not be found.
422The request could not be validated by the server.
500The server encountered an unexpected condition. Please try again later.

200ProjectDetailResponseDto (application/json)

Project detail including settings map.

  • id: string (required)
  • name: string (required)
  • slug: string (required)
  • parentProjectId: string (required)
  • isAdmin: boolean (required)
  • isInternal: boolean (required)
  • settings: object (required)