Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ListTags
A list of tags
Parameters
Name Type Description

ascending

boolean

Default value: true

Is ascending

getTagsOrder

TagsOrder

Default value: NAME

Order for results

Possible values: [NAME].

pagination

Pagination

Not null

Pagination info

workspaceGuid

String

Workspace guid

workspaceId

Integer

Workspace id

Json Format
{
pagination:
{
pageSize: Integer,
pageNumber: Integer
},
getTagsOrder: TagsOrder,
ascending: Boolean,
workspaceId: Integer,
workspaceGuid: String
}