GET api/group/{id}/offers/received?pageSize={pageSize}&pageNumber={pageNumber}
Get a list of documents belonging to a group
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         The id of the group to get the documents for  | 
                    integer | 
                                 Required  | 
                
| pageSize | integer | 
                                 Default value is 20  | 
                |
| pageNumber | integer | 
                                 Default value is 1  | 
                
Body Parameters
None.
Response Information
Resource Description
A list of documents belonging to the group
PagedCollectionDataContractOfGroupOfferDataContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| TotalCount | integer | 
                             None.  | 
                |
| CurrentCount | integer | 
                             None.  | 
                |
| PageSize | integer | 
                             None.  | 
                |
| PageNumber | integer | 
                             None.  | 
                |
| Collection | Collection of GroupOfferDataContract | 
                             None.  | 
                
Response Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
Sample not available.