Get a list of Requests associated with a specific item
get
https://api.mercadoe.com/v1/contracts/{contractId}/items/{itemId}/requests
Get a list of all requests assigned to a specific item and based on the contract id.
Request
Path Parameters
contractId
int32
required
the contractId
itemId
int32
required
the contractItemId
Query Parameters
pageNumber
int32
the page number must be an integer greater than or equal to 1
default:
1pageSize
int32
the page size must be an integer greater than or equal to 1
default:
10Responses
200
404
OK
Body
application/json
data
array of object
hits
int32 | null
next
string | null