POST api/Grievance/Search

Request Information

URI Parameters

None.

Body Parameters

GrievanceSearchOptions
NameDescriptionTypeAdditional information
skip

integer

None.

take

integer

None.

grievor

string

None.

lrrId

Collection of integer

None.

statusId

Collection of byte

None.

grievanceTypeId

Collection of byte

None.

referenceCode

string

None.

categoryId

Collection of integer

None.

facilityId

Collection of integer

None.

facilityTypeId

Collection of integer

None.

startDate

date

None.

endDate

date

None.

notes

string

None.

districtId

Collection of integer

None.

zoneId

Collection of integer

None.

employerGroupId

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "skip": 1,
  "take": 2,
  "grievor": "sample string 3",
  "lrrId": [
    1,
    2
  ],
  "statusId": [
    64,
    64
  ],
  "grievanceTypeId": [
    64,
    64
  ],
  "referenceCode": "sample string 4",
  "categoryId": [
    1,
    2
  ],
  "facilityId": [
    1,
    2
  ],
  "facilityTypeId": [
    1,
    2
  ],
  "startDate": "2026-07-30T15:00:06.7403305-03:00",
  "endDate": "2026-07-30T15:00:06.7403305-03:00",
  "notes": "sample string 5",
  "districtId": [
    1,
    2
  ],
  "zoneId": [
    1,
    2
  ],
  "employerGroupId": [
    64,
    64
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.