new GetWorkListViewDetailsRequest(viewId, lockView)
Object GetWorkListViewDetailsRequest
Usage:
RestApiService.getWorkListService().getWorkListViewDetails(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
viewId |
number | (Java type: long) The unique ID of the work list view. |
lockView |
boolean | Whether the work list view be locked for editing. A lock record will be placed against this view for the calling resource ID. This lock is only removed when the view is updated or an explicit unlock is called. |
- Since:
- 4.0.0
Members
apiVersion :number
Query parameter: 'apiVersion' (Java type: int) (optional, default="1") Version of the underlying WorkListServiceImpl API. If specified, the response contains details based on API version specified.
Type:
- number
- Since:
- 4.0.0
- Default Value:
- = 1