API Getter for individual pipeline schedule variables

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

At a technical level, the GitLab API shall allow to read a pipeline schedule variable like this:

curl --request GET --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/29/pipeline_schedules/13/variables/MY_VARIABLE_NAME"

Useless to say, this GET shall work whether <your_access_token> is a user token, or a project token (thinking about #385997)

Edited by 🤖 GitLab Bot 🤖