Skip to main content
GET
/
v1
/
search-profile
/
{id}
Get search profile
curl --request GET \
  --url https://sgjm-api.vohoangphuc.com/v1/search-profile/{id} \
  --cookie auth_token=
{
  "success": true,
  "message": "<string>",
  "data": {
    "profileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "salaryMin": 123,
    "salaryMax": 123,
    "highestDegree": "<string>",
    "employmentTypes": [
      "<string>"
    ],
    "country": "<string>",
    "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "skillTagIds": [
      123
    ]
  }
}

Authorizations

auth_token
string
cookie
required

JWE token stored in HttpOnly cookie

Path Parameters

id
string<uuid>
required

Response

Search profile retrieved

success
boolean
message
string
data
object