POST api/v2.0/ResourceLibrary/Edit
Edits the metadata of an existing/published library entry.
Request Information
URI Parameters
None.
Body Parameters
Contains the unique identifier to the library entry plus any updateable fields.
EditLibraryEntryRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| DocumentKey | The unique identifier of the library entry. This is required. | globally unique identifier | Required | 
| LibraryKey | The specified unique identifier for the library of the library entry. If it is a different unique identifier, the entry will be moved to the specified library. This is required. | globally unique identifier | Required | 
| Title | The new title of the library entry. This will replace the previous library entry's title. Title must be between 1 and 199 characters. This is required. | string | Required String length: inclusive between 1 and 199 | 
| Description | The new description of the library entry. This will replace the previous library entry's description. | string | None. | 
| TopicTagKeys | If the community that the library entry is in is a topic community, then pass one or more valid Topic tags to replace the previous Topic tags. | Collection of globally unique identifier | None. | 
Request Formats
application/json, text/json
{
  "DocumentKey": "4250c4a1-2156-498a-9bf5-f6e69cd04fb4",
  "LibraryKey": "b5f9433c-8584-4575-9748-6af6f4728a06",
  "Title": "sample string 3",
  "Description": "sample string 4",
  "TopicTagKeys": [
    "77da3407-843c-45d4-affa-ae53a5412b70",
    "20218239-0798-4e7b-ada1-eab6f5d3fb29"
  ]
}
        application/xml, text/xml
<EditLibraryEntryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Request">
  <Description>sample string 4</Description>
  <DocumentKey>4250c4a1-2156-498a-9bf5-f6e69cd04fb4</DocumentKey>
  <LibraryKey>b5f9433c-8584-4575-9748-6af6f4728a06</LibraryKey>
  <Title>sample string 3</Title>
  <TopicTagKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>77da3407-843c-45d4-affa-ae53a5412b70</d2p1:guid>
    <d2p1:guid>20218239-0798-4e7b-ada1-eab6f5d3fb29</d2p1:guid>
  </TopicTagKeys>
</EditLibraryEntryRequest>
        Response Information
Resource Description
A document model for the edited library entry.
Document| Name | Description | Type | Additional information | 
|---|---|---|---|
| DocumentKey | globally unique identifier | None. | |
| DocumentTitle | string | None. | |
| Description | string | None. | |
| CreatedByContact | ContactConcise | None. | |
| CreatedOn | date | None. | |
| LibraryKey | globally unique identifier | None. | |
| LegacyDocumentKey | string | None. | |
| SerializedData | string | None. | |
| LibraryName | string | None. | |
| LibraryFolderName | string | None. | |
| CommunityName | string | None. | |
| CommunityKey | globally unique identifier | None. | |
| CommentCount | integer | None. | |
| ViewCount | integer | None. | |
| DownloadCount | integer | None. | |
| RatingCount | integer | None. | |
| Comments | Collection of Comment | None. | |
| PaginatedComments | PaginatedComments | None. | |
| Attachments | Collection of DocumentAttachment | None. | |
| RelatedLinks | Collection of RelatedLink | None. | |
| AttachmentCount | integer | None. | |
| LinkToLibraryDocument | string | None. | |
| ContactsWhoRecommend | Collection of ContactConcise | None. | |
| AuthenticatedUserRecommends | boolean | None. | |
| AuthenticatedUserFavorite | boolean | None. | |
| UserPermissions | Collection of string | None. | |
| IsFollowing | boolean | None. | |
| Tags | Collection of ItemTagResponse | None. | 
Response Formats
application/json, text/json
{
  "DocumentKey": "2610e728-8f4e-4513-904d-32c27d1b09c3",
  "DocumentTitle": "sample string 2",
  "Description": "sample string 3",
  "CreatedByContact": {
    "LinkToProfile": "sample string 1",
    "PictureUrl": "sample string 2",
    "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "DisplayName": "sample string 6",
    "EmailAddress": "sample string 7",
    "ContactStatusCode": "sample string 8",
    "PrefixCode": "sample string 9",
    "UpdatedOn": "2025-10-31T09:45:57.376383Z",
    "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
    "CompanyName": "sample string 12",
    "CompanyTitle": "sample string 13",
    "SuffixCode": "sample string 14",
    "Designation": "sample string 15",
    "LegacyContactKey": "sample string 16",
    "InformalName": "sample string 17",
    "MiddleName": "sample string 18",
    "IsCompany": true,
    "CompanyLegacyContactKey": "sample string 20",
    "AMSDirectoryOptOut": true,
    "HLDirectoryOptOut": true,
    "HLContactMeOptOut": true,
    "LargePictureUrl": "sample string 24",
    "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
  },
  "CreatedOn": "2025-10-31T09:45:57.376383Z",
  "LibraryKey": "ef6af05c-69b7-4aa1-a8af-16cb923bb9f7",
  "LegacyDocumentKey": "sample string 6",
  "SerializedData": "sample string 7",
  "LibraryName": "sample string 8",
  "LibraryFolderName": "sample string 9",
  "CommunityName": "sample string 10",
  "CommunityKey": "879afe1e-5000-4ac3-aa48-62a449771f01",
  "CommentCount": 12,
  "ViewCount": 13,
  "DownloadCount": 14,
  "RatingCount": 15,
  "Comments": [
    {
      "CommentKey": "bf0a671a-2e89-4420-9823-77fb8c25f76b",
      "CommentBody": "sample string 2",
      "CommentAuthor": {
        "LinkToProfile": "sample string 1",
        "PictureUrl": "sample string 2",
        "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
        "FirstName": "sample string 4",
        "LastName": "sample string 5",
        "DisplayName": "sample string 6",
        "EmailAddress": "sample string 7",
        "ContactStatusCode": "sample string 8",
        "PrefixCode": "sample string 9",
        "UpdatedOn": "2025-10-31T09:45:57.376383Z",
        "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
        "CompanyName": "sample string 12",
        "CompanyTitle": "sample string 13",
        "SuffixCode": "sample string 14",
        "Designation": "sample string 15",
        "LegacyContactKey": "sample string 16",
        "InformalName": "sample string 17",
        "MiddleName": "sample string 18",
        "IsCompany": true,
        "CompanyLegacyContactKey": "sample string 20",
        "AMSDirectoryOptOut": true,
        "HLDirectoryOptOut": true,
        "HLContactMeOptOut": true,
        "LargePictureUrl": "sample string 24",
        "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
      },
      "IsOfficial": true,
      "ItemKey": "da4b0a8c-1369-4fc7-b48c-3b9a20392815",
      "CreatedOn": "2025-10-31T09:45:57.376383Z",
      "UpdatedOn": "2025-10-31T09:45:57.376383Z"
    },
    {
      "CommentKey": "bf0a671a-2e89-4420-9823-77fb8c25f76b",
      "CommentBody": "sample string 2",
      "CommentAuthor": {
        "LinkToProfile": "sample string 1",
        "PictureUrl": "sample string 2",
        "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
        "FirstName": "sample string 4",
        "LastName": "sample string 5",
        "DisplayName": "sample string 6",
        "EmailAddress": "sample string 7",
        "ContactStatusCode": "sample string 8",
        "PrefixCode": "sample string 9",
        "UpdatedOn": "2025-10-31T09:45:57.376383Z",
        "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
        "CompanyName": "sample string 12",
        "CompanyTitle": "sample string 13",
        "SuffixCode": "sample string 14",
        "Designation": "sample string 15",
        "LegacyContactKey": "sample string 16",
        "InformalName": "sample string 17",
        "MiddleName": "sample string 18",
        "IsCompany": true,
        "CompanyLegacyContactKey": "sample string 20",
        "AMSDirectoryOptOut": true,
        "HLDirectoryOptOut": true,
        "HLContactMeOptOut": true,
        "LargePictureUrl": "sample string 24",
        "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
      },
      "IsOfficial": true,
      "ItemKey": "da4b0a8c-1369-4fc7-b48c-3b9a20392815",
      "CreatedOn": "2025-10-31T09:45:57.376383Z",
      "UpdatedOn": "2025-10-31T09:45:57.376383Z"
    }
  ],
  "PaginatedComments": {
    "Comments": [
      {
        "CommentKey": "bf0a671a-2e89-4420-9823-77fb8c25f76b",
        "CommentBody": "sample string 2",
        "CommentAuthor": {
          "LinkToProfile": "sample string 1",
          "PictureUrl": "sample string 2",
          "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "DisplayName": "sample string 6",
          "EmailAddress": "sample string 7",
          "ContactStatusCode": "sample string 8",
          "PrefixCode": "sample string 9",
          "UpdatedOn": "2025-10-31T09:45:57.376383Z",
          "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
          "CompanyName": "sample string 12",
          "CompanyTitle": "sample string 13",
          "SuffixCode": "sample string 14",
          "Designation": "sample string 15",
          "LegacyContactKey": "sample string 16",
          "InformalName": "sample string 17",
          "MiddleName": "sample string 18",
          "IsCompany": true,
          "CompanyLegacyContactKey": "sample string 20",
          "AMSDirectoryOptOut": true,
          "HLDirectoryOptOut": true,
          "HLContactMeOptOut": true,
          "LargePictureUrl": "sample string 24",
          "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
        },
        "IsOfficial": true,
        "ItemKey": "da4b0a8c-1369-4fc7-b48c-3b9a20392815",
        "CreatedOn": "2025-10-31T09:45:57.376383Z",
        "UpdatedOn": "2025-10-31T09:45:57.376383Z"
      },
      {
        "CommentKey": "bf0a671a-2e89-4420-9823-77fb8c25f76b",
        "CommentBody": "sample string 2",
        "CommentAuthor": {
          "LinkToProfile": "sample string 1",
          "PictureUrl": "sample string 2",
          "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "DisplayName": "sample string 6",
          "EmailAddress": "sample string 7",
          "ContactStatusCode": "sample string 8",
          "PrefixCode": "sample string 9",
          "UpdatedOn": "2025-10-31T09:45:57.376383Z",
          "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
          "CompanyName": "sample string 12",
          "CompanyTitle": "sample string 13",
          "SuffixCode": "sample string 14",
          "Designation": "sample string 15",
          "LegacyContactKey": "sample string 16",
          "InformalName": "sample string 17",
          "MiddleName": "sample string 18",
          "IsCompany": true,
          "CompanyLegacyContactKey": "sample string 20",
          "AMSDirectoryOptOut": true,
          "HLDirectoryOptOut": true,
          "HLContactMeOptOut": true,
          "LargePictureUrl": "sample string 24",
          "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
        },
        "IsOfficial": true,
        "ItemKey": "da4b0a8c-1369-4fc7-b48c-3b9a20392815",
        "CreatedOn": "2025-10-31T09:45:57.376383Z",
        "UpdatedOn": "2025-10-31T09:45:57.376383Z"
      }
    ],
    "HasMoreComments": true,
    "Next": "sample string 2",
    "Previous": "sample string 3"
  },
  "Attachments": [
    {
      "DocumentAttachmentKey": "008a6649-f544-4c21-b8fa-ed901bab1ff3",
      "DocumentKey": "6c4c6bc5-e844-49b6-954f-d1b1dc656ac6",
      "FileName": "sample string 3",
      "UploadedByContact": {
        "LinkToProfile": "sample string 1",
        "PictureUrl": "sample string 2",
        "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
        "FirstName": "sample string 4",
        "LastName": "sample string 5",
        "DisplayName": "sample string 6",
        "EmailAddress": "sample string 7",
        "ContactStatusCode": "sample string 8",
        "PrefixCode": "sample string 9",
        "UpdatedOn": "2025-10-31T09:45:57.376383Z",
        "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
        "CompanyName": "sample string 12",
        "CompanyTitle": "sample string 13",
        "SuffixCode": "sample string 14",
        "Designation": "sample string 15",
        "LegacyContactKey": "sample string 16",
        "InformalName": "sample string 17",
        "MiddleName": "sample string 18",
        "IsCompany": true,
        "CompanyLegacyContactKey": "sample string 20",
        "AMSDirectoryOptOut": true,
        "HLDirectoryOptOut": true,
        "HLContactMeOptOut": true,
        "LargePictureUrl": "sample string 24",
        "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
      },
      "CreatedOn": "2025-10-31T09:45:57.376383Z",
      "FileExtension": "sample string 5",
      "FileSizeInBytes": 1,
      "Width": 1,
      "Height": 1,
      "DurationSeconds": 1,
      "DownloadUrl": "sample string 6",
      "IconUrl": "sample string 7",
      "Status": "sample string 8"
    },
    {
      "DocumentAttachmentKey": "008a6649-f544-4c21-b8fa-ed901bab1ff3",
      "DocumentKey": "6c4c6bc5-e844-49b6-954f-d1b1dc656ac6",
      "FileName": "sample string 3",
      "UploadedByContact": {
        "LinkToProfile": "sample string 1",
        "PictureUrl": "sample string 2",
        "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
        "FirstName": "sample string 4",
        "LastName": "sample string 5",
        "DisplayName": "sample string 6",
        "EmailAddress": "sample string 7",
        "ContactStatusCode": "sample string 8",
        "PrefixCode": "sample string 9",
        "UpdatedOn": "2025-10-31T09:45:57.376383Z",
        "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
        "CompanyName": "sample string 12",
        "CompanyTitle": "sample string 13",
        "SuffixCode": "sample string 14",
        "Designation": "sample string 15",
        "LegacyContactKey": "sample string 16",
        "InformalName": "sample string 17",
        "MiddleName": "sample string 18",
        "IsCompany": true,
        "CompanyLegacyContactKey": "sample string 20",
        "AMSDirectoryOptOut": true,
        "HLDirectoryOptOut": true,
        "HLContactMeOptOut": true,
        "LargePictureUrl": "sample string 24",
        "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
      },
      "CreatedOn": "2025-10-31T09:45:57.376383Z",
      "FileExtension": "sample string 5",
      "FileSizeInBytes": 1,
      "Width": 1,
      "Height": 1,
      "DurationSeconds": 1,
      "DownloadUrl": "sample string 6",
      "IconUrl": "sample string 7",
      "Status": "sample string 8"
    }
  ],
  "RelatedLinks": [
    {
      "RelatedLinkKey": "f14acab7-9299-4003-858a-72a982240257",
      "ItemKey": "3cd780bd-6309-4a88-8eb9-2d1248f2b9f2",
      "Url": "sample string 3",
      "Contributor": {
        "LinkToProfile": "sample string 1",
        "PictureUrl": "sample string 2",
        "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
        "FirstName": "sample string 4",
        "LastName": "sample string 5",
        "DisplayName": "sample string 6",
        "EmailAddress": "sample string 7",
        "ContactStatusCode": "sample string 8",
        "PrefixCode": "sample string 9",
        "UpdatedOn": "2025-10-31T09:45:57.376383Z",
        "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
        "CompanyName": "sample string 12",
        "CompanyTitle": "sample string 13",
        "SuffixCode": "sample string 14",
        "Designation": "sample string 15",
        "LegacyContactKey": "sample string 16",
        "InformalName": "sample string 17",
        "MiddleName": "sample string 18",
        "IsCompany": true,
        "CompanyLegacyContactKey": "sample string 20",
        "AMSDirectoryOptOut": true,
        "HLDirectoryOptOut": true,
        "HLContactMeOptOut": true,
        "LargePictureUrl": "sample string 24",
        "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
      },
      "CreatedOn": "2025-10-31T09:45:57.376383Z"
    },
    {
      "RelatedLinkKey": "f14acab7-9299-4003-858a-72a982240257",
      "ItemKey": "3cd780bd-6309-4a88-8eb9-2d1248f2b9f2",
      "Url": "sample string 3",
      "Contributor": {
        "LinkToProfile": "sample string 1",
        "PictureUrl": "sample string 2",
        "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
        "FirstName": "sample string 4",
        "LastName": "sample string 5",
        "DisplayName": "sample string 6",
        "EmailAddress": "sample string 7",
        "ContactStatusCode": "sample string 8",
        "PrefixCode": "sample string 9",
        "UpdatedOn": "2025-10-31T09:45:57.376383Z",
        "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
        "CompanyName": "sample string 12",
        "CompanyTitle": "sample string 13",
        "SuffixCode": "sample string 14",
        "Designation": "sample string 15",
        "LegacyContactKey": "sample string 16",
        "InformalName": "sample string 17",
        "MiddleName": "sample string 18",
        "IsCompany": true,
        "CompanyLegacyContactKey": "sample string 20",
        "AMSDirectoryOptOut": true,
        "HLDirectoryOptOut": true,
        "HLContactMeOptOut": true,
        "LargePictureUrl": "sample string 24",
        "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
      },
      "CreatedOn": "2025-10-31T09:45:57.376383Z"
    }
  ],
  "AttachmentCount": 16,
  "LinkToLibraryDocument": "sample string 17",
  "ContactsWhoRecommend": [
    {
      "LinkToProfile": "sample string 1",
      "PictureUrl": "sample string 2",
      "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
      "FirstName": "sample string 4",
      "LastName": "sample string 5",
      "DisplayName": "sample string 6",
      "EmailAddress": "sample string 7",
      "ContactStatusCode": "sample string 8",
      "PrefixCode": "sample string 9",
      "UpdatedOn": "2025-10-31T09:45:57.376383Z",
      "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
      "CompanyName": "sample string 12",
      "CompanyTitle": "sample string 13",
      "SuffixCode": "sample string 14",
      "Designation": "sample string 15",
      "LegacyContactKey": "sample string 16",
      "InformalName": "sample string 17",
      "MiddleName": "sample string 18",
      "IsCompany": true,
      "CompanyLegacyContactKey": "sample string 20",
      "AMSDirectoryOptOut": true,
      "HLDirectoryOptOut": true,
      "HLContactMeOptOut": true,
      "LargePictureUrl": "sample string 24",
      "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
    },
    {
      "LinkToProfile": "sample string 1",
      "PictureUrl": "sample string 2",
      "ContactKey": "7cef98c1-cc26-406a-ac2e-37470ded5380",
      "FirstName": "sample string 4",
      "LastName": "sample string 5",
      "DisplayName": "sample string 6",
      "EmailAddress": "sample string 7",
      "ContactStatusCode": "sample string 8",
      "PrefixCode": "sample string 9",
      "UpdatedOn": "2025-10-31T09:45:57.376383Z",
      "UpdatedByContactKey": "7c482949-e6a2-4c00-bc24-e761282a6e96",
      "CompanyName": "sample string 12",
      "CompanyTitle": "sample string 13",
      "SuffixCode": "sample string 14",
      "Designation": "sample string 15",
      "LegacyContactKey": "sample string 16",
      "InformalName": "sample string 17",
      "MiddleName": "sample string 18",
      "IsCompany": true,
      "CompanyLegacyContactKey": "sample string 20",
      "AMSDirectoryOptOut": true,
      "HLDirectoryOptOut": true,
      "HLContactMeOptOut": true,
      "LargePictureUrl": "sample string 24",
      "AgreedToTermsDateTime": "2025-10-31T09:45:57.376383Z"
    }
  ],
  "AuthenticatedUserRecommends": true,
  "AuthenticatedUserFavorite": true,
  "UserPermissions": [
    "sample string 1",
    "sample string 2"
  ],
  "IsFollowing": true,
  "Tags": [
    {
      "Tag": "sample string 1",
      "TagType": "sample string 2"
    },
    {
      "Tag": "sample string 1",
      "TagType": "sample string 2"
    }
  ]
}
        application/xml, text/xml
<Document xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ResourceLibrary">
  <AttachmentCount>16</AttachmentCount>
  <Attachments>
    <DocumentAttachment>
      <CreatedOn>2025-10-31T05:45:57.376383-04:00</CreatedOn>
      <DocumentAttachmentKey>008a6649-f544-4c21-b8fa-ed901bab1ff3</DocumentAttachmentKey>
      <DocumentKey>6c4c6bc5-e844-49b6-954f-d1b1dc656ac6</DocumentKey>
      <DownloadUrl>sample string 6</DownloadUrl>
      <DurationSeconds>1</DurationSeconds>
      <FileExtension>sample string 5</FileExtension>
      <FileName>sample string 3</FileName>
      <FileSizeInBytes>1</FileSizeInBytes>
      <Height>1</Height>
      <IconUrl>sample string 7</IconUrl>
      <Status>sample string 8</Status>
      <UploadedByContact xmlns:d4p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
        <d4p1:AMSDirectoryOptOut>true</d4p1:AMSDirectoryOptOut>
        <d4p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d4p1:AgreedToTermsDateTime>
        <d4p1:CompanyLegacyContactKey>sample string 20</d4p1:CompanyLegacyContactKey>
        <d4p1:CompanyName>sample string 12</d4p1:CompanyName>
        <d4p1:CompanyTitle>sample string 13</d4p1:CompanyTitle>
        <d4p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d4p1:ContactKey>
        <d4p1:ContactStatusCode>sample string 8</d4p1:ContactStatusCode>
        <d4p1:Designation>sample string 15</d4p1:Designation>
        <d4p1:DisplayName>sample string 6</d4p1:DisplayName>
        <d4p1:EmailAddress>sample string 7</d4p1:EmailAddress>
        <d4p1:FirstName>sample string 4</d4p1:FirstName>
        <d4p1:HLContactMeOptOut>true</d4p1:HLContactMeOptOut>
        <d4p1:HLDirectoryOptOut>true</d4p1:HLDirectoryOptOut>
        <d4p1:InformalName>sample string 17</d4p1:InformalName>
        <d4p1:IsCompany>true</d4p1:IsCompany>
        <d4p1:LargePictureUrl>sample string 24</d4p1:LargePictureUrl>
        <d4p1:LastName>sample string 5</d4p1:LastName>
        <d4p1:LegacyContactKey>sample string 16</d4p1:LegacyContactKey>
        <d4p1:LinkToProfile>sample string 1</d4p1:LinkToProfile>
        <d4p1:MiddleName>sample string 18</d4p1:MiddleName>
        <d4p1:PictureUrl>sample string 2</d4p1:PictureUrl>
        <d4p1:PrefixCode>sample string 9</d4p1:PrefixCode>
        <d4p1:SuffixCode>sample string 14</d4p1:SuffixCode>
        <d4p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d4p1:UpdatedByContactKey>
        <d4p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d4p1:UpdatedOn>
      </UploadedByContact>
      <Width>1</Width>
    </DocumentAttachment>
    <DocumentAttachment>
      <CreatedOn>2025-10-31T05:45:57.376383-04:00</CreatedOn>
      <DocumentAttachmentKey>008a6649-f544-4c21-b8fa-ed901bab1ff3</DocumentAttachmentKey>
      <DocumentKey>6c4c6bc5-e844-49b6-954f-d1b1dc656ac6</DocumentKey>
      <DownloadUrl>sample string 6</DownloadUrl>
      <DurationSeconds>1</DurationSeconds>
      <FileExtension>sample string 5</FileExtension>
      <FileName>sample string 3</FileName>
      <FileSizeInBytes>1</FileSizeInBytes>
      <Height>1</Height>
      <IconUrl>sample string 7</IconUrl>
      <Status>sample string 8</Status>
      <UploadedByContact xmlns:d4p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
        <d4p1:AMSDirectoryOptOut>true</d4p1:AMSDirectoryOptOut>
        <d4p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d4p1:AgreedToTermsDateTime>
        <d4p1:CompanyLegacyContactKey>sample string 20</d4p1:CompanyLegacyContactKey>
        <d4p1:CompanyName>sample string 12</d4p1:CompanyName>
        <d4p1:CompanyTitle>sample string 13</d4p1:CompanyTitle>
        <d4p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d4p1:ContactKey>
        <d4p1:ContactStatusCode>sample string 8</d4p1:ContactStatusCode>
        <d4p1:Designation>sample string 15</d4p1:Designation>
        <d4p1:DisplayName>sample string 6</d4p1:DisplayName>
        <d4p1:EmailAddress>sample string 7</d4p1:EmailAddress>
        <d4p1:FirstName>sample string 4</d4p1:FirstName>
        <d4p1:HLContactMeOptOut>true</d4p1:HLContactMeOptOut>
        <d4p1:HLDirectoryOptOut>true</d4p1:HLDirectoryOptOut>
        <d4p1:InformalName>sample string 17</d4p1:InformalName>
        <d4p1:IsCompany>true</d4p1:IsCompany>
        <d4p1:LargePictureUrl>sample string 24</d4p1:LargePictureUrl>
        <d4p1:LastName>sample string 5</d4p1:LastName>
        <d4p1:LegacyContactKey>sample string 16</d4p1:LegacyContactKey>
        <d4p1:LinkToProfile>sample string 1</d4p1:LinkToProfile>
        <d4p1:MiddleName>sample string 18</d4p1:MiddleName>
        <d4p1:PictureUrl>sample string 2</d4p1:PictureUrl>
        <d4p1:PrefixCode>sample string 9</d4p1:PrefixCode>
        <d4p1:SuffixCode>sample string 14</d4p1:SuffixCode>
        <d4p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d4p1:UpdatedByContactKey>
        <d4p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d4p1:UpdatedOn>
      </UploadedByContact>
      <Width>1</Width>
    </DocumentAttachment>
  </Attachments>
  <AuthenticatedUserFavorite>true</AuthenticatedUserFavorite>
  <AuthenticatedUserRecommends>true</AuthenticatedUserRecommends>
  <CommentCount>12</CommentCount>
  <Comments xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
    <d2p1:Comment>
      <d2p1:CommentAuthor>
        <d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
        <d2p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d2p1:AgreedToTermsDateTime>
        <d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
        <d2p1:CompanyName>sample string 12</d2p1:CompanyName>
        <d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
        <d2p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d2p1:ContactKey>
        <d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
        <d2p1:Designation>sample string 15</d2p1:Designation>
        <d2p1:DisplayName>sample string 6</d2p1:DisplayName>
        <d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
        <d2p1:FirstName>sample string 4</d2p1:FirstName>
        <d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
        <d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
        <d2p1:InformalName>sample string 17</d2p1:InformalName>
        <d2p1:IsCompany>true</d2p1:IsCompany>
        <d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
        <d2p1:LastName>sample string 5</d2p1:LastName>
        <d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
        <d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
        <d2p1:MiddleName>sample string 18</d2p1:MiddleName>
        <d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
        <d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
        <d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
        <d2p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d2p1:UpdatedByContactKey>
        <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
      </d2p1:CommentAuthor>
      <d2p1:CommentBody>sample string 2</d2p1:CommentBody>
      <d2p1:CommentKey>bf0a671a-2e89-4420-9823-77fb8c25f76b</d2p1:CommentKey>
      <d2p1:CreatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:CreatedOn>
      <d2p1:IsOfficial>true</d2p1:IsOfficial>
      <d2p1:ItemKey>da4b0a8c-1369-4fc7-b48c-3b9a20392815</d2p1:ItemKey>
      <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
    </d2p1:Comment>
    <d2p1:Comment>
      <d2p1:CommentAuthor>
        <d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
        <d2p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d2p1:AgreedToTermsDateTime>
        <d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
        <d2p1:CompanyName>sample string 12</d2p1:CompanyName>
        <d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
        <d2p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d2p1:ContactKey>
        <d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
        <d2p1:Designation>sample string 15</d2p1:Designation>
        <d2p1:DisplayName>sample string 6</d2p1:DisplayName>
        <d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
        <d2p1:FirstName>sample string 4</d2p1:FirstName>
        <d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
        <d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
        <d2p1:InformalName>sample string 17</d2p1:InformalName>
        <d2p1:IsCompany>true</d2p1:IsCompany>
        <d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
        <d2p1:LastName>sample string 5</d2p1:LastName>
        <d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
        <d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
        <d2p1:MiddleName>sample string 18</d2p1:MiddleName>
        <d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
        <d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
        <d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
        <d2p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d2p1:UpdatedByContactKey>
        <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
      </d2p1:CommentAuthor>
      <d2p1:CommentBody>sample string 2</d2p1:CommentBody>
      <d2p1:CommentKey>bf0a671a-2e89-4420-9823-77fb8c25f76b</d2p1:CommentKey>
      <d2p1:CreatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:CreatedOn>
      <d2p1:IsOfficial>true</d2p1:IsOfficial>
      <d2p1:ItemKey>da4b0a8c-1369-4fc7-b48c-3b9a20392815</d2p1:ItemKey>
      <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
    </d2p1:Comment>
  </Comments>
  <CommunityKey>879afe1e-5000-4ac3-aa48-62a449771f01</CommunityKey>
  <CommunityName>sample string 10</CommunityName>
  <ContactsWhoRecommend xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
    <d2p1:ContactConcise>
      <d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
      <d2p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d2p1:AgreedToTermsDateTime>
      <d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
      <d2p1:CompanyName>sample string 12</d2p1:CompanyName>
      <d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
      <d2p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d2p1:ContactKey>
      <d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
      <d2p1:Designation>sample string 15</d2p1:Designation>
      <d2p1:DisplayName>sample string 6</d2p1:DisplayName>
      <d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
      <d2p1:FirstName>sample string 4</d2p1:FirstName>
      <d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
      <d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
      <d2p1:InformalName>sample string 17</d2p1:InformalName>
      <d2p1:IsCompany>true</d2p1:IsCompany>
      <d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
      <d2p1:LastName>sample string 5</d2p1:LastName>
      <d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
      <d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
      <d2p1:MiddleName>sample string 18</d2p1:MiddleName>
      <d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
      <d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
      <d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
      <d2p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d2p1:UpdatedByContactKey>
      <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
    </d2p1:ContactConcise>
    <d2p1:ContactConcise>
      <d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
      <d2p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d2p1:AgreedToTermsDateTime>
      <d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
      <d2p1:CompanyName>sample string 12</d2p1:CompanyName>
      <d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
      <d2p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d2p1:ContactKey>
      <d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
      <d2p1:Designation>sample string 15</d2p1:Designation>
      <d2p1:DisplayName>sample string 6</d2p1:DisplayName>
      <d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
      <d2p1:FirstName>sample string 4</d2p1:FirstName>
      <d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
      <d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
      <d2p1:InformalName>sample string 17</d2p1:InformalName>
      <d2p1:IsCompany>true</d2p1:IsCompany>
      <d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
      <d2p1:LastName>sample string 5</d2p1:LastName>
      <d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
      <d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
      <d2p1:MiddleName>sample string 18</d2p1:MiddleName>
      <d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
      <d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
      <d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
      <d2p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d2p1:UpdatedByContactKey>
      <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
    </d2p1:ContactConcise>
  </ContactsWhoRecommend>
  <CreatedByContact xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
    <d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
    <d2p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d2p1:AgreedToTermsDateTime>
    <d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
    <d2p1:CompanyName>sample string 12</d2p1:CompanyName>
    <d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
    <d2p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d2p1:ContactKey>
    <d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
    <d2p1:Designation>sample string 15</d2p1:Designation>
    <d2p1:DisplayName>sample string 6</d2p1:DisplayName>
    <d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
    <d2p1:FirstName>sample string 4</d2p1:FirstName>
    <d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
    <d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
    <d2p1:InformalName>sample string 17</d2p1:InformalName>
    <d2p1:IsCompany>true</d2p1:IsCompany>
    <d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
    <d2p1:LastName>sample string 5</d2p1:LastName>
    <d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
    <d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
    <d2p1:MiddleName>sample string 18</d2p1:MiddleName>
    <d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
    <d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
    <d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
    <d2p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d2p1:UpdatedByContactKey>
    <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
  </CreatedByContact>
  <CreatedOn>2025-10-31T05:45:57.376383-04:00</CreatedOn>
  <Description>sample string 3</Description>
  <DocumentKey>2610e728-8f4e-4513-904d-32c27d1b09c3</DocumentKey>
  <DocumentTitle>sample string 2</DocumentTitle>
  <DownloadCount>14</DownloadCount>
  <IsFollowing>true</IsFollowing>
  <LegacyDocumentKey>sample string 6</LegacyDocumentKey>
  <LibraryFolderName>sample string 9</LibraryFolderName>
  <LibraryKey>ef6af05c-69b7-4aa1-a8af-16cb923bb9f7</LibraryKey>
  <LibraryName>sample string 8</LibraryName>
  <LinkToLibraryDocument>sample string 17</LinkToLibraryDocument>
  <PaginatedComments xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Comments" />
  <RatingCount>15</RatingCount>
  <RelatedLinks xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
    <d2p1:RelatedLink>
      <d2p1:Contributor>
        <d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
        <d2p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d2p1:AgreedToTermsDateTime>
        <d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
        <d2p1:CompanyName>sample string 12</d2p1:CompanyName>
        <d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
        <d2p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d2p1:ContactKey>
        <d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
        <d2p1:Designation>sample string 15</d2p1:Designation>
        <d2p1:DisplayName>sample string 6</d2p1:DisplayName>
        <d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
        <d2p1:FirstName>sample string 4</d2p1:FirstName>
        <d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
        <d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
        <d2p1:InformalName>sample string 17</d2p1:InformalName>
        <d2p1:IsCompany>true</d2p1:IsCompany>
        <d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
        <d2p1:LastName>sample string 5</d2p1:LastName>
        <d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
        <d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
        <d2p1:MiddleName>sample string 18</d2p1:MiddleName>
        <d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
        <d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
        <d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
        <d2p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d2p1:UpdatedByContactKey>
        <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
      </d2p1:Contributor>
      <d2p1:CreatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:CreatedOn>
      <d2p1:ItemKey>3cd780bd-6309-4a88-8eb9-2d1248f2b9f2</d2p1:ItemKey>
      <d2p1:RelatedLinkKey>f14acab7-9299-4003-858a-72a982240257</d2p1:RelatedLinkKey>
      <d2p1:Url>sample string 3</d2p1:Url>
    </d2p1:RelatedLink>
    <d2p1:RelatedLink>
      <d2p1:Contributor>
        <d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
        <d2p1:AgreedToTermsDateTime>2025-10-31T05:45:57.376383-04:00</d2p1:AgreedToTermsDateTime>
        <d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
        <d2p1:CompanyName>sample string 12</d2p1:CompanyName>
        <d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
        <d2p1:ContactKey>7cef98c1-cc26-406a-ac2e-37470ded5380</d2p1:ContactKey>
        <d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
        <d2p1:Designation>sample string 15</d2p1:Designation>
        <d2p1:DisplayName>sample string 6</d2p1:DisplayName>
        <d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
        <d2p1:FirstName>sample string 4</d2p1:FirstName>
        <d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
        <d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
        <d2p1:InformalName>sample string 17</d2p1:InformalName>
        <d2p1:IsCompany>true</d2p1:IsCompany>
        <d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
        <d2p1:LastName>sample string 5</d2p1:LastName>
        <d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
        <d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
        <d2p1:MiddleName>sample string 18</d2p1:MiddleName>
        <d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
        <d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
        <d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
        <d2p1:UpdatedByContactKey>7c482949-e6a2-4c00-bc24-e761282a6e96</d2p1:UpdatedByContactKey>
        <d2p1:UpdatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:UpdatedOn>
      </d2p1:Contributor>
      <d2p1:CreatedOn>2025-10-31T05:45:57.376383-04:00</d2p1:CreatedOn>
      <d2p1:ItemKey>3cd780bd-6309-4a88-8eb9-2d1248f2b9f2</d2p1:ItemKey>
      <d2p1:RelatedLinkKey>f14acab7-9299-4003-858a-72a982240257</d2p1:RelatedLinkKey>
      <d2p1:Url>sample string 3</d2p1:Url>
    </d2p1:RelatedLink>
  </RelatedLinks>
  <SerializedData>sample string 7</SerializedData>
  <Tags xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Tagging">
    <d2p1:ItemTagResponse>
      <d2p1:Tag>sample string 1</d2p1:Tag>
      <d2p1:TagType>sample string 2</d2p1:TagType>
    </d2p1:ItemTagResponse>
    <d2p1:ItemTagResponse>
      <d2p1:Tag>sample string 1</d2p1:Tag>
      <d2p1:TagType>sample string 2</d2p1:TagType>
    </d2p1:ItemTagResponse>
  </Tags>
  <UserPermissions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </UserPermissions>
  <ViewCount>13</ViewCount>
</Document>