piwigodotnet/PiwigoDotnet/Piwigo.Client.Tests/AlbumApi.getList.json

59 lines
1.5 KiB
JSON

{
stat: "ok",
result: {
categories: [
{
id: 7,
name: "LocalTestAlbum",
comment: "",
permalink: null,
status: "public",
uppercats: "7",
global_rank: "1",
id_uppercat: null,
nb_images: 4,
total_nb_images: 4,
representative_picture_id: "1",
date_last: "2022-10-20 22:01:32",
max_date_last: "2022-10-20 22:01:32",
nb_categories: 0,
url: "http://localhost:8080/index.php?/category/7",
tn_url: "http://localhost:8080/i.php?/upload/2022/10/20/20221020220129-6b8c2a7d-th.jpg"
},
{
id: 6,
name: "UnittestMain2",
comment: "comment",
permalink: null,
status: "public",
uppercats: "6",
global_rank: "2",
id_uppercat: null,
nb_images: 0,
total_nb_images: 0,
representative_picture_id: null,
date_last: null,
max_date_last: null,
nb_categories: 0,
url: "http://localhost:8080/index.php?/category/6"
},
{
id: 1,
name: "UnitTestMain",
comment: "",
permalink: null,
status: "public",
uppercats: "1",
global_rank: "3",
id_uppercat: null,
nb_images: 0,
total_nb_images: 0,
representative_picture_id: null,
date_last: null,
max_date_last: null,
nb_categories: 1,
url: "http://localhost:8080/index.php?/category/1"
}
]
}
}