GET api/smarttask/users/{userId}/tasks/{taskId}/blocks
GET a list of blocks the given task have, which would be a subset of the block types supported by the taskmeta
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
Id of the authenticated user |
string |
Required |
taskId |
Id of the task |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of IBlock DTOs
Collection of IBlockName | Description | Type | Additional information |
---|---|---|---|
TaskId | integer |
None. |
|
BlockType | BlockTypeEnum |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.