GET
https://api.transify.eu/V1/Library/All?Limit={Limit}&Page={Page}
Returns all the library items
Name | Description | Type | Additional information |
---|---|---|---|
Limit | Amount results | integer |
|
Page | Page number | integer |
|
None
Returns all the library items
PagingResultOfILibraryItemDataName | Description | Type | Additional information |
---|---|---|---|
Payload | IPagingPayload |
|
|
HasNext | boolean |
|
|
HasPrevious | boolean |
|
|
Total | integer |
|
|
Count | integer |
|
|
Result | Collection of ILibraryItemData |
|
{ "Payload": { "Limit": 2, "Page": 1 }, "HasNext": true, "HasPrevious": false, "Total": 5, "Count": 2, "Result": [ { "LibraryItemId": "01b1b7e4-f101-43a2-a222-7f050b6d17a8", "CreateDate": "2023-01-27T02:43:56.3159659+00:00", "Name": "Library Name", "MetaInformation": null }, { "LibraryItemId": "01b1b7e4-f101-43a2-a222-7f050b6d17a8", "CreateDate": "2023-01-27T02:43:56.3159659+00:00", "Name": "Library Name", "MetaInformation": null } ] }
Sample not available.
Sample not available.