Library Service - Items
GET https://library-service.live.use1a.on.epicgames.com/library/api/public/items?includeMetadata=true
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeMetadata | boolean | (bool), if metadata (for next request) should be inside the response body | |
cursor | string | From the metadata from last request, or build your own: base64 encoded json like {"offset":10} (Will skip the first 10 Records) | |
excludeNs | null | Allow to optionally exclude Records from a certain Namespace (can be used multiple times) | |
limit | number | Set the Limit of maximum returned records | |
platform | string | Only List Records available on the requested platform, e.g. Windows, Android etc. (Same as Launcher Service) |