GetAllMyTagsRequest

General Purpose

Provides all of the tags of a specific user.

Input Parameters

ElementDescriptionValueStructure
getAllMyTagsRequestRoot element of the XML treeno valueroot element
userIduser idstringsub-element of getAllMyTagsRequest

Output Parameters

ElementDescriptionValueStructure
TagsAndReviewsRoot element of the XML treeno valueroot element
TagsElement to contain one or several sub-elements (see structure)no valuesub-element of TagsAndReviews
MyTagsElement to contain one or several sub-elements (see structure)no valuesub-element of Tags
TagElement to contain one or several sub-elements (see structure)no valuesub-element of MyTags
userIduser idstringsub-element of Tag
docIdrecord id from the PNX tablestringsub-element of Tag
statusstatus of tag (0=deleted ,2= Active)“1” to “n”sub-element of Tag
valuethe tag name given by the userstringsub-element of Tag
EverybodyTagsElement to contain one or several sub-elements (see structure)no valuesub-element of Tags
TagElement to contain one or several sub-elements (see structure)no valuesub-element of EverybodyTags
userIduser idstringsub-element of Tag
docIdrecord id from the PNX tablestringsub-element of Tag
statusstatus of tag (0=deleted ,2= Active)“1” to “n”sub-element of Tag
valuethe tag name given by the userstringsub-element of Tag

Input Example

<getAllMyTagsRequest xmlns="http://www.exlibris.com/primo/xsd/wsRequest\"
 xmlns:uic="http://www.exlibris.com/primo/xsd/primoview/uicomponents\">
 <userId>demo</userId>
</getAllMyTagsRequest>

Output Example

<TagsAndReviews xmlns="http://com/exlibris/primo/xsd/tagsAndReview/config">
  <Tags>
    <MyTags>
      <Tag>
        <value>nasa</value>
        <docId>demo_aleph000596377</docId>
        <userId>demo</userId>
        <status>2</status>
      </Tag>
      <Tag>
        <value>ohad</value>
        <docId>demo_aleph000596377</docId>
        <userId>demo</userId>
        <status>2</status>
      </Tag>
      <Tag>
        <value>demotag1</value>
        <docId>demo_voyager968394</docId>
        <userId>demo</userId>
        <status>2</status>
      </Tag>
    </MyTags>
    <EverybodyTags/>
  </Tags>