Skip to main content
POST
/
api
/
JobPosting
/
Search
/
{freqId}
Save Search.
curl --request POST \
  --url https://api.example.com/api/JobPosting/Search/{freqId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "jobType": [
    "<string>"
  ],
  "owner": [
    "<string>"
  ],
  "status": [
    123
  ],
  "timeRange": "<string>"
}
'
{
  "value": 123
}

Path Parameters

freqId
integer<int32>
required

Query Parameters

name
string

Body

application/json
jobType
string[] | null
owner
string[] | null
status
integer<int32>[] | null
timeRange
string | null

Response

200 - application/json

OK

value
integer<int32>