GET ProjectDataMarts/ListWithRequestTypes

Returns Project Data Marts with their supported request types

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProjectDataMartWithRequestTypesDTO
NameDescriptionTypeAdditional information
RequestTypes

Available Request types

Collection of RequestTypeDTO

None.

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": [
    {
      "RequestTypes": [
        {
          "Name": "sample string 1",
          "Description": "sample string 2",
          "Metadata": true,
          "PostProcess": true,
          "AddFiles": true,
          "RequiresProcessing": true,
          "Notes": "sample string 7",
          "WorkflowID": "7587dafb-4c2f-4c15-8600-6a39609e5f1b",
          "Workflow": "sample string 8",
          "SupportMultiQuery": true,
          "ID": "802f40a9-ed99-41d6-a7f4-9183d096731c",
          "Timestamp": "QEA="
        },
        {
          "Name": "sample string 1",
          "Description": "sample string 2",
          "Metadata": true,
          "PostProcess": true,
          "AddFiles": true,
          "RequiresProcessing": true,
          "Notes": "sample string 7",
          "WorkflowID": "7587dafb-4c2f-4c15-8600-6a39609e5f1b",
          "Workflow": "sample string 8",
          "SupportMultiQuery": true,
          "ID": "802f40a9-ed99-41d6-a7f4-9183d096731c",
          "Timestamp": "QEA="
        }
      ],
      "ProjectID": "b43da1c0-a233-454c-a45b-33b900ede7ce",
      "Project": "sample string 2",
      "ProjectAcronym": "sample string 3",
      "DataMartID": "ec53f026-bb71-4ab2-9b71-5de5d55be8d2",
      "DataMart": "sample string 5",
      "Organization": "sample string 6"
    },
    {
      "RequestTypes": [
        {
          "Name": "sample string 1",
          "Description": "sample string 2",
          "Metadata": true,
          "PostProcess": true,
          "AddFiles": true,
          "RequiresProcessing": true,
          "Notes": "sample string 7",
          "WorkflowID": "7587dafb-4c2f-4c15-8600-6a39609e5f1b",
          "Workflow": "sample string 8",
          "SupportMultiQuery": true,
          "ID": "802f40a9-ed99-41d6-a7f4-9183d096731c",
          "Timestamp": "QEA="
        },
        {
          "Name": "sample string 1",
          "Description": "sample string 2",
          "Metadata": true,
          "PostProcess": true,
          "AddFiles": true,
          "RequiresProcessing": true,
          "Notes": "sample string 7",
          "WorkflowID": "7587dafb-4c2f-4c15-8600-6a39609e5f1b",
          "Workflow": "sample string 8",
          "SupportMultiQuery": true,
          "ID": "802f40a9-ed99-41d6-a7f4-9183d096731c",
          "Timestamp": "QEA="
        }
      ],
      "ProjectID": "b43da1c0-a233-454c-a45b-33b900ede7ce",
      "Project": "sample string 2",
      "ProjectAcronym": "sample string 3",
      "DataMartID": "ec53f026-bb71-4ab2-9b71-5de5d55be8d2",
      "DataMart": "sample string 5",
      "Organization": "sample string 6"
    }
  ]
}

text/javascript

Sample:
{"results":[{"RequestTypes":[{"Name":"sample string 1","Description":"sample string 2","Metadata":true,"PostProcess":true,"AddFiles":true,"RequiresProcessing":true,"Notes":"sample string 7","WorkflowID":"7587dafb-4c2f-4c15-8600-6a39609e5f1b","Workflow":"sample string 8","SupportMultiQuery":true,"ID":"802f40a9-ed99-41d6-a7f4-9183d096731c","Timestamp":"QEA="},{"Name":"sample string 1","Description":"sample string 2","Metadata":true,"PostProcess":true,"AddFiles":true,"RequiresProcessing":true,"Notes":"sample string 7","WorkflowID":"7587dafb-4c2f-4c15-8600-6a39609e5f1b","Workflow":"sample string 8","SupportMultiQuery":true,"ID":"802f40a9-ed99-41d6-a7f4-9183d096731c","Timestamp":"QEA="}],"ProjectID":"b43da1c0-a233-454c-a45b-33b900ede7ce","Project":"sample string 2","ProjectAcronym":"sample string 3","DataMartID":"ec53f026-bb71-4ab2-9b71-5de5d55be8d2","DataMart":"sample string 5","Organization":"sample string 6"},{"RequestTypes":[{"Name":"sample string 1","Description":"sample string 2","Metadata":true,"PostProcess":true,"AddFiles":true,"RequiresProcessing":true,"Notes":"sample string 7","WorkflowID":"7587dafb-4c2f-4c15-8600-6a39609e5f1b","Workflow":"sample string 8","SupportMultiQuery":true,"ID":"802f40a9-ed99-41d6-a7f4-9183d096731c","Timestamp":"QEA="},{"Name":"sample string 1","Description":"sample string 2","Metadata":true,"PostProcess":true,"AddFiles":true,"RequiresProcessing":true,"Notes":"sample string 7","WorkflowID":"7587dafb-4c2f-4c15-8600-6a39609e5f1b","Workflow":"sample string 8","SupportMultiQuery":true,"ID":"802f40a9-ed99-41d6-a7f4-9183d096731c","Timestamp":"QEA="}],"ProjectID":"b43da1c0-a233-454c-a45b-33b900ede7ce","Project":"sample string 2","ProjectAcronym":"sample string 3","DataMartID":"ec53f026-bb71-4ab2-9b71-5de5d55be8d2","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:
<ArrayOfProjectDataMartWithRequestTypesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ProjectDataMartWithRequestTypesDTO>
    <DataMart>sample string 5</DataMart>
    <DataMartID>ec53f026-bb71-4ab2-9b71-5de5d55be8d2</DataMartID>
    <Organization>sample string 6</Organization>
    <Project>sample string 2</Project>
    <ProjectAcronym>sample string 3</ProjectAcronym>
    <ProjectID>b43da1c0-a233-454c-a45b-33b900ede7ce</ProjectID>
    <RequestTypes>
      <RequestTypeDTO>
        <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">802f40a9-ed99-41d6-a7f4-9183d096731c</ID>
        <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
        <AddFiles>true</AddFiles>
        <Description>sample string 2</Description>
        <Metadata>true</Metadata>
        <Name>sample string 1</Name>
        <Notes>sample string 7</Notes>
        <PostProcess>true</PostProcess>
        <RequiresProcessing>true</RequiresProcessing>
        <SupportMultiQuery>true</SupportMultiQuery>
        <Workflow>sample string 8</Workflow>
        <WorkflowID>7587dafb-4c2f-4c15-8600-6a39609e5f1b</WorkflowID>
      </RequestTypeDTO>
      <RequestTypeDTO>
        <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">802f40a9-ed99-41d6-a7f4-9183d096731c</ID>
        <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
        <AddFiles>true</AddFiles>
        <Description>sample string 2</Description>
        <Metadata>true</Metadata>
        <Name>sample string 1</Name>
        <Notes>sample string 7</Notes>
        <PostProcess>true</PostProcess>
        <RequiresProcessing>true</RequiresProcessing>
        <SupportMultiQuery>true</SupportMultiQuery>
        <Workflow>sample string 8</Workflow>
        <WorkflowID>7587dafb-4c2f-4c15-8600-6a39609e5f1b</WorkflowID>
      </RequestTypeDTO>
    </RequestTypes>
  </ProjectDataMartWithRequestTypesDTO>
  <ProjectDataMartWithRequestTypesDTO>
    <DataMart>sample string 5</DataMart>
    <DataMartID>ec53f026-bb71-4ab2-9b71-5de5d55be8d2</DataMartID>
    <Organization>sample string 6</Organization>
    <Project>sample string 2</Project>
    <ProjectAcronym>sample string 3</ProjectAcronym>
    <ProjectID>b43da1c0-a233-454c-a45b-33b900ede7ce</ProjectID>
    <RequestTypes>
      <RequestTypeDTO>
        <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">802f40a9-ed99-41d6-a7f4-9183d096731c</ID>
        <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
        <AddFiles>true</AddFiles>
        <Description>sample string 2</Description>
        <Metadata>true</Metadata>
        <Name>sample string 1</Name>
        <Notes>sample string 7</Notes>
        <PostProcess>true</PostProcess>
        <RequiresProcessing>true</RequiresProcessing>
        <SupportMultiQuery>true</SupportMultiQuery>
        <Workflow>sample string 8</Workflow>
        <WorkflowID>7587dafb-4c2f-4c15-8600-6a39609e5f1b</WorkflowID>
      </RequestTypeDTO>
      <RequestTypeDTO>
        <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">802f40a9-ed99-41d6-a7f4-9183d096731c</ID>
        <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
        <AddFiles>true</AddFiles>
        <Description>sample string 2</Description>
        <Metadata>true</Metadata>
        <Name>sample string 1</Name>
        <Notes>sample string 7</Notes>
        <PostProcess>true</PostProcess>
        <RequiresProcessing>true</RequiresProcessing>
        <SupportMultiQuery>true</SupportMultiQuery>
        <Workflow>sample string 8</Workflow>
        <WorkflowID>7587dafb-4c2f-4c15-8600-6a39609e5f1b</WorkflowID>
      </RequestTypeDTO>
    </RequestTypes>
  </ProjectDataMartWithRequestTypesDTO>
</ArrayOfProjectDataMartWithRequestTypesDTO>