Skip to main content
PUT
/
api
/
Placements
/
Search
/
{ssid}
Update saved search.
curl --request PUT \
  --url https://api.example.com/api/Placements/Search/{ssid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "jobTitle": "<string>",
  "status": [
    123
  ],
  "approved": "<string>",
  "owner": [
    "<string>"
  ],
  "type": [
    123
  ],
  "division": [
    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",
  "placementDateFrom": "2023-11-07T05:31:56Z",
  "placementDateTo": "2023-11-07T05:31:56Z",
  "startDateFrom": "2023-11-07T05:31:56Z",
  "startDateTo": "2023-11-07T05:31:56Z",
  "endDateFrom": "2023-11-07T05:31:56Z",
  "endDateTo": "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
jobTitle
string | null
status
integer<int32>[] | null
approved
string | null
owner
string[] | null
type
integer<int32>[] | null
division
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
placementDateFrom
string<date-time> | null
placementDateTo
string<date-time> | null
startDateFrom
string<date-time> | null
startDateTo
string<date-time> | null
endDateFrom
string<date-time> | null
endDateTo
string<date-time> | null
sources
string[] | null

Response

200 - application/json

OK

value
integer<int32>