GetChapterTags

Description

This method is used to retrieve all chapter tags. 

Request

ParameterTypeMandatory/OptionalDescription

chapterTagInput

ChapterTagInput

Mandatory Input containing only the ApplicationName 


Request - sample input

<GetChapterTags>
  <MethodParameters>
    <UserAuthentication>
      <UserName>username</UserName>
      <Password>password</Password>
      <AnyAttr attr0="XmlAttributeArray" isNull="false">
        <XmlAttributeArray0>System.Xml.XmlAttribute</XmlAttributeArray0>
      </AnyAttr>
    </UserAuthentication>
    <chapterTagInput>
      <ApplicationName>test</ApplicationName>
    </chapterTagInput>
  </MethodParameters>
</GetChapterTags> 

Response

TypeDescription
List<ChapterTagOutput>List of chapter tags


Response - sample output

<GetChapterTags>
  <MethodParameters>
    <ChapterTagOutputArray>
      <ChapterTagOutputArray0>
        <Id>1</Id>
        <TagName>Generell brukerveiledning bolig</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray0>
      <ChapterTagOutputArray1>
        <Id>2</Id>
        <TagName>Informasjon om produkter i boligen</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray1>
      <ChapterTagOutputArray2>
        <Id>3</Id>
        <TagName>Informasjon om tekniske anlegg i boligen</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray2>
      <ChapterTagOutputArray3>
        <Id>4</Id>
        <TagName>Samsvarserklæringer og garantibevis</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray3>
      <ChapterTagOutputArray4>
        <Id>5</Id>
        <TagName>Sjekklister, målinger og kontrollskjema</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray4>
      <ChapterTagOutputArray5>
        <Id>6</Id>
        <TagName>Tegninger og bilder</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray5>
      <ChapterTagOutputArray6>
        <Id>7</Id>
        <TagName>Ferdigattest og andre offentlige dokumenter</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray6>
      <ChapterTagOutputArray7>
        <Id>8</Id>
        <TagName>Takster og prospekter</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray7>
      <ChapterTagOutputArray8>
        <Id>9</Id>
        <TagName>Fargekoder, avtaler og kvitteringer</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray8>
      <ChapterTagOutputArray9>
        <Id>10</Id>
        <TagName>Annet nyttig</TagName>
        <TagDescription isNull="true" />
      </ChapterTagOutputArray9>
    </ChapterTagOutputArray>
  </MethodParameters>
</GetChapterTags>

Exceptions

Error CodeDescription
110Input parameters contain null or invalid data
123An exception occurred while processing your request
138 applicationName length has exceeded the maximum character limit allowed (10)  
146 The applicationName is not set
167You are not authorized to use this method