Valyourise Logo

ValYouRise

DevelopmentApi

Get workspace item

Returns a single workspace item if it is visible to the authenticated caller under the current privacy rules.

GET
/api/workspaces/{workspaceId}/items/{itemId}

Returns a single workspace item if it is visible to the authenticated caller under the current privacy rules.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string
itemId*string

Response Body

application/json

curl -X GET "https://loading/api/workspaces/string/items/string"
{
  "$id": "string",
  "$sequence": 0,
  "$updatedAt": "string",
  "organizationId": "string",
  "workspaceId": "string",
  "type": "objective",
  "title": "string",
  "description": "string",
  "ownerUserId": "string",
  "assigneeUserIds": [
    "string"
  ],
  "parentId": "string",
  "dueDate": "string",
  "actionStatus": "pending",
  "storyPoints": "0",
  "progressComputed": 100,
  "sortOrder": 0,
  "positionX": 0,
  "positionY": 0,
  "visibility": "full",
  "deletedAt": "string",
  "deletedByUserId": "string"
}
Empty