GET ProjectDataMarts/List

Gets a list of items allowing oData Filtering criteria

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProjectDataMartDTO
NameDescriptionTypeAdditional information
ProjectID

Gets or sets the id of project

globally unique identifier

None.

Project

Gets the Name of the Project

string

None.

ProjectAcronym

Gets the Acronym of the Project

string

None.

DataMartID

Gets or sets the id of DataMart

globally unique identifier

None.

DataMart

Gets the DataMart

string

None.

Organization

Gets the Organization

string

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "ProjectID": "2eca64fa-6740-4548-a4ba-69a93e6c9982",
      "Project": "sample string 2",
      "ProjectAcronym": "sample string 3",
      "DataMartID": "3d41671e-8dc6-42dd-812d-e0fc4ac968ca",
      "DataMart": "sample string 5",
      "Organization": "sample string 6"
    },
    {
      "ProjectID": "2eca64fa-6740-4548-a4ba-69a93e6c9982",
      "Project": "sample string 2",
      "ProjectAcronym": "sample string 3",
      "DataMartID": "3d41671e-8dc6-42dd-812d-e0fc4ac968ca",
      "DataMart": "sample string 5",
      "Organization": "sample string 6"
    }
  ]
}

text/javascript

Sample:
{"results":[{"ProjectID":"2eca64fa-6740-4548-a4ba-69a93e6c9982","Project":"sample string 2","ProjectAcronym":"sample string 3","DataMartID":"3d41671e-8dc6-42dd-812d-e0fc4ac968ca","DataMart":"sample string 5","Organization":"sample string 6"},{"ProjectID":"2eca64fa-6740-4548-a4ba-69a93e6c9982","Project":"sample string 2","ProjectAcronym":"sample string 3","DataMartID":"3d41671e-8dc6-42dd-812d-e0fc4ac968ca","DataMart":"sample string 5","Organization":"sample string 6"}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfProjectDataMartDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ProjectDataMartDTO>
    <DataMart>sample string 5</DataMart>
    <DataMartID>3d41671e-8dc6-42dd-812d-e0fc4ac968ca</DataMartID>
    <Organization>sample string 6</Organization>
    <Project>sample string 2</Project>
    <ProjectAcronym>sample string 3</ProjectAcronym>
    <ProjectID>2eca64fa-6740-4548-a4ba-69a93e6c9982</ProjectID>
  </ProjectDataMartDTO>
  <ProjectDataMartDTO>
    <DataMart>sample string 5</DataMart>
    <DataMartID>3d41671e-8dc6-42dd-812d-e0fc4ac968ca</DataMartID>
    <Organization>sample string 6</Organization>
    <Project>sample string 2</Project>
    <ProjectAcronym>sample string 3</ProjectAcronym>
    <ProjectID>2eca64fa-6740-4548-a4ba-69a93e6c9982</ProjectID>
  </ProjectDataMartDTO>
</ArrayOfProjectDataMartDTO>