GET api/TeamPosition/search-parameters
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"TeamId": 1,
"PositionId": 1,
"StartDate": "2025-11-08T23:53:43.0919363+11:00",
"EndDate": "2025-11-08T23:53:43.0919363+11:00",
"CurrentFlag": true,
"Teams": {
"$id": "2",
"$values": [
{
"$id": "3",
"Id": "sample string 1",
"Text": "sample string 2",
"OtherText": "sample string 3",
"OtherData": {
"$id": "4"
}
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Positions": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Request": {
"$id": "6",
"Filters": {
"$id": "7",
"$values": [
{
"$id": "8",
"<Field>k__BackingField": "sample string 1",
"<Operator>k__BackingField": "sample string 2",
"<Value>k__BackingField": {
"$id": "9"
},
"<Logic>k__BackingField": "sample string 4",
"<Filters>k__BackingField": {
"$id": "10",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
},
{
"$ref": "8"
},
{
"$ref": "8"
}
]
},
"Page": 1,
"PageSize": 2,
"Sort": {
"$id": "11",
"Field": "sample string 1",
"Dir": "sample string 2",
"SecondaryField": "sample string 3",
"SecondaryDir": "sample string 4",
"ThirdField": "sample string 5",
"ThirdDir": "sample string 6"
},
"PreviousPageSize": 3
}
}