How to get only specific fields in Gitlab API response?How to check the version of Gitlab?GitLab API: Access snippets without projectgitlab api Tag creation errorgitlab api fork projects as rootHow to get the last commits status in a branch of gitlab projects?GitLab API To Access File Storage?GitLab API - Unable to access file which is within a directoryGitlab Project API InquiryGitLab api: how am i able the get the list of projects using gitlab api?List gitlab projects using API
How can a day be of 24 hours?
How dangerous is XSS
Finitely generated matrix groups whose eigenvalues are all algebraic
What does the same-ish mean?
What is an equivalently powerful replacement spell for the Yuan-Ti's Suggestion spell?
My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?
Does the Idaho Potato Commission associate potato skins with healthy eating?
Notepad++ delete until colon for every line with replace all
What is the fastest integer factorization to break RSA?
What's the meaning of "Sollensaussagen"?
How to prevent "they're falling in love" trope
What is the opposite of "eschatology"?
What exactly is ineptocracy?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Can a virus destroy the BIOS of a modern computer?
Could the museum Saturn V's be refitted for one more flight?
How do I exit BASH while loop using modulus operator?
What are the G forces leaving Earth orbit?
Where would I need my direct neural interface to be implanted?
Car headlights in a world without electricity
Is there a hemisphere-neutral way of specifying a season?
What do you call someone who asks many questions?
ssTTsSTtRrriinInnnnNNNIiinngg
What is required to make GPS signals available indoors?
How to get only specific fields in Gitlab API response?
How to check the version of Gitlab?GitLab API: Access snippets without projectgitlab api Tag creation errorgitlab api fork projects as rootHow to get the last commits status in a branch of gitlab projects?GitLab API To Access File Storage?GitLab API - Unable to access file which is within a directoryGitlab Project API InquiryGitLab api: how am i able the get the list of projects using gitlab api?List gitlab projects using API
For example I want to receive only project names:
https://gitlab.com/api/v4/groups/:id/projects?fields=name
Is that possible?
gitlab gitlab-api
add a comment |
For example I want to receive only project names:
https://gitlab.com/api/v4/groups/:id/projects?fields=name
Is that possible?
gitlab gitlab-api
add a comment |
For example I want to receive only project names:
https://gitlab.com/api/v4/groups/:id/projects?fields=name
Is that possible?
gitlab gitlab-api
For example I want to receive only project names:
https://gitlab.com/api/v4/groups/:id/projects?fields=name
Is that possible?
gitlab gitlab-api
gitlab gitlab-api
asked Mar 8 at 21:09
graceman9graceman9
3131314
3131314
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
That's not possible in the REST API. But, GitLab is working on GraphQL support, and you'd be able to express that in GraphQL.
https://docs.gitlab.com/ee/api/graphql/
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55071025%2fhow-to-get-only-specific-fields-in-gitlab-api-response%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
That's not possible in the REST API. But, GitLab is working on GraphQL support, and you'd be able to express that in GraphQL.
https://docs.gitlab.com/ee/api/graphql/
add a comment |
That's not possible in the REST API. But, GitLab is working on GraphQL support, and you'd be able to express that in GraphQL.
https://docs.gitlab.com/ee/api/graphql/
add a comment |
That's not possible in the REST API. But, GitLab is working on GraphQL support, and you'd be able to express that in GraphQL.
https://docs.gitlab.com/ee/api/graphql/
That's not possible in the REST API. But, GitLab is working on GraphQL support, and you'd be able to express that in GraphQL.
https://docs.gitlab.com/ee/api/graphql/
answered Mar 9 at 0:56
King Chung HuangKing Chung Huang
1,720129
1,720129
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55071025%2fhow-to-get-only-specific-fields-in-gitlab-api-response%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown