Is this possible to get the TFS 2017 work items from Azure Devops rest API?











up vote
-1
down vote

favorite












Actually i had the tfs server like this. https://<<>>.visualstudio.com



is this possible to access the repositories using AzureDevops Rest Reference?



I don't know my version of TFS and its not Azure devops version.



How could check the Devops Rest compatible with their TFS 2017 versions?










share|improve this question
























  • The TFS server which you are mentioning https://<<>>.visualstudio.com is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
    – Jayendran
    21 hours ago















up vote
-1
down vote

favorite












Actually i had the tfs server like this. https://<<>>.visualstudio.com



is this possible to access the repositories using AzureDevops Rest Reference?



I don't know my version of TFS and its not Azure devops version.



How could check the Devops Rest compatible with their TFS 2017 versions?










share|improve this question
























  • The TFS server which you are mentioning https://<<>>.visualstudio.com is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
    – Jayendran
    21 hours ago













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











Actually i had the tfs server like this. https://<<>>.visualstudio.com



is this possible to access the repositories using AzureDevops Rest Reference?



I don't know my version of TFS and its not Azure devops version.



How could check the Devops Rest compatible with their TFS 2017 versions?










share|improve this question















Actually i had the tfs server like this. https://<<>>.visualstudio.com



is this possible to access the repositories using AzureDevops Rest Reference?



I don't know my version of TFS and its not Azure devops version.



How could check the Devops Rest compatible with their TFS 2017 versions?







tfs azure-devops






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 21 hours ago

























asked yesterday









Mahendra Prabhu

2,0911436




2,0911436












  • The TFS server which you are mentioning https://<<>>.visualstudio.com is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
    – Jayendran
    21 hours ago


















  • The TFS server which you are mentioning https://<<>>.visualstudio.com is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
    – Jayendran
    21 hours ago
















The TFS server which you are mentioning https://<<>>.visualstudio.com is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
– Jayendran
21 hours ago




The TFS server which you are mentioning https://<<>>.visualstudio.com is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
– Jayendran
21 hours ago












1 Answer
1






active

oldest

votes

















up vote
-2
down vote













There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
enter image description here






share|improve this answer





















    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',
    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
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372230%2fis-this-possible-to-get-the-tfs-2017-work-items-from-azure-devops-rest-api%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








    up vote
    -2
    down vote













    There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
    Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
    enter image description here






    share|improve this answer

























      up vote
      -2
      down vote













      There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
      Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
      enter image description here






      share|improve this answer























        up vote
        -2
        down vote










        up vote
        -2
        down vote









        There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
        Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
        enter image description here






        share|improve this answer












        There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
        Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        Shamrai Aleksander

        81535




        81535






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372230%2fis-this-possible-to-get-the-tfs-2017-work-items-from-azure-devops-rest-api%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

            Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

            A Topological Invariant for $pi_3(U(n))$