GET

https://api.transify.eu/V1/Library/All?Limit={Limit}&Page={Page}

Returns all the library items

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Limit Amount results integer
  • Default value: 25
  • Range: inclusive between 1 and 100
Page Page number integer
  • Default value: 1
  • Range: inclusive between 1 and 2147483647

Body Parameters

None

Response Information

Resource Description

Returns all the library items

PagingResultOfILibraryItemData
NameDescriptionTypeAdditional information
Payload IPagingPayload
    HasNext boolean
      HasPrevious boolean
        Total integer
          Count integer
            Result Collection of ILibraryItemData

              Response Formats

              {
                "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.

              Try it yourself

              E-mail Private key Limit Page

              Raw request


              All requests are processed as tests cases, no logic will be executed. Though you will be provided with authentication and model errors.

              Response