GET api/System?model={model}&db={db}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
model

string

Required

db

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DataRef
NameDescriptionTypeAdditional information
id

string

None.

ref1

string

None.

ref2

string

None.

ref3

string

None.

ref4

string

None.

ref5

string

None.

ref6

string

None.

location

string

None.

attDesc

string

None.

refType

string

None.

modelName

string

None.

workPack

string

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "sample string 1",
    "ref1": "sample string 2",
    "ref2": "sample string 3",
    "ref3": "sample string 4",
    "ref4": "sample string 5",
    "ref5": "sample string 6",
    "ref6": "sample string 7",
    "location": "sample string 8",
    "attDesc": "sample string 9",
    "refType": "sample string 10",
    "modelName": "sample string 11",
    "workPack": "sample string 12",
    "error": "sample string 13"
  },
  {
    "id": "sample string 1",
    "ref1": "sample string 2",
    "ref2": "sample string 3",
    "ref3": "sample string 4",
    "ref4": "sample string 5",
    "ref5": "sample string 6",
    "ref6": "sample string 7",
    "location": "sample string 8",
    "attDesc": "sample string 9",
    "refType": "sample string 10",
    "modelName": "sample string 11",
    "workPack": "sample string 12",
    "error": "sample string 13"
  }
]

text/xml

Sample:
<ArrayOfDataRef xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <DataRef>
    <error>sample string 13</error>
    <attDesc>sample string 9</attDesc>
    <id>sample string 1</id>
    <location>sample string 8</location>
    <modelName>sample string 11</modelName>
    <ref1>sample string 2</ref1>
    <ref2>sample string 3</ref2>
    <ref3>sample string 4</ref3>
    <ref4>sample string 5</ref4>
    <ref5>sample string 6</ref5>
    <ref6>sample string 7</ref6>
    <refType>sample string 10</refType>
    <workPack>sample string 12</workPack>
  </DataRef>
  <DataRef>
    <error>sample string 13</error>
    <attDesc>sample string 9</attDesc>
    <id>sample string 1</id>
    <location>sample string 8</location>
    <modelName>sample string 11</modelName>
    <ref1>sample string 2</ref1>
    <ref2>sample string 3</ref2>
    <ref3>sample string 4</ref3>
    <ref4>sample string 5</ref4>
    <ref5>sample string 6</ref5>
    <ref6>sample string 7</ref6>
    <refType>sample string 10</refType>
    <workPack>sample string 12</workPack>
  </DataRef>
</ArrayOfDataRef>