Skip to content

[Workspaces] GET | workspace #42

Description

@hazemahmedx0

/api/v1/workspaces/{id}

Response body

{
  "id": 1,
  "title": "Workspace 1",
  "description": "Workspace 1 description",
  "owner": {
    "id": 1,
    "firstName": "John",
    "lastName": "Doe",
    "role": {
      "id": 1,
      "name": "Admin",
      "__entity": "RoleEntity"
    },
    "status": {
      "id": 1,
      "name": "Active",
      "__entity": "StatusEntity"
    },
    "createdAt": "2024-04-25T16:34:06.092Z",
    "updatedAt": "2024-04-29T12:12:35.000Z",
    "deletedAt": null
  },
  "createdAt": "2024-04-25T16:34:06.235Z",
  "updatedAt": "2024-04-25T16:34:06.235Z",
  "deletedAt": null
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions