POST DataMarts/GetRequestTypesByDataMarts

Returns a list of request types based on the data mart.

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/javascript

Sample:

Sample not available.

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>a0d8f3ab-2d31-445e-aa29-814203bdd946</guid>
  <guid>2f079d76-cdd1-49fc-8307-3ef69df2050f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RequestTypeDTO
NameDescriptionTypeAdditional information
Name

Name

string

None.

Description

Description

string

None.

Metadata

Gets or sets the indicator to specify if request metadata is filled

boolean

None.

PostProcess

post process

boolean

None.

AddFiles

Gets or sets the indicator to specify if files are added

boolean

None.

RequiresProcessing

Gets or sets the indicator to specify if request type requires processsing

boolean

None.

Notes

Gets or sets the notes for the request type.

string

None.

WorkflowID

Gets or sets the ID of workflow

globally unique identifier

None.

Workflow

Workflow

string

None.

SupportMultiQuery

Gets or sets if the request type supportes multi-query.

boolean

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Name": "sample string 1",
      "Description": "sample string 2",
      "Metadata": true,
      "PostProcess": true,
      "AddFiles": true,
      "RequiresProcessing": true,
      "Notes": "sample string 7",
      "WorkflowID": "6a35ca3c-41d0-41ff-92e4-800b1ad48f77",
      "Workflow": "sample string 8",
      "SupportMultiQuery": true,
      "ID": "d49f3d9c-d940-47a6-a5a1-90e8773acc0c",
      "Timestamp": "QEA="
    },
    {
      "Name": "sample string 1",
      "Description": "sample string 2",
      "Metadata": true,
      "PostProcess": true,
      "AddFiles": true,
      "RequiresProcessing": true,
      "Notes": "sample string 7",
      "WorkflowID": "6a35ca3c-41d0-41ff-92e4-800b1ad48f77",
      "Workflow": "sample string 8",
      "SupportMultiQuery": true,
      "ID": "d49f3d9c-d940-47a6-a5a1-90e8773acc0c",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Name":"sample string 1","Description":"sample string 2","Metadata":true,"PostProcess":true,"AddFiles":true,"RequiresProcessing":true,"Notes":"sample string 7","WorkflowID":"6a35ca3c-41d0-41ff-92e4-800b1ad48f77","Workflow":"sample string 8","SupportMultiQuery":true,"ID":"d49f3d9c-d940-47a6-a5a1-90e8773acc0c","Timestamp":"QEA="},{"Name":"sample string 1","Description":"sample string 2","Metadata":true,"PostProcess":true,"AddFiles":true,"RequiresProcessing":true,"Notes":"sample string 7","WorkflowID":"6a35ca3c-41d0-41ff-92e4-800b1ad48f77","Workflow":"sample string 8","SupportMultiQuery":true,"ID":"d49f3d9c-d940-47a6-a5a1-90e8773acc0c","Timestamp":"QEA="}]}

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfRequestTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <RequestTypeDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">d49f3d9c-d940-47a6-a5a1-90e8773acc0c</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>6a35ca3c-41d0-41ff-92e4-800b1ad48f77</WorkflowID>
  </RequestTypeDTO>
  <RequestTypeDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">d49f3d9c-d940-47a6-a5a1-90e8773acc0c</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>6a35ca3c-41d0-41ff-92e4-800b1ad48f77</WorkflowID>
  </RequestTypeDTO>
</ArrayOfRequestTypeDTO>