Get enabled actions

GET /closeAPI/api/close/task/{id}/enabled-actions

Path parameters

  • id integer Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • canStartNow boolean
    • canAddToOpenPeriod string

      Values are HIDE, ADD_TO_OPEN_PERIODS, or ADD_TO_CURRENT_PERIOD.

    • canCopy boolean
    • canMove boolean
GET /closeAPI/api/close/task/{id}/enabled-actions
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/task/{id}/enabled-actions'
Response examples (200)
{
  "canStartNow": true,
  "canAddToOpenPeriod": "HIDE",
  "canCopy": true,
  "canMove": true
}