LegatoTaskStatusServiceService
Endpoint Metadata
- Namespace: http://api.legatoppm.com/
- WSDL: api.wsdl
- Mount Point: /soap/LegatoTaskStatusServiceService
The following methods are available on this endpoint:
createTaskStatus
Creates a task status.
Input Parameters
name | description |
---|---|
taskStatus | The task status to be created. |
Return Value
The created task status.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
deleteTaskStatus
Input Parameters
name | description |
---|---|
id | The task status id. |
Return Value
Whether the task status was successfully deleted.
Faults
name | description |
---|---|
DataNotFoundException | If the task status doesn't exist. |
PermissionDeniedException | If you don't have permission. |
getAllTaskStatuses
Gets all task statuss.
Return Value
The list of task statuses.
Faults
name | description |
---|---|
PermissionDeniedException | If you don't have permission. |
getTaskStatus
Gets a task status.
Input Parameters
name | description |
---|---|
id | The task status id. |
Return Value
The task status.
Faults
name | description |
---|---|
DataNotFoundException | If the task status doesn't exist. |
PermissionDeniedException | If you don't have permission. |
updateTaskStatus
Updates a task status.
Input Parameters
name | description |
---|---|
taskStatus | The task status to be updated. |
Return Value
The updated task status.
Faults
name | description |
---|---|
DataNotFoundException | If the task status doesn't exist. |
PermissionDeniedException | If you don't have permission. |