GET Api/{language}/Projects

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
language
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "projectId": "sample string 1",
    "title": "sample string 2",
    "startDate": "2024-04-20T09:11:06.948348+02:00",
    "endDate": "2024-04-20T09:11:06.948348+02:00",
    "isActive": true
  },
  {
    "projectId": "sample string 1",
    "title": "sample string 2",
    "startDate": "2024-04-20T09:11:06.948348+02:00",
    "endDate": "2024-04-20T09:11:06.948348+02:00",
    "isActive": true
  },
  {
    "projectId": "sample string 1",
    "title": "sample string 2",
    "startDate": "2024-04-20T09:11:06.948348+02:00",
    "endDate": "2024-04-20T09:11:06.948348+02:00",
    "isActive": true
  }
]

text/html

Sample:
[{"projectId":"sample string 1","title":"sample string 2","startDate":"2024-04-20T09:11:06.948348+02:00","endDate":"2024-04-20T09:11:06.948348+02:00","isActive":true},{"projectId":"sample string 1","title":"sample string 2","startDate":"2024-04-20T09:11:06.948348+02:00","endDate":"2024-04-20T09:11:06.948348+02:00","isActive":true},{"projectId":"sample string 1","title":"sample string 2","startDate":"2024-04-20T09:11:06.948348+02:00","endDate":"2024-04-20T09:11:06.948348+02:00","isActive":true}]

application/xml, text/xml

Sample:
<ArrayOfProjectListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FairCatalogue.CrossCutting.Entities">
  <ProjectListItem>
    <EndDate>2024-04-20T09:11:06.948348+02:00</EndDate>
    <IsActive>true</IsActive>
    <ProjectId>sample string 1</ProjectId>
    <StartDate>2024-04-20T09:11:06.948348+02:00</StartDate>
    <Title>sample string 2</Title>
  </ProjectListItem>
  <ProjectListItem>
    <EndDate>2024-04-20T09:11:06.948348+02:00</EndDate>
    <IsActive>true</IsActive>
    <ProjectId>sample string 1</ProjectId>
    <StartDate>2024-04-20T09:11:06.948348+02:00</StartDate>
    <Title>sample string 2</Title>
  </ProjectListItem>
  <ProjectListItem>
    <EndDate>2024-04-20T09:11:06.948348+02:00</EndDate>
    <IsActive>true</IsActive>
    <ProjectId>sample string 1</ProjectId>
    <StartDate>2024-04-20T09:11:06.948348+02:00</StartDate>
    <Title>sample string 2</Title>
  </ProjectListItem>
</ArrayOfProjectListItem>