Alignable Goal Options

Get alignable goal options for an employee.

Sample Request Url

https://api.bamboohr.com/api/gateway.php/samplecompany/v1/performance/employees/{{employeeId}}/goals/alignmentOptions

Sample Response

{
    "alignsWithOptions": [
        {
            "id": "20",
            "title": "Volutpat pretium urna integer enim elementum Purus "
        },
        {
            "id": "1",
            "title": "auris tincidunt feugiat"
        },
        {
            "id": "13",
            "title": "Vulputate varius id id Fusce eget. Sed "
        },
        {
            "id": "6",
            "title": "vulputate ut magna sed ultrices non mauris tincidunt feugiat nisi "
        }
    ]
}

Sample response when specifying a goal ID: The results will include already aligned goals with the specified goal.

{
    "alignsWithOptions": [
        {
            "id": "20",
            "title": "Volutpat pretium urna integer enim elementum Purus "
        },
        {
            "id": "1",
            "title": "title"
        },
        {
            "id": "13",
            "title": "Vulputate varius id id Fusce eget. Sed "
        },
        {
            "id": "6",
            "title": "vulputate ut magna sed ultrices non mauris tincidunt feugiat nisi "
        },
        {
            "id": "7",
            "title": "Aligned with Riker"
        }
    ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!