v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Endpoints

Fetch Resume

Fetches a stored resume using its unique ID from the search repository.

get/searchservice/resume/fetch/{ResumeId}

Path parameters

ResumeIdstring required

The ID of the resume to delete

Response

OK

statusboolean required
statusCodestring required
requestIdstring uuid required
timeStampstring date-time required

Example response

{
  "status": true,
  "statusCode": "OK",
  "requestId": "19db25ac-d4b4-456c-b253-13237353ccf7",
  "timeStamp": "2023-08-02 11:43:45.267",
  "responseData": {
    "resumeId": "Resumepdfpdf",
    "resume": {
      "bgtres": [
        {
          "resume": {
            "@xml:space": "preserve",
            "@canonversion": "2",
            "@dateversion": "2",
            "@present": "738736",
            "@iso8601": "2023-08-02",
            "contact": {
              "address": {
                "@inferred-zip": "90745",
                "street": "Page 1 of 2\n123 Main Street\nUnit 1",
                "city": {
                  "@majorcity": "long beach",
                  "#text": "Long Beach"
                },
                "#text": ", ",
                "state": {
                  "@abbrev": "CA",
                  "#text": "CA"
                },
                "postalcode": {
                  "@inferred-county": "Los Angeles",
                  "@inferred-phone-area-code": "562",
                  "@inferred-city": "Long Beach",
                  "@inferred-state": "CA",
                  "@inferred-country": "USA",
                  "#text": "90802"
                }
              },
              "#text": [
                "\nPhone ",
                "\nE‑mail "
              ],
              "phone": {
                "@area": "562",
                "#text": "(562) 333‑3333"
              },
              "email": "JaneDoe@yahoo.com",
              "name": {
                "givenname": "Jane",
                "surname": "Doe"
              }
            },
            "summary": {
              "#text": "Summary\n",
              "summary": "Procurement Officer (+ 10 years experience)..."
            },
            "education": {
              "#text": "Education\n",
              "school": {
                "@id": "4",
                "institution": "University of La Verne",
                "completiondate": {
                  "@days": "734140",
                  "@iso8601": "2011-01-01",
                  "#text": "2011"
                },
                "degree": {
                  "@name": "Bachelor of Arts",
                  "@level": "16",
                  "#text": "Bachelor of Arts (BA)"
                },
                "major": {
                  "@code": "4201",
                  "@std-major": "Business Administration And Management, General",
                  "@cipcode": "52.0201",
                  "#text": "Business Administration"
                }
              }
            },
            "statements": {
              "#text": "Honors and\n",
              "honors": "Awards Chancellor’s Champion award..."
            },
            "skills": {
              "#text": "Technical\nSkills ",
              "skills": "PeopleSoft 9.0\nMicrosoft SharePoint..."
            }
          },
          "skillrollup": {
            "@version": "4.00.1",
            "canonskill": [
              {
                "@name": "Microsoft Windows SharePoint Services",
                "@skill-cluster": "Information Technology: Microsoft Windows",
                "variant": "SharePoint"
              },
              {
                "@name": "Oracle Sales",
                "@skill-cluster": "Sales: Sales Management",
                "@canonskilltype": "Specialized Skills;Software Skills",
                "@canonskillid": "12810",
                "@experience": "1",
                "variant": "Oracle sales"
              }
            ]
          },
          "DataElementsRollup": {
            "@version": "8.16.5.18 Optic v4.14.0.0"
          }
        }
      ]
    },
    "vendor": "testresume",
    "instanceType": "spectrum",
    "locale": "en_us"
  }
}