Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Build.Server.Rest
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetRequests ( _
    projectName As String, _
    requestedFor As String, _
    controllerName As String, _
    definitionName As String, _
    skip As Integer, _
    top As Integer, _
    ids As String _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetRequests(
    string projectName,
    string requestedFor,
    string controllerName,
    string definitionName,
    int skip,
    int top,
    string ids
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetRequests(
    String^ projectName, 
    String^ requestedFor, 
    String^ controllerName, 
    String^ definitionName, 
    int skip, 
    int top, 
    String^ ids
)
[<HttpGetAttribute>]
member GetRequests : 
        projectName:string * 
        requestedFor:string * 
        controllerName:string * 
        definitionName:string * 
        skip:int * 
        top:int * 
        ids:string -> HttpResponseMessage
public function GetRequests(
    projectName : String, 
    requestedFor : String, 
    controllerName : String, 
    definitionName : String, 
    skip : int, 
    top : int, 
    ids : String
) : HttpResponseMessage
Parameters
- projectName
 Type: System.String
- requestedFor
 Type: System.String
- controllerName
 Type: System.String
- definitionName
 Type: System.String
- skip
 Type: System.Int32
- top
 Type: System.Int32
- ids
 Type: System.String
Return Value
Type: System.Net.Http.HttpResponseMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.