GET Projects/List

Returns a List of Projects filtered using OData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProjectDTO
NameDescriptionTypeAdditional information
Name

Gets or sets the project name

string

None.

Acronym

Gets or sets the project acronym

string

None.

StartDate

Gets or sets the start date

date

None.

EndDate

Gets or sets the project end date

date

None.

Deleted

Gets or sets the indicator to specify if deleted

boolean

None.

Active

Gets or sets the indicator to specify if activated

boolean

None.

Description

Gets or sets the description

string

None.

GroupID

Gets or sets the id of a group

globally unique identifier

None.

Group

Gets or sets the Group

string

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Name": "sample string 1",
      "Acronym": "sample string 2",
      "StartDate": "2024-05-13T20:19:27Z",
      "EndDate": "2024-05-13T20:19:27Z",
      "Deleted": true,
      "Active": true,
      "Description": "sample string 5",
      "GroupID": "6f98e534-b993-4f73-b648-f44380e9af92",
      "Group": "sample string 6",
      "ID": "de6ff2aa-1d0c-4e65-a793-485c81f461bc",
      "Timestamp": "QEA="
    },
    {
      "Name": "sample string 1",
      "Acronym": "sample string 2",
      "StartDate": "2024-05-13T20:19:27Z",
      "EndDate": "2024-05-13T20:19:27Z",
      "Deleted": true,
      "Active": true,
      "Description": "sample string 5",
      "GroupID": "6f98e534-b993-4f73-b648-f44380e9af92",
      "Group": "sample string 6",
      "ID": "de6ff2aa-1d0c-4e65-a793-485c81f461bc",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Name":"sample string 1","Acronym":"sample string 2","StartDate":"2024-05-13T20:19:27Z","EndDate":"2024-05-13T20:19:27Z","Deleted":true,"Active":true,"Description":"sample string 5","GroupID":"6f98e534-b993-4f73-b648-f44380e9af92","Group":"sample string 6","ID":"de6ff2aa-1d0c-4e65-a793-485c81f461bc","Timestamp":"QEA="},{"Name":"sample string 1","Acronym":"sample string 2","StartDate":"2024-05-13T20:19:27Z","EndDate":"2024-05-13T20:19:27Z","Deleted":true,"Active":true,"Description":"sample string 5","GroupID":"6f98e534-b993-4f73-b648-f44380e9af92","Group":"sample string 6","ID":"de6ff2aa-1d0c-4e65-a793-485c81f461bc","Timestamp":"QEA="}]}

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfProjectDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ProjectDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">de6ff2aa-1d0c-4e65-a793-485c81f461bc</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Acronym>sample string 2</Acronym>
    <Active>true</Active>
    <Deleted>true</Deleted>
    <Description>sample string 5</Description>
    <EndDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-14T00:19:27.0032298Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </EndDate>
    <Group>sample string 6</Group>
    <GroupID>6f98e534-b993-4f73-b648-f44380e9af92</GroupID>
    <Name>sample string 1</Name>
    <StartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-14T00:19:27.0032298Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </StartDate>
  </ProjectDTO>
  <ProjectDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">de6ff2aa-1d0c-4e65-a793-485c81f461bc</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Acronym>sample string 2</Acronym>
    <Active>true</Active>
    <Deleted>true</Deleted>
    <Description>sample string 5</Description>
    <EndDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-14T00:19:27.0032298Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </EndDate>
    <Group>sample string 6</Group>
    <GroupID>6f98e534-b993-4f73-b648-f44380e9af92</GroupID>
    <Name>sample string 1</Name>
    <StartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-14T00:19:27.0032298Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </StartDate>
  </ProjectDTO>
</ArrayOfProjectDTO>