Skip to main content
PUT
/
api
/
Jobs
/
Search
/
{ssid}
Update saved search.
curl --request PUT \
  --url https://api.example.com/api/Jobs/Search/{ssid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "ssid": 123,
  "jobTitle": "<string>",
  "status": [
    "<string>"
  ],
  "timeRange": "<string>",
  "owner": [
    "<string>"
  ],
  "type": [
    "<string>"
  ],
  "division": [
    123
  ],
  "stage": [
    123
  ],
  "taggedTimeRange": "<string>",
  "includeTags": [
    {
      "tag": "<string>",
      "typeId": 123,
      "source": "<string>"
    }
  ],
  "excludeTags": [
    {
      "tag": "<string>",
      "typeId": 123,
      "source": "<string>"
    }
  ],
  "includeTagsMatchAll": true,
  "createdDateFrom": "2023-11-07T05:31:56Z",
  "createdDateTo": "2023-11-07T05:31:56Z",
  "updatedDateFrom": "2023-11-07T05:31:56Z",
  "updatedDateTo": "2023-11-07T05:31:56Z",
  "closedDateFrom": "2023-11-07T05:31:56Z",
  "closedDateTo": "2023-11-07T05:31:56Z",
  "sources": [
    "<string>"
  ]
}
'
{
  "value": 123
}

Path Parameters

ssid
integer<int32>
required

Query Parameters

freqId
integer<int32>
name
string

Body

application/json
ssid
integer<int32>
jobTitle
string | null
status
string[] | null
timeRange
string | null
owner
string[] | null
type
string[] | null
division
integer<int32>[] | null
stage
integer<int32>[] | null
taggedTimeRange
string | null
includeTags
object[] | null
excludeTags
object[] | null
includeTagsMatchAll
boolean | null
createdDateFrom
string<date-time> | null
createdDateTo
string<date-time> | null
updatedDateFrom
string<date-time> | null
updatedDateTo
string<date-time> | null
closedDateFrom
string<date-time> | null
closedDateTo
string<date-time> | null
sources
string[] | null

Response

200 - application/json

OK

value
integer<int32>