GET showAccounts/{showAccountId}/functionalAreas/{functionalAreaId}/milestones

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showAccountId

integer

Required

functionalAreaId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MilestoneDto
NameDescriptionTypeAdditional information
Id

integer

None.

MilestoneTypeId

integer

None.

ShowAccountId

integer

None.

FunctionalAreaId

integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

Notes

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "MilestoneTypeId": 2,
    "ShowAccountId": 3,
    "FunctionalAreaId": 4,
    "StartDateTime": "2025-05-06T02:59:29.0948367+01:00",
    "EndDateTime": "2025-05-06T02:59:29.0948367+01:00",
    "Notes": "sample string 6"
  },
  {
    "Id": 1,
    "MilestoneTypeId": 2,
    "ShowAccountId": 3,
    "FunctionalAreaId": 4,
    "StartDateTime": "2025-05-06T02:59:29.0948367+01:00",
    "EndDateTime": "2025-05-06T02:59:29.0948367+01:00",
    "Notes": "sample string 6"
  }
]