Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/json/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
过滤github企业url的JSON输出值_Json_Curl_Postman_Github Api - Fatal编程技术网

过滤github企业url的JSON输出值

过滤github企业url的JSON输出值,json,curl,postman,github-api,Json,Curl,Postman,Github Api,使用https://githubenterprise.example.com/api/v3/authorizations从github企业服务器获取所有信息,并按预期获得输出 但是,当尝试添加过滤器以对特定字段进行排序时,它无法正常工作并始终显示所有内容。 https://githubenterprise.example.com/api/v3/authorizations?filter=id=564 和curl以及邮递员一起试过,但运气不好。 curl-u myuserhttps://githu

使用
https://githubenterprise.example.com/api/v3/authorizations
从github企业服务器获取所有信息,并按预期获得输出

但是,当尝试添加过滤器以对特定字段进行排序时,它无法正常工作并始终显示所有内容。
https://githubenterprise.example.com/api/v3/authorizations?filter=id=564

和curl以及邮递员一起试过,但运气不好。
curl-u myuserhttps://githubenterprise.example.com/api/v3/authorizations?id=564

有人能帮我吗