Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 004c4a4e

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Removed paging from GET /documents

Zobrazit rozdíly:

Backend/Models/Documents/DocumentListResponse.cs
8 8

  
9 9
public class DocumentListResponse
10 10
{
11
    /** Total number of results */
12
    public int TotalCount { get; set; }
13
    /** Number of pages */
14
    public int PageCount { get; set; }
15
    /** Current page index */
16
    public int PageIndex { get; set; }
17

  
18 11
    public List<DocumentListInfo> Documents { get; set; } = new();
19 12
}
20 13

  

Také k dispozici: Unified diff