GET Requests/ListForHomepage

Returns a list of Requests using HomepageRequestDetailDTO.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HomepageRequestDetailDTO
NameDescriptionTypeAdditional information
Name

Gets or sets the name of the Request.

string

None.

Identifier

Gets or sets the Identifier (System Number) of the Request.

integer

None.

SubmittedOn

Gets or sets the date the Request was submitted on.

date

None.

SubmittedByName

Gets or sets the username of the user that submitted the Request.

string

None.

SubmittedBy

Gets or sets the Username of the submitter.

string

None.

SubmittedByID

Gets or sets the ID of the user that submitted the Request.

globally unique identifier

None.

StatusText

Gets or sets the display text for the status of the Request.

string

None.

Status

Gets or sets the status of the Request.

RequestStatuses

None.

RequestType

Gets or sets the name of the RequestType.

string

None.

Project

Gets or sets the name of the Project.

string

None.

Priority

Gets or sets the Priority of the Request.

Priorities

None.

DueDate

Gets or sets the Due Date of the Request.

date

None.

MSRequestID

Gets or sets the Mini-Sentiel Request ID for the Request.

string

None.

IsWorkflowRequest

Gets or sets if the Request uses workflow.

boolean

None.

CanEditMetadata

Gets or sets if the user can edit the request's metadata.

boolean

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Name": "sample string 1",
      "Identifier": 2,
      "SubmittedOn": "2024-05-14T03:35:54Z",
      "SubmittedByName": "sample string 3",
      "SubmittedBy": "sample string 4",
      "SubmittedByID": "3c0b5626-d820-411f-bbbc-42640e268158",
      "StatusText": "sample string 5",
      "Status": 100,
      "RequestType": "sample string 6",
      "Project": "sample string 7",
      "Priority": 0,
      "DueDate": "2024-05-14T03:35:54Z",
      "MSRequestID": "sample string 8",
      "IsWorkflowRequest": true,
      "CanEditMetadata": true,
      "ID": "85ffc93a-a5d6-430e-bed3-7d8d24acae5d",
      "Timestamp": "QEA="
    },
    {
      "Name": "sample string 1",
      "Identifier": 2,
      "SubmittedOn": "2024-05-14T03:35:54Z",
      "SubmittedByName": "sample string 3",
      "SubmittedBy": "sample string 4",
      "SubmittedByID": "3c0b5626-d820-411f-bbbc-42640e268158",
      "StatusText": "sample string 5",
      "Status": 100,
      "RequestType": "sample string 6",
      "Project": "sample string 7",
      "Priority": 0,
      "DueDate": "2024-05-14T03:35:54Z",
      "MSRequestID": "sample string 8",
      "IsWorkflowRequest": true,
      "CanEditMetadata": true,
      "ID": "85ffc93a-a5d6-430e-bed3-7d8d24acae5d",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Name":"sample string 1","Identifier":2,"SubmittedOn":"2024-05-14T03:35:54Z","SubmittedByName":"sample string 3","SubmittedBy":"sample string 4","SubmittedByID":"3c0b5626-d820-411f-bbbc-42640e268158","StatusText":"sample string 5","Status":100,"RequestType":"sample string 6","Project":"sample string 7","Priority":0,"DueDate":"2024-05-14T03:35:54Z","MSRequestID":"sample string 8","IsWorkflowRequest":true,"CanEditMetadata":true,"ID":"85ffc93a-a5d6-430e-bed3-7d8d24acae5d","Timestamp":"QEA="},{"Name":"sample string 1","Identifier":2,"SubmittedOn":"2024-05-14T03:35:54Z","SubmittedByName":"sample string 3","SubmittedBy":"sample string 4","SubmittedByID":"3c0b5626-d820-411f-bbbc-42640e268158","StatusText":"sample string 5","Status":100,"RequestType":"sample string 6","Project":"sample string 7","Priority":0,"DueDate":"2024-05-14T03:35:54Z","MSRequestID":"sample string 8","IsWorkflowRequest":true,"CanEditMetadata":true,"ID":"85ffc93a-a5d6-430e-bed3-7d8d24acae5d","Timestamp":"QEA="}]}

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfHomepageRequestDetailDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <HomepageRequestDetailDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">85ffc93a-a5d6-430e-bed3-7d8d24acae5d</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <CanEditMetadata>true</CanEditMetadata>
    <DueDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-14T07:35:54.8597926Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </DueDate>
    <Identifier>2</Identifier>
    <IsWorkflowRequest>true</IsWorkflowRequest>
    <MSRequestID>sample string 8</MSRequestID>
    <Name>sample string 1</Name>
    <Priority>Low</Priority>
    <Project>sample string 7</Project>
    <RequestType>sample string 6</RequestType>
    <Status>ThirdPartySubmittedDraft</Status>
    <StatusText>sample string 5</StatusText>
    <SubmittedBy>sample string 4</SubmittedBy>
    <SubmittedByID>3c0b5626-d820-411f-bbbc-42640e268158</SubmittedByID>
    <SubmittedByName>sample string 3</SubmittedByName>
    <SubmittedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-14T07:35:54.8597926Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </SubmittedOn>
  </HomepageRequestDetailDTO>
  <HomepageRequestDetailDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">85ffc93a-a5d6-430e-bed3-7d8d24acae5d</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <CanEditMetadata>true</CanEditMetadata>
    <DueDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-14T07:35:54.8597926Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </DueDate>
    <Identifier>2</Identifier>
    <IsWorkflowRequest>true</IsWorkflowRequest>
    <MSRequestID>sample string 8</MSRequestID>
    <Name>sample string 1</Name>
    <Priority>Low</Priority>
    <Project>sample string 7</Project>
    <RequestType>sample string 6</RequestType>
    <Status>ThirdPartySubmittedDraft</Status>
    <StatusText>sample string 5</StatusText>
    <SubmittedBy>sample string 4</SubmittedBy>
    <SubmittedByID>3c0b5626-d820-411f-bbbc-42640e268158</SubmittedByID>
    <SubmittedByName>sample string 3</SubmittedByName>
    <SubmittedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-14T07:35:54.8597926Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </SubmittedOn>
  </HomepageRequestDetailDTO>
</ArrayOfHomepageRequestDetailDTO>