POST archivedProjects/isArchivedShow

Request Information

URI Parameters

None.

Body Parameters

ShowSearchRequestDto
NameDescriptionTypeAdditional information
ProjectName

string

None.

ProjectNameSearchType

SearchType

None.

Acronym

string

None.

FreemanProjectNumber

integer

None.

AccountProjectNumber

string

None.

CloseDateStart

date

None.

CloseDateEnd

date

None.

OpenDateStart

date

None.

OpenDateEnd

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectName": "sample string 1",
  "ProjectNameSearchType": 0,
  "Acronym": "sample string 2",
  "FreemanProjectNumber": 1,
  "AccountProjectNumber": "sample string 3",
  "CloseDateStart": "2025-05-06T01:19:36.985516+01:00",
  "CloseDateEnd": "2025-05-06T01:19:36.985516+01:00",
  "OpenDateStart": "2025-05-06T01:19:36.985516+01:00",
  "OpenDateEnd": "2025-05-06T01:19:36.985516+01:00"
}

Response Information

Resource Description

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true