Skip to content
Pile
Esc
navigateopen⌘Jpreview

Get customer need

GET/workspaces/{organizationId}/customer-needs/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Need
idstringrequired
organizationIdstringrequired
customerIdstringrequired
issueIdstring | nullrequired
projectIdstring | nullrequired
prioritystring | nullrequired
notestring | nullrequired
createdAtstringrequired
404Need not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/customer-needs/string"
Response
{
  "id": "string",
  "organizationId": "string",
  "customerId": "string",
  "issueId": "string",
  "projectId": "string",
  "priority": "string",
  "note": "string",
  "createdAt": "string"
}