Get project by id
GET/v1/private/projects/:id
Get project by id
Request
Path Parameters
id uuidrequired
Responses
- 200
Project resource
- application/json
- Schema
- Example (from schema)
Schema
id uuid
name stringrequired
description string
Possible values: Value must match regular expression (?s)^\s*(\S.*\S|\S)\s*$
created_at date-time
created_by string
last_updated_at date-time
last_updated_by string
last_updated_trace_at date-time
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"created_by": "string",
"last_updated_at": "2024-07-29T15:51:28.071Z",
"last_updated_by": "string",
"last_updated_trace_at": "2024-07-29T15:51:28.071Z"
}
Loading...