GET api/Team/search-parameters
No documentation available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "TeamId": 1, "ActiveFlag": 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" } ] }, "Request": { "$id": "5", "Filters": { "$id": "6", "$values": [ { "$id": "7", "<Field>k__BackingField": "sample string 1", "<Operator>k__BackingField": "sample string 2", "<Value>k__BackingField": { "$id": "8" }, "<Logic>k__BackingField": "sample string 4", "<Filters>k__BackingField": { "$id": "9", "$values": [ { "$ref": "7" }, { "$ref": "7" }, { "$ref": "7" } ] } }, { "$ref": "7" }, { "$ref": "7" } ] }, "Page": 1, "PageSize": 2, "Sort": { "$id": "10", "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 } }