TaggingResources

TaggingResources
TaggingResources

Paginated list of tagged resources

JSON Example
{
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "pageInfo": {
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string",
        "totalCount": 0
    },
    "resources": [
        {
            "resourceId": "string",
            "tags": [
                {
                    "categoryId": "string",
                    "categoryName": "string",
                    "description": "string",
                    "id": "string",
                    "name": "string"
                }
            ]
        }
    ]
}
array of link
links
Optional

Collection of links

pageInfo
Optional

Represents page information for a paged result

resources
Optional

List of resources with their assigned tags