Get the attachment IDs linked to a contract item
Retrieves the attachment IDs associated with a specific contract item, identified by the given contract ID and contract item ID.
Request
Path Parameters
contractId
int32
required
The contract id
itemId
int32
required
The contract item id
Query Parameters
pageNumber
int32
The page number must be an integer greater than or equal to 1. Default is 1.
default:
1pageSize
int32
The page size must be an integer greater than or equal to 1. Default is 10.
default:
10Responses
200
404
500
OK
Body
application/json
data
array of object
hits
int32 | null
next
string | null