GET /links/{linkId}/requests
Get a list of requests for a specific link.
Return a list of ODAG requests for a specific link and that optionally match a set of conditions defined by a combination of additional optional parameters.
Path parameters
| Name | Description | Type | 
|---|---|---|
| linkId | The ID of a link to match objects to be returned.  | 
		String | 
| selectionAppId | An optional reference to the ID of a selection app.  | 
		String | 
| clientContextHandle | An optional reference to the client context (e.g. NavPoint) for which an OdagRequest is (or was) created.  | 
		String | 
| selectionAppSheet | The name (or ID) of the sheet to filter qualifiying ODAG requests.  | 
		String | 
| pending | Pass 'true' if only pending requests should be returned.  | 
		Boolean | 
Responses
| Name | Description | Type | 
|---|---|---|
| 400 | An invalid combination of parameters was supplied (see detailed error).  | 
		Error | 
| 404 | Invalid link ID.  | 
		Error | 
| 200 | Successful response - see array of requests in response.  | 
		RequestArray |