GET api/package/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

PakkeView
NameDescriptionTypeAdditional information
pakke

UMLPackage

None.

elementer

Collection of UMLClass

None.

result

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'source' with type 'arkitektum.metakat.modell.web.Models.UMLClass'. Path 'elementer[0].connectors[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'source' with type 'arkitektum.metakat.modell.web.Models.UMLClass'. Path 'elementer[0].connectors[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: There was an error generating the XML document.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: There was an error generating the XML document.

text/csv

Sample:
Id; Navn; Beskrivelse; Stereotype; Versjon; Status; Pakke; NavPakke;
sample string 1;sample string 2;sample string 3;sample string 6;sample string 7;sample string 8;sample string 9;sample string 10
sample string 1;sample string 2;sample string 3;sample string 6;sample string 7;sample string 8;sample string 9;sample string 10

application/rdf+xml

Sample:
<rdf:RDF xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <skos:ConceptScheme rdf:about="http://objektkatalog.geonorge.no/Pakke/Index/sample string 1">
    <dc:title>sample string 2</dc:title>
    <dc:description>sample string 5</dc:description>
    <dc:description xml:lang="en"></dc:description>
    <dc:uri>http://objektkatalog.geonorge.no/Pakke/Index/sample string 1</dc:uri>
  </skos:ConceptScheme>
</rdf:RDF>